File: /homepages/4/d4297730999/htdocs/kaminibeau.sql
-- phpMyAdmin SQL Dump
-- version 4.1.8
-- http://www.phpmyadmin.net
--
-- Host: localhost:8889
-- Generation Time: Jan 23, 2015 at 06:45 PM
-- Server version: 5.5.34
-- PHP Version: 5.4.25
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!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 */;
--
-- Database: `kaminibeau2`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_commentmeta`
--
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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;
-- --------------------------------------------------------
--
-- Table structure for table `wp_comments`
--
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=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
--
-- Dumping data for table `wp_comments`
--
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(7, 308, 'yes', '', '', '86.179.37.181', '2012-01-24 16:39:35', '2012-01-24 16:39:35', 'xx', 0, '1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7', '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_links`
--
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=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `wp_links`
--
INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'),
(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `wp_ngg_album`
--
CREATE TABLE `wp_ngg_album` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`albumdesc` mediumtext,
`sortorder` longtext NOT NULL,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `wp_ngg_gallery`
--
CREATE TABLE `wp_ngg_gallery` (
`gid` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`path` mediumtext,
`title` mediumtext,
`galdesc` mediumtext,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`author` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`gid`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
--
-- Dumping data for table `wp_ngg_gallery`
--
INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `slug`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`, `extras_post_id`) VALUES
(2, 'facial', 'facial', 'wp-content/gallery/facial', 'Facial', '', 0, 164, 1, 0),
(3, 'hands-and-feet', 'hands-and-feet', 'wp-content/gallery/hands-and-feet', 'Hands and Feet', '', 0, 23, 1, 0),
(4, 'kamini-threading', 'kamini-threading', 'wp-content/gallery/kamini-threading', 'Kamini Threading', '', 0, 0, 1, 0),
(5, 'massage-and-holistic', 'massage-and-holistic', 'wp-content/gallery/massage-and-holistic', 'Massage and Holistic', '', 0, 165, 1, 0),
(6, 'venus-swan', 'venus-swan', 'wp-content/gallery/venus-swan', 'Venus Swan', '', 0, 81, 1, 0),
(7, 'more-treatments', 'more-treatments', 'wp-content/gallery/more-treatments', 'More treatments', '', 0, 85, 1, 0),
(8, 'threading-before-after', 'threading-before-after', 'wp-content/gallery/threading-before-after', 'Threading Before & After', '', 0, 117, 1, 0),
(9, 'caci', 'caci', 'wp-content/gallery/caci', 'CACI', '', 0, 125, 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_ngg_pictures`
--
CREATE TABLE `wp_ngg_pictures` (
`pid` bigint(20) NOT NULL AUTO_INCREMENT,
`image_slug` varchar(255) NOT NULL,
`post_id` bigint(20) NOT NULL DEFAULT '0',
`galleryid` bigint(20) NOT NULL DEFAULT '0',
`filename` varchar(255) NOT NULL,
`description` mediumtext,
`alttext` mediumtext,
`imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`exclude` tinyint(4) DEFAULT '0',
`sortorder` bigint(20) NOT NULL DEFAULT '0',
`meta_data` longtext,
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
`updated_at` bigint(20) DEFAULT NULL,
PRIMARY KEY (`pid`),
KEY `post_id` (`post_id`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=166 ;
--
-- Dumping data for table `wp_ngg_pictures`
--
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`, `extras_post_id`, `updated_at`) VALUES
(164, 'facial', 0, 2, 'facial.jpg', '', 'facial', '2012-03-23 12:05:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:533;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(161, 'keynoir-sothys-facial', 0, 2, 'keynoir-sothys-facial.jpg', '', 'keynoir-sothys-facial', '2012-03-21 01:58:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:460;s:6:"height";i:320;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(162, 'ok-ti-visage-hom-50', 0, 2, 'ok-ti-visage-hom-50.jpg', '813-16', '813-16', '2012-03-21 01:58:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";s:14:"Scanner DC3000";s:7:"caption";s:6:"813-16";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";s:6:"813-16";s:8:"keywords";b:0;s:5:"width";i:477;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(159, 'ba9', 0, 6, 'ba9.jpg', '', 'ba9', '2012-03-19 11:02:59', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(158, 'ba8', 0, 6, 'ba8.jpg', '', 'ba8', '2012-03-19 11:02:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(87, 'springsummer-facial-07', 0, 2, 'springsummer-facial-07.jpg', '', 'springsummer-facial-07', '2012-03-19 10:28:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:438;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(86, 'soinbando-retouchok', 0, 2, 'soinbando-retouchok.jpg', '', 'soinbando-retouchok', '2012-03-19 10:28:46', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:757;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(21, 'ill-main', 0, 3, 'ill-main.jpg', '', 'ill-main', '2012-03-13 13:40:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:20:"July 5, 2006 8:53 am";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:443;s:6:"height";i:425;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(22, 'ok-4-vernis', 0, 3, 'ok-4-vernis.jpg', '', 'ok-4-vernis', '1970-01-01 00:00:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";s:4:"H 20";s:7:"caption";b:0;s:17:"created_timestamp";s:20:"July 5, 2006 8:58 am";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";i:50;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:591;s:6:"height";i:557;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(23, 'olivia_9_edito', 0, 3, 'olivia_9_edito.jpg', '', 'olivia_9_edito', '2010-06-18 17:42:25', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 19";s:6:"credit";b:0;s:6:"camera";s:5:"P 40+";s:7:"caption";b:0;s:17:"created_timestamp";s:21:"June 18, 2010 5:42 pm";s:9:"copyright";b:0;s:12:"focal_length";s:6:"150 mm";s:3:"iso";i:100;s:13:"shutter_speed";s:9:"1/120 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(155, 'ba5', 0, 6, 'ba5.jpg', '', 'ba5', '2012-03-19 11:02:56', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(153, 'ba34', 0, 6, 'ba34.jpg', '', 'ba34', '2012-03-19 11:03:18', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(151, 'ba32', 0, 6, 'ba32.jpg', '', 'ba32', '2012-03-19 11:03:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(150, 'ba31', 0, 6, 'ba31.jpg', '', 'ba31', '2012-03-19 11:03:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(147, 'ba29', 0, 6, 'ba29.jpg', '', 'ba29', '2012-03-19 11:03:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(144, 'ba26', 0, 6, 'ba26.jpg', '', 'ba26', '2012-03-19 11:03:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(139, 'ba21', 0, 6, 'ba21.jpg', '', 'ba21', '2012-03-19 11:03:08', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(138, 'ba20', 0, 6, 'ba20.jpg', '', 'ba20', '2012-03-19 11:03:07', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(137, 'ba2', 0, 6, 'ba2.jpg', '', 'ba2', '2012-03-19 11:02:54', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(136, 'ba19', 0, 6, 'ba19.jpg', '', 'ba19', '2012-03-19 11:03:07', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(135, 'ba18', 0, 6, 'ba18.jpg', '', 'ba18', '2012-03-19 11:03:06', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(134, 'ba17', 0, 6, 'ba17.jpg', '', 'ba17', '2012-03-19 11:03:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(125, '04', 0, 9, '04.jpg', '', '04', '2012-03-19 10:56:23', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(124, '03', 0, 9, '03.jpg', '', '03', '2012-03-19 10:56:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(123, '02', 0, 9, '02.jpg', '', '02', '2012-03-19 10:56:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(117, 'image-20', 0, 4, '20.jpg', '', '20', '2012-03-19 10:47:25', 0, 5, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(116, 'image-19', 0, 4, '19.jpg', '', '19', '2012-03-19 10:47:24', 0, 6, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(114, 'image-17', 0, 4, '17.jpg', '', '17', '2012-03-19 10:47:23', 0, 7, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(112, 'image-15', 0, 4, '15.jpg', '', '15', '2012-03-19 10:47:21', 0, 9, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(111, 'image-14', 0, 4, '14.jpg', '', '14', '2012-03-19 10:47:20', 0, 10, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(110, 'image-13', 0, 4, '13.jpg', '', '13', '2012-03-19 10:47:19', 0, 11, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(109, 'image-12', 0, 4, '12.jpg', '', '12', '2012-03-19 10:47:18', 0, 12, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(108, 'image-11', 0, 4, '11.jpg', '', '11', '2012-03-19 10:47:18', 0, 13, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(106, 'image-9', 0, 4, '09.jpg', '', '09', '2012-03-19 10:47:16', 0, 14, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(105, 'image-8', 0, 4, '08.jpg', '', '08', '2012-03-19 10:47:15', 0, 15, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(122, '01', 0, 9, '01.jpg', '', '01', '2012-03-19 10:56:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(104, 'image-7', 0, 4, '07.jpg', '', '07', '2012-03-19 10:47:14', 0, 16, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(102, 'image-5', 0, 4, '05.jpg', '', '05', '2012-03-19 10:47:12', 0, 17, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(103, 'image-6', 0, 4, '06.jpg', '', '06', '2012-03-19 10:47:13', 0, 18, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(107, 'image-10', 0, 4, '10.jpg', '', '10', '2012-03-19 10:47:17', 0, 20, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(98, 'image', 0, 4, '01.jpg', '', '01', '2012-03-19 10:47:09', 0, 21, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(99, 'image-2', 0, 4, '02.jpg', '', '02', '2012-03-19 10:47:10', 0, 22, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(100, 'image-3', 0, 4, '03.jpg', '', '03', '2012-03-19 10:47:11', 0, 23, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(101, 'image-4', 0, 4, '04.jpg', '', '04', '2012-03-19 10:47:12', 0, 24, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:311;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(93, 'ok-f-gommage', 0, 5, 'ok-f-gommage.jpg', '813-03', 'ok-f-gommage', '2012-03-19 10:31:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:"813-03";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:759;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(92, 'ok-f-digi2', 0, 5, 'ok-f-digi2.jpg', '813-17', 'ok-f-digi2', '2012-03-19 10:31:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:"813-17";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:751;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(165, 'massage', 0, 5, 'massage.jpg', '813-02', 'massage', '2012-03-23 12:06:11', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:"813-02";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:542;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(157, 'ba7', 0, 6, 'ba7.jpg', '', 'ba7', '2012-03-19 11:02:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(91, 'ok-f-digi1', 0, 5, 'ok-f-digi1.jpg', '813-04', 'ok-f-digi1', '2012-03-19 10:31:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:"813-04";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:769;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(89, 'homme-spabed', 0, 5, 'homme-spabed.jpg', '813-15', 'homme-spabed', '2012-03-19 10:31:18', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:"813-15";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:754;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(133, 'ba16', 0, 6, 'ba16.jpg', '', 'ba16', '2012-03-19 11:03:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(129, 'ba12', 0, 6, 'ba12.jpg', '', 'ba12', '2012-03-19 11:03:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(128, 'ba11', 0, 6, 'ba11.jpg', '', 'ba11', '2012-03-19 11:03:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:298;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(82, 'minceur_slimness', 0, 7, 'minceur_slimness.jpg', 'SOTHYS09030 MINCEUR', 'SOTHYS09030 MINCEUR', '2012-03-13 13:57:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";s:14:"Scanner DC3000";s:7:"caption";s:19:"SOTHYS09030 MINCEUR";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";s:19:"SOTHYS09030 MINCEUR";s:8:"keywords";b:0;s:5:"width";i:439;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(83, 'olivia_1_gf', 0, 7, 'olivia_1_gf.jpg', '', 'olivia_1_gf', '2010-06-17 16:12:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 19";s:6:"credit";b:0;s:6:"camera";s:5:"P 40+";s:7:"caption";b:0;s:17:"created_timestamp";s:21:"June 17, 2010 4:12 pm";s:9:"copyright";b:0;s:12:"focal_length";s:6:"120 mm";s:3:"iso";i:100;s:13:"shutter_speed";s:9:"1/120 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:440;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(84, 'olivia_2_gf', 0, 7, 'olivia_2_gf.jpg', '', 'olivia_2_gf', '2010-06-17 13:50:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 16";s:6:"credit";b:0;s:6:"camera";s:5:"P 40+";s:7:"caption";b:0;s:17:"created_timestamp";s:21:"June 17, 2010 1:50 pm";s:9:"copyright";b:0;s:12:"focal_length";s:6:"120 mm";s:3:"iso";i:100;s:13:"shutter_speed";s:9:"1/120 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:680;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL),
(85, 'olivia_4_gf', 0, 7, 'olivia_4_gf.jpg', '', 'olivia_4_gf', '2010-06-17 17:19:24', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:4:"F 19";s:6:"credit";b:0;s:6:"camera";s:5:"P 40+";s:7:"caption";b:0;s:17:"created_timestamp";s:21:"June 17, 2010 5:19 pm";s:9:"copyright";b:0;s:12:"focal_length";s:6:"120 mm";s:3:"iso";i:100;s:13:"shutter_speed";s:9:"1/120 sec";s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:531;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:100;}}', 0, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=157066 ;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3, 'siteurl', 'http://localhost/Kamini', 'yes'),
(4, 'blogname', 'Kamini Beauty', 'yes'),
(5, 'blogdescription', '', 'yes'),
(6, 'users_can_register', '0', 'yes'),
(7, 'admin_email', 'neil@ashfordweb.co.uk', 'yes'),
(8, 'start_of_week', '1', 'yes'),
(9, 'use_balanceTags', '0', 'yes'),
(10, 'use_smilies', '1', 'yes'),
(11, 'require_name_email', '', 'yes'),
(12, 'comments_notify', '1', 'yes'),
(13, 'posts_per_rss', '10', 'yes'),
(14, 'rss_use_excerpt', '0', 'yes'),
(15, 'mailserver_url', 'mail.example.com', 'yes'),
(16, 'mailserver_login', 'login@example.com', 'yes'),
(17, 'mailserver_pass', 'password', 'yes'),
(18, 'mailserver_port', '110', 'yes'),
(19, 'default_category', '1', 'yes'),
(20, 'default_comment_status', 'open', 'yes'),
(21, 'default_ping_status', 'open', 'yes'),
(22, 'default_pingback_flag', '', 'yes'),
(24, 'posts_per_page', '10', 'yes'),
(25, 'date_format', 'F j, Y', 'yes'),
(26, 'time_format', 'g:i a', 'yes'),
(27, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(31, 'comment_moderation', '', 'yes'),
(32, 'moderation_notify', '1', 'yes'),
(33, 'permalink_structure', '/%postname%/', 'yes'),
(34, 'gzipcompression', '0', 'yes'),
(35, 'hack_file', '0', 'yes'),
(36, 'blog_charset', 'UTF-8', 'yes'),
(37, 'moderation_keys', '', 'no'),
(38, 'active_plugins', 'a:14:{i:0;s:34:"advanced-custom-fields-pro/acf.php";i:1;s:42:"advanced-random-posts/adv-random-posts.php";i:2;s:28:"category-posts/cat-posts.php";i:3;s:37:"disable-comments/disable-comments.php";i:4;s:31:"gravityforms 2/gravityforms.php";i:5;s:50:"multiple-post-thumbnails/multi-post-thumbnails.php";i:6;s:29:"nextgen-gallery/nggallery.php";i:7;s:43:"shortcodes-ultimate/shortcodes-ultimate.php";i:8;s:24:"wordpress-seo/wp-seo.php";i:9;s:29:"wp-db-backup/wp-db-backup.php";i:10;s:33:"wp-nivo-slider/wp-nivo-slider.php";i:11;s:35:"wp-twitter-feed/wp-twitter-feed.php";i:12;s:15:"wp-ui/wp-ui.php";i:13;s:26:"promotion-slider/index.php";}', 'yes'),
(156550, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:57:"https://downloads.wordpress.org/release/wordpress-4.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:57:"https://downloads.wordpress.org/release/wordpress-4.1.zip";s:10:"no_content";s:68:"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip";s:11:"new_bundled";s:69:"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"4.1";s:7:"version";s:3:"4.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.1";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1422012406;s:15:"version_checked";s:3:"4.1";s:12:"translations";a:0:{}}', 'yes'),
(39, 'home', 'http://localhost/Kamini', 'yes'),
(40, 'category_base', '', 'yes'),
(41, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(42, 'advanced_edit', '0', 'yes'),
(43, 'comment_max_links', '2', 'yes'),
(44, 'gmt_offset', '0', 'yes'),
(45, 'default_email_category', '1', 'yes'),
(46, 'recently_edited', 'a:5:{i:0;s:89:"/home/fhlinux209/k/kaminibeauty.com/user/htdocs/wp-content/themes/twentyeleven/header.php";i:1;s:92:"/home/fhlinux209/k/kaminibeauty.com/user/htdocs/wp-content/themes/twentyeleven/functions.php";i:2;s:88:"/home/fhlinux209/k/kaminibeauty.com/user/htdocs/wp-content/themes/twentyeleven/style.css";i:3;s:102:"/home/fhlinux209/k/kaminibeauty.com/user/htdocs/wp-content/plugins/wp-twitter-feed/wp-twitter-feed.php";i:4;s:89:"/home/fhlinux209/k/kaminibeauty.com/user/htdocs/wp-content/themes/twentyeleven/footer.php";}', 'no'),
(47, 'template', 'twentyeleven', 'yes'),
(48, 'stylesheet', 'kamini-wp', 'yes'),
(49, 'comment_whitelist', '1', 'yes'),
(50, 'blacklist_keys', '', 'no'),
(51, 'comment_registration', '', 'yes'),
(53, 'html_type', 'text/html', 'yes'),
(54, 'use_trackback', '0', 'yes'),
(55, 'default_role', 'subscriber', 'yes'),
(56, 'db_version', '30133', 'yes'),
(57, 'uploads_use_yearmonth_folders', '1', 'yes'),
(58, 'upload_path', '', 'yes'),
(59, 'blog_public', '1', 'yes'),
(60, 'default_link_category', '2', 'yes'),
(61, 'show_on_front', 'posts', 'yes'),
(62, 'tag_base', '', 'yes'),
(63, 'show_avatars', '0', 'yes'),
(64, 'avatar_rating', 'G', 'yes'),
(65, 'upload_url_path', '', 'yes'),
(66, 'thumbnail_size_w', '150', 'yes'),
(67, 'thumbnail_size_h', '150', 'yes'),
(68, 'thumbnail_crop', '1', 'yes'),
(69, 'medium_size_w', '300', 'yes'),
(70, 'medium_size_h', '300', 'yes'),
(71, 'avatar_default', 'mystery', 'yes'),
(74, 'large_size_w', '1024', 'yes'),
(75, 'large_size_h', '1024', 'yes'),
(76, 'image_default_link_type', 'file', 'yes'),
(77, 'image_default_size', '', 'yes'),
(78, 'image_default_align', '', 'yes'),
(79, 'close_comments_for_old_posts', '', 'yes'),
(80, 'close_comments_days_old', '14', 'yes'),
(81, 'thread_comments', '1', 'yes'),
(82, 'thread_comments_depth', '5', 'yes'),
(83, 'page_comments', '', 'yes'),
(84, 'comments_per_page', '50', 'yes'),
(85, 'default_comments_page', 'newest', 'yes'),
(86, 'comment_order', 'asc', 'yes'),
(87, 'sticky_posts', 'a:0:{}', 'yes'),
(88, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(89, 'widget_text', 'a:0:{}', 'yes'),
(90, 'widget_rss', 'a:0:{}', 'yes'),
(91, 'timezone_string', '', 'yes'),
(93, 'embed_size_w', '', 'yes'),
(94, 'embed_size_h', '600', 'yes'),
(95, 'page_for_posts', '0', 'yes'),
(96, 'page_on_front', '0', 'yes'),
(97, 'default_post_format', '0', 'yes'),
(98, 'initial_db_version', '19470', 'yes'),
(99, '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:9:"add_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:24:"NextGEN Gallery overview";b:1;s:19:"NextGEN Use TinyMCE";b:1;s:21:"NextGEN Upload images";b:1;s:22:"NextGEN Manage gallery";b:1;s:19:"NextGEN Manage tags";b:1;s:29:"NextGEN Manage others gallery";b:1;s:18:"NextGEN Edit album";b:1;s:20:"NextGEN Change style";b:1;s:22:"NextGEN Change options";b:1;s:24:"NextGEN Attach Interface";b:1;s:15:"wpseo_bulk_edit";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{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:15:"wpseo_bulk_edit";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:11:{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:15:"wpseo_bulk_edit";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'),
(100, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(1000, '_transient_update_plugins', 'O:8:"stdClass":1:{s:8:"response";a:0:{}}', 'yes'),
(102, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(460, 'widget_categoryposts', 'a:2:{i:2;a:8:{s:5:"title";s:19:"More News & Reviews";s:3:"cat";s:1:"7";s:3:"num";s:2:"10";s:7:"sort_by";s:4:"date";s:14:"excerpt_length";s:0:"";s:4:"date";s:2:"on";s:7:"thumb_w";s:2:"40";s:7:"thumb_h";s:2:"40";}s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(459, 'jlao_cat_post_thumb_sizes', 'a:1:{s:15:"categoryposts-2";a:2:{i:0;s:2:"40";i:1;s:2:"40";}}', 'yes'),
(104, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:2:{s:19:"wp_inactive_widgets";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(106, 'cron', 'a:7:{i:1422036486;a:1:{s:29:"ngg_delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"ngg_custom";s:4:"args";a:0:{}s:8:"interval";i:1800;}}}i:1422041013;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:1422041700;a:1:{s:20:"wp_maybe_auto_update";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1422052572;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;}}}i:1422084216;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:1422099354;a:1:{s:14:"yoast_tracking";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'),
(156835, 'wpseo', 'a:18:{s:14:"blocking_files";a:0:{}s:26:"ignore_blog_public_warning";b:0;s:31:"ignore_meta_description_warning";b:0;s:20:"ignore_page_comments";b:0;s:16:"ignore_permalink";b:0;s:11:"ignore_tour";b:1;s:15:"ms_defaults_set";b:0;s:23:"theme_description_found";s:0:"";s:21:"theme_has_description";b:0;s:19:"tracking_popup_done";b:1;s:7:"version";s:5:"1.7.1";s:11:"alexaverify";s:0:"";s:20:"disableadvanced_meta";b:1;s:12:"googleverify";s:0:"";s:8:"msverify";s:0:"";s:15:"pinterestverify";s:0:"";s:12:"yandexverify";s:0:"";s:14:"yoast_tracking";b:1;}', 'yes'),
(156544, 'link_manager_enabled', '1', 'yes'),
(155, 'theme_mods_twentyeleven', 'a:4:{s:12:"header_image";s:13:"remove-header";s:16:"header_textcolor";s:3:"000";s:18:"nav_menu_locations";a:2:{s:9:"Main Menu";i:3;s:11:"Footer Menu";i:6;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1421694120;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:0:{}s:18:"orphaned_widgets_1";a:0:{}s:18:"orphaned_widgets_2";a:0:{}s:18:"orphaned_widgets_3";a:0:{}s:18:"orphaned_widgets_4";a:0:{}s:18:"orphaned_widgets_5";a:0:{}}}}', 'yes'),
(157041, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1422012415;s:7:"checked";a:8:{s:14:"kamini-wp copy";s:5:"1.0.0";s:9:"kamini-wp";s:5:"1.0.0";s:16:"twentyeleven-old";s:3:"1.3";s:12:"twentyeleven";s:3:"2.0";s:13:"twentyfifteen";s:3:"1.0";s:14:"twentyfourteen";s:3:"1.3";s:9:"twentyten";s:3:"1.3";s:14:"twentythirteen";s:3:"1.4";}s:8:"response";a:1:{s:9:"twentyten";a:4:{s:5:"theme";s:9:"twentyten";s:11:"new_version";s:3:"1.8";s:3:"url";s:38:"https://wordpress.org/themes/twentyten";s:7:"package";s:55:"https://downloads.wordpress.org/theme/twentyten.1.8.zip";}}s:12:"translations";a:0:{}}', 'yes'),
(156598, '_site_transient_timeout_browser_cf069ddc4622a6b6714418ea7e5d3e1f', '1422298794', 'yes'),
(156599, '_site_transient_browser_cf069ddc4622a6b6714418ea7e5d3e1f', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"39.0.2171.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'),
(113, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:23:"http://localhost/Kamini";s:4:"link";s:99:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/Kamini/";s:3:"url";s:135:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://kamini.xthefrog.com/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(114, 'current_theme', 'Kamini WP', 'yes'),
(156506, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1421294259', 'no'),
(156507, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p><strong>RSS Error</strong>: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://kamini.xthefrog.com/</p>', 'no'),
(156532, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1421294267', 'no'),
(157046, '_site_transient_timeout_theme_roots', '1422036681', 'yes'),
(157047, '_site_transient_theme_roots', 'a:8:{s:14:"kamini-wp copy";s:7:"/themes";s:9:"kamini-wp";s:7:"/themes";s:16:"twentyeleven-old";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";s:9:"twentyten";s:7:"/themes";s:14:"twentythirteen";s:7:"/themes";}', 'yes'),
(156461, '_site_transient_timeout_browser_0d0584c2542c12aacf9d54fa4c3b24c5', '1421781629', 'yes'),
(156462, '_site_transient_browser_0d0584c2542c12aacf9d54fa4c3b24c5', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"39.0.2171.95";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'),
(5045, 'ngg_options', 'a:87:{s:11:"gallerypath";s:19:"wp-content/gallery/";s:9:"deleteImg";b:1;s:9:"swfUpload";b:1;s:13:"usePermalinks";b:0;s:13:"permalinkSlug";s:9:"nggallery";s:14:"graphicLibrary";s:2:"gd";s:14:"imageMagickDir";s:15:"/usr/local/bin/";s:11:"useMediaRSS";b:0;s:10:"usePicLens";b:0;s:12:"activateTags";i:0;s:10:"appendType";s:4:"tags";s:9:"maxImages";i:7;s:10:"thumbwidth";i:100;s:11:"thumbheight";i:100;s:8:"thumbfix";b:1;s:12:"thumbquality";i:100;s:8:"imgWidth";i:800;s:9:"imgHeight";i:600;s:10:"imgQuality";i:85;s:9:"imgBackup";b:1;s:13:"imgAutoResize";b:0;s:9:"galImages";s:1:"0";s:17:"galPagedGalleries";i:0;s:10:"galColumns";i:0;s:12:"galShowSlide";b:0;s:12:"galTextSlide";s:19:"[Show as slideshow]";s:14:"galTextGallery";s:19:"[Show picture list]";s:12:"galShowOrder";s:7:"gallery";s:7:"galSort";s:9:"sortorder";s:10:"galSortDir";s:3:"ASC";s:10:"galNoPages";b:1;s:13:"galImgBrowser";i:0;s:12:"galHiddenImg";i:0;s:10:"galAjaxNav";i:0;s:11:"thumbEffect";s:7:"shutter";s:9:"thumbCode";s:35:"class=\\"shutterset_%GALLERY_NAME%\\"";s:5:"wmPos";s:8:"botRight";s:6:"wmXpos";i:5;s:6:"wmYpos";i:5;s:6:"wmType";i:0;s:6:"wmPath";s:0:"";s:6:"wmFont";s:9:"arial.ttf";s:6:"wmSize";i:10;s:6:"wmText";s:6:"Kamini";s:7:"wmColor";s:6:"000000";s:8:"wmOpaque";s:3:"100";s:8:"enableIR";i:0;s:7:"slideFx";s:4:"fade";s:5:"irURL";s:0:"";s:12:"irXHTMLvalid";i:0;s:7:"irAudio";s:0:"";s:7:"irWidth";i:320;s:8:"irHeight";i:240;s:9:"irShuffle";b:1;s:17:"irLinkfromdisplay";b:1;s:16:"irShownavigation";i:0;s:11:"irShowicons";i:0;s:11:"irWatermark";i:0;s:13:"irOverstretch";s:4:"true";s:12:"irRotatetime";i:10;s:12:"irTransition";s:6:"random";s:10:"irKenburns";i:0;s:11:"irBackcolor";s:6:"000000";s:12:"irFrontcolor";s:6:"FFFFFF";s:12:"irLightcolor";s:6:"CC0000";s:13:"irScreencolor";s:6:"000000";s:11:"activateCSS";i:1;s:7:"CSSfile";s:13:"nggallery.css";s:11:"installDate";i:1331643975;s:22:"router_param_separator";s:2:"--";s:19:"router_param_prefix";s:0:"";s:17:"router_param_slug";s:9:"nggallery";s:11:"wpmuCSSfile";s:13:"nggallery.css";s:9:"wpmuStyle";b:0;s:9:"wpmuRoles";b:0;s:16:"wpmuImportFolder";b:0;s:13:"wpmuZipUpload";b:0;s:14:"wpmuQuotaCheck";b:0;s:17:"datamapper_driver";s:22:"custom_post_datamapper";s:21:"gallerystorage_driver";s:25:"ngglegacy_gallery_storage";s:20:"maximum_entity_count";i:500;s:18:"galleries_in_feeds";b:0;s:14:"relatedHeading";s:24:"<h3>Related Images:</h3>";s:18:"thumbEffectContext";s:14:"nextgen_images";s:23:"dynamic_stylesheet_slug";s:12:"nextgen-dcss";s:22:"dynamic_thumbnail_slug";s:13:"nextgen-image";s:23:"dismissed_notifications";a:1:{s:20:"image_rotator_notice";a:2:{i:0;i:1;i:1;i:1;}}}', 'yes'),
(5046, 'ngg_db_version', '1.8.0', 'yes'),
(3138, 'J-Shortcodes', 'a:6:{s:20:"j-shortcodes-version";s:5:"1.405";s:15:"disable-wpautop";s:0:"";s:10:"custom_css";s:119:".gallery img {border:none;}\n.gallery .nav-prev, .gallery .nav-next { width:auto;}\nul.filmstrip li { list-style: none; }";s:20:"webmaster_subscribed";s:0:"";s:13:"jquery_themes";a:5:{s:7:"blitzer";s:1:"0";s:9:"cupertino";s:1:"0";s:8:"overcast";s:1:"0";s:10:"smoothness";s:1:"1";s:5:"vader";s:1:"0";}s:16:"jgallery_enabled";s:1:"1";}', 'yes'),
(157062, '_transient_timeout_plugin_slugs', '1422121289', 'no'),
(157063, '_transient_plugin_slugs', 'a:14:{i:0;s:34:"advanced-custom-fields-pro/acf.php";i:1;s:42:"advanced-random-posts/adv-random-posts.php";i:2;s:28:"category-posts/cat-posts.php";i:3;s:37:"disable-comments/disable-comments.php";i:4;s:31:"gravityforms 2/gravityforms.php";i:5;s:50:"multiple-post-thumbnails/multi-post-thumbnails.php";i:6;s:29:"nextgen-gallery/nggallery.php";i:7;s:26:"promotion-slider/index.php";i:8;s:43:"shortcodes-ultimate/shortcodes-ultimate.php";i:9;s:35:"wp-twitter-feed/wp-twitter-feed.php";i:10;s:29:"wp-db-backup/wp-db-backup.php";i:11;s:24:"wordpress-seo/wp-seo.php";i:12;s:33:"wp-nivo-slider/wp-nivo-slider.php";i:13;s:15:"wp-ui/wp-ui.php";}', 'no'),
(157048, '_site_transient_timeout_browser_4fcd055e760d11da524beb68c1c3dbdf', '1422639682', 'yes'),
(157049, '_site_transient_browser_4fcd055e760d11da524beb68c1c3dbdf', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"40.0.2214.91";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'),
(151, 'recently_activated', 'a:5:{s:53:"easy-twitter-feed-widget/easy-twitter-feed-widget.php";i:1421886426;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:1421885399;s:43:"recent-posts-slider/recent-posts-slider.php";i:1421790650;s:23:"bx-slider/bx-slider.php";i:1421704052;s:54:"wp-featured-content-slider/featured-content-slider.php";i:1421694102;}', 'yes'),
(172, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(156832, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1421936740', 'yes'),
(156833, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"4912";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"3077";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"3020";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"2528";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"2344";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1894";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1729";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1679";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"1674";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:4:"1674";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1611";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"1610";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1505";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:4:"1320";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:4:"1274";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:4:"1171";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:4:"1169";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:4:"1083";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:4:"1078";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"914";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"903";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"874";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"842";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"835";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"790";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"757";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"748";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"708";}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";s:3:"697";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"692";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"681";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"657";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"649";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"642";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"641";}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";s:3:"621";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"620";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"604";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:3:"599";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"593";}}', 'yes'),
(156545, 'uninstall_plugins', 'a:3:{i:0;b:0;s:41:"simple-nivo-slider/simple-nivo-slider.php";s:15:"snivo_uninstall";s:29:"nextgen-gallery/nggallery.php";a:2:{i:0;s:9:"nggLoader";i:1;s:9:"uninstall";}}', 'no'),
(218, 'wpns_height', '418', 'yes'),
(1664, 'FatPandaFacebookComments_settings', 'a:11:{s:16:"comments_enabled";s:2:"on";s:6:"app_id";s:0:"";s:14:"import_enabled";s:3:"off";s:3:"xid";s:0:"";s:11:"support_xid";s:3:"off";s:17:"show_old_comments";s:3:"off";s:9:"num_posts";s:2:"10";s:5:"width";s:3:"600";s:11:"colorscheme";s:5:"light";s:18:"comment_form_title";s:0:"";s:17:"fix_notifications";s:2:"on";}', 'yes'),
(217, 'wpns_width', '1104', 'yes'),
(214, 'wpns_category', '4', 'yes'),
(215, 'wpns_effect', 'fade', 'yes'),
(216, 'wpns_slices', '5', 'yes'),
(1466, 'category_children', 'a:0:{}', 'yes'),
(1001, 'rg_gforms_message', '<!--GFM--><!-- unregistered copy notice -->\r\n<div style=\\"margin:10px 0 10px 0; border-bottom:1px solid #D7D7D7; text-align:center; display:block!important; visibility: visible!important; min-width:880px;\\"><a href=\\"http://www.gravityforms.com/purchase-gravity-forms/\\" target=\\"_blank\\"><img src=\\"https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered.png\\" width=\\"880\\" height=\\"90\\" alt=\\"Unlicensed Copy. Please purchase a Gravity Forms license\\" title=\\"Unlicensed Copy\\" /></a></div>\r\n<!-- end notice -->', 'yes'),
(156600, 'su_vote', 'no', 'yes'),
(1002, 'rg_gform_last_update', '1422034878', 'yes'),
(290, 'feat_width', '776', 'yes'),
(291, 'feat_height', '185', 'yes'),
(292, 'order', 'ASC', 'yes'),
(293, 'sort', 'title', 'yes'),
(294, 'effect', 'scrollLeft', 'yes'),
(295, 'timeout', '6000', 'yes'),
(296, 'feat_bg', 'E3D8D2', 'yes'),
(297, 'feat_border', 'FFF', 'yes'),
(298, 'text_width', '166', 'yes'),
(299, 'text_color', '525252', 'yes'),
(300, 'img_width', '509', 'yes'),
(301, 'img_height', '185', 'yes'),
(156541, '_site_transient_timeout_wporg_theme_feature_list', '1421269135', 'yes'),
(156542, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:8:"Features";a:19:{i:1;s:8:"blavatar";i:2;s:10:"buddypress";i:3;s:17:"custom-background";i:4;s:13:"custom-colors";i:5;s:13:"custom-header";i:6;s:11:"custom-menu";i:7;s:12:"editor-style";i:8;s:21:"featured-image-header";i:9;s:15:"featured-images";i:10;s:15:"flexible-header";i:11;s:20:"front-page-post-form";i:12;s:19:"full-width-template";i:13;s:12:"microformats";i:14;s:12:"post-formats";i:15;s:20:"rtl-language-support";i:16;s:11:"sticky-post";i:17;s:13:"theme-options";i:18;s:17:"threaded-comments";i:19;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}}', 'yes'),
(390, 'twentyeleven_theme_options', 'a:3:{s:12:"color_scheme";s:5:"light";s:10:"link_color";s:7:"#1b8be0";s:12:"theme_layout";s:15:"content-sidebar";}', 'yes'),
(464, 'twitter_user_ids', 'kaminibeauty', 'yes'),
(465, 'twitter_show_status', 'checked', 'yes'),
(999, 'rg_form_version', '1.3.13.1', 'yes'),
(9733, 'promotion-categories_children', 'a:0:{}', 'yes'),
(633, 'promotion_slider_options', 'a:9:{s:7:"version";s:5:"3.3.4";s:8:"start_on";s:5:"first";s:12:"auto_advance";s:12:"auto_advance";s:10:"time_delay";i:6;s:13:"display_title";s:7:"default";s:15:"display_excerpt";s:4:"none";s:14:"pause_on_hover";s:8:"no_pause";s:10:"load_js_in";s:4:"head";s:16:"default_img_size";s:4:"full";}', 'yes'),
(2992, 'wpUI_options', 'a:52:{s:11:"enable_tabs";s:2:"on";s:16:"enable_accordion";s:2:"on";s:15:"enable_spoilers";s:2:"on";s:14:"enable_dialogs";s:2:"on";s:24:"enable_quicktags_buttons";s:2:"on";s:19:"enable_tinymce_menu";s:2:"on";s:14:"enable_widgets";s:2:"on";s:15:"load_all_styles";s:2:"on";s:10:"tab_scheme";s:9:"wpui-alma";s:18:"styles_upload_dirs";a:2:{s:3:"dir";s:0:"";s:3:"url";s:0:"";}s:18:"jqui_custom_themes";s:2:"{}";s:10:"custom_css";s:0:"";s:12:"dialog_width";s:5:"300px";s:15:"selected_styles";s:129:"["wpui-light","wpui-blue","wpui-red","wpui-green","wpui-dark","wpui-quark","wpui-alma","wpui-macish","wpui-redmond","wpui-sevin"]";s:6:"tabsfx";s:6:"fadeIn";s:8:"fx_speed";s:3:"400";s:11:"tabs_rotate";s:4:"stop";s:10:"tabs_event";s:5:"click";s:12:"accord_event";s:5:"click";s:17:"accord_autoheight";s:2:"on";s:13:"accord_easing";s:5:"false";s:16:"mouse_wheel_tabs";s:5:"false";s:17:"tab_nav_prev_text";s:4:"Prev";s:17:"tab_nav_next_text";s:4:"Next";s:17:"spoiler_show_text";s:13:"Click to show";s:17:"spoiler_hide_text";s:13:"Click to hide";s:14:"excerpt_length";s:4:"more";s:11:"post_widget";a:4:{s:5:"title";s:12:"We recommend";s:4:"type";s:7:"popular";s:6:"number";s:1:"4";s:7:"per_row";s:1:"4";}s:22:"post_default_thumbnail";a:3:{s:3:"url";s:68:"http://localhost/Kamini/wp-content/plugins/wp-ui/images/wp-light.png";s:5:"width";s:3:"100";s:6:"height";s:3:"100";}s:14:"title_template";s:0:"";s:15:"post_template_1";s:357:"<h2 class="wpui-post-title">{$title}</h2>\r\n <div class="wpui-post-meta">{$date} | {$author}</div>\r\n <div class="wpui-post-thumbnail">{$thumbnail}</div>\r\n <div class="wpui-post-content">{$excerpt}</div>\r\n <p class="wpui-readmore"><a class="wpui-button ui-button ui-widget ui-corner-all" href="{$url}" title="Read more from {$title}">Read More...</a></p>";s:15:"post_template_2";s:299:"<div class="wpui-post-meta">{$date}</div>\r\n <div class="wpui-post-thumbnail">{$thumbnail}</div>\r\n <div class="wpui-post-content">{$excerpt}</div>\r\n <p class="wpui-readmore"><a class="wpui-button ui-button ui-widget ui-corner-all" href="{$url}" title="Read more from {$title}">Read More...</a></p>";s:19:"script_conditionals";s:0:"";s:11:"use_cookies";s:2:"on";s:15:"linking_history";s:2:"on";s:12:"docwrite_fix";s:2:"on";s:12:"misc_options";s:0:"";s:6:"submit";s:12:"Save Options";s:16:"single_line_tabs";s:3:"off";s:9:"bottomnav";s:3:"off";s:12:"enable_cache";s:3:"off";s:16:"collapsible_tabs";s:3:"off";s:18:"accord_collapsible";s:3:"off";s:14:"relative_times";s:3:"off";s:10:"cdn_jquery";s:3:"off";s:15:"use_old_scripts";s:3:"off";s:15:"use_old_widgets";s:3:"off";s:6:"alt_sc";s:3:"off";s:9:"jquery_fx";s:3:"off";s:22:"load_scripts_on_demand";s:3:"off";s:4:"tour";s:3:"off";s:7:"version";s:5:"0.8.8";}', 'yes'),
(3140, 'su_custom_css', '', 'yes'),
(156558, 'ngg_doing_upgrade', '', 'yes'),
(156559, 'photocrati_auto_update_admin_update_list', '', 'yes'),
(156560, 'photocrati_auto_update_admin_check_date', '', 'yes'),
(156593, 'theme_mods_kamini-wp', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:9:"Main Menu";i:3;s:11:"Footer Menu";i:6;}}', 'yes'),
(156594, 'theme_switched', '', 'yes'),
(156604, 'rps_height', '187', 'yes'),
(156605, 'rps_post_per_slide', '5', 'yes'),
(156606, 'rps_total_posts', '6', 'yes'),
(156607, 'rps_slider_content', '1', 'yes'),
(156518, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1421294261', 'no'),
(156519, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://ma.tt/2015/01/futuristic-predictions/'' title=''Yesterday’s post was a bit of a downer, so here io9 lists The Most Futuristic Predictions That Came True In 2014, including technologically-assisted telepathy, 3d printing in space, laser weapons, and landing a robot on a comet. […]''>Matt: Futuristic Predictions</a></li><li><a class=''rsswidget'' href=''http://wptavern.com/justin-tadlock-joins-forces-with-emil-uzelac-to-provide-wordpress-theme-review-as-a-service'' title=''photo credit: pollas – cc Last week, Emil Uzelac launched a new theme review service targeted at WordPress developers and companies that want their products to adhere to best practices. Just one week after launch, Justin Tadlock, a fellow member of the WordPress.org theme review team and author of the Hybrid Core framework, is joining forces with Uzelac to p […]''>WPTavern: Justin Tadlock Joins Forces with Emil Uzelac to Provide WordPress Theme Review as a Service</a></li><li><a class=''rsswidget'' href=''http://wptavern.com/versionpress-rc1-released-to-early-backers'' title=''Version Control Featured Image VersionPress, the plugin that allows you to revert changes to a site without having to restore a backup, is being released to early backers. Near the middle of 2014, VersionPress creators Borek Bernard and Jan Voráček created a crowdfunding campaign asking for $30K. The campaign started off on a rocky note, as several readers q […]''>WPTavern: VersionPress RC1 Released to Early Backers</a></li><li><a class=''rsswidget'' href=''http://wptavern.com/is-2015-the-year-of-wordpress-admin-themes'' title=''The CPO and partner of Human Made, Noel Tock, published his WordPress predictions for 2015. His predictions include, custom dashboards, front-end editing, internationalization, and more. This could be the year of admin themes, but I think it largely depends on whether the WP API is merged into core. Tock predicts we’ll see a substantial increase in different […]''>WPTavern: Is 2015 The Year of WordPress Admin Themes?</a></li><li><a class=''rsswidget'' href=''http://wptavern.com/better-notifications-plugin-for-wordpress-now-out-of-beta'' title=''The beta version of the Better Notifications for WordPress plugin was released last year, and it lay dormant for many months while its original collaborators searched for a new developer. The plugin was created to allow you to send customizable HTML emails to users based on different actions in WordPress. Jack McConnell, founder of development agency Voltron […]''>WPTavern: Better Notifications Plugin for WordPress Now Out of Beta</a></li></ul></div>', 'no'),
(156495, '_transient_random_seed', '0a26b4f01d54e069725745ffe080a6a8', 'yes'),
(156533, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=''https://wordpress.org/plugins/better-wp-security/''>iThemes Security (formerly Better WP Security)</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=better-wp-security&_wpnonce=18305cff2c&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''iThemes Security (formerly Better WP Security)''>Install</a>)</span>\n<p>The easiest, most effective way to secure WordPress in seconds.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=''https://wordpress.org/plugins/hide-links/''>Hide Links</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=hide-links&_wpnonce=57ac4f6b7e&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''Hide Links''>Install</a>)</span>\n<p>Скрытие внешних ссылок от индексации поисковыми системами с помощью скрипта.</p>\n<h4>Recently Updated</h4>\n<h5><a href=''https://wordpress.org/plugins/elegant-subscription-popup/''>Elegant Subscription Popup</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=elegant-subscription-popup&_wpnonce=85d54b12a1&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''Elegant Subscription Popup''>Install</a>)</span>\n<p>Elegant subscription popup plugin shows an animated feedburner form when site gets loaded. It doesn't annoy the visitor to subscribe repeatedly i</p>\n', 'no'),
(156537, 'wp_db_backup_excs', 'a:2:{s:9:"revisions";a:0:{}s:4:"spam";a:0:{}}', 'yes'),
(156538, 'wpdb_backup_recip', 'neil@ashfordweb.co.uk', 'yes'),
(156546, 'WPLANG', '', 'yes'),
(156547, 'db_upgraded', '', 'yes'),
(156561, 'pope_module_list', 'a:36:{i:0;s:28:"photocrati-nextgen|2.0.66.37";i:1;s:17:"photocrati-fs|0.4";i:2;s:21:"photocrati-router|0.6";i:3;s:19:"photocrati-i18n|0.1";i:4;s:25:"photocrati-validation|0.1";i:5;s:32:"photocrati-wordpress_routing|0.5";i:6;s:23:"photocrati-security|0.2";i:7;s:18:"photocrati-lzw|0.1";i:8;s:31:"photocrati-nextgen_settings|0.8";i:9;s:18:"photocrati-mvc|0.5";i:10;s:19:"photocrati-ajax|0.7";i:11;s:33:"photocrati-dynamic_stylesheet|0.3";i:12;s:34:"photocrati-frame_communication|0.4";i:13;s:25:"photocrati-datamapper|0.6";i:14;s:30:"photocrati-nextgen-legacy|0.13";i:15;s:27:"photocrati-nextgen-data|0.8";i:16;s:33:"photocrati-dynamic_thumbnails|0.5";i:17;s:28:"photocrati-nextgen_admin|0.7";i:18;s:38:"photocrati-nextgen_addgallery_page|0.6";i:19;s:33:"photocrati-nextgen_pagination|0.3";i:20;s:38:"photocrati-nextgen_gallery_display|0.9";i:21;s:30:"photocrati-attach_to_post|0.10";i:22;s:36:"photocrati-nextgen_other_options|0.7";i:23;s:34:"photocrati-nextgen_pro_upgrade|0.3";i:24;s:23:"photocrati-mediarss|0.4";i:25;s:20:"photocrati-cache|0.2";i:26;s:24:"photocrati-lightbox|0.14";i:27;s:34:"photocrati-nextgen_basic_album|0.9";i:28;s:38:"photocrati-nextgen_basic_templates|0.4";i:29;s:37:"photocrati-nextgen_basic_gallery|0.11";i:30;s:41:"photocrati-nextgen_basic_imagebrowser|0.9";i:31;s:38:"photocrati-nextgen_basic_singlepic|0.9";i:32;s:37:"photocrati-nextgen_basic_tagcloud|0.9";i:33;s:21:"photocrati-widget|0.5";i:34;s:33:"photocrati-third_party_compat|0.3";i:35;s:29:"photocrati-nextgen_xmlrpc|0.4";}', 'yes'),
(156551, 'can_compress_scripts', '1', 'yes'),
(156553, '_site_transient_timeout_available_translations', '1421269488', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(156554, '_site_transient_available_translations', 'a:46:{s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-18 13:48:58";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-09 18:52:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-04 21:03:27";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:22:"Продължение";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-08 17:39:56";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-09 04:10:35";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-09 11:12:57";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-06 18:51:09";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:12:"Fortsæt";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-04 15:21:32";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:10:"Fortfahren";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-08 21:47:46";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-06 08:18:42";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-18 00:30:12";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-16 23:14:33";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-08 22:46:58";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2014-12-19 08:14:32";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-12 23:01:40";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-08 23:41:34";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:3:"4.0";s:7:"updated";s:19:"2014-09-04 19:47:01";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.0/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:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-09 12:20:08";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2014-12-18 23:18:50";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2014-12-17 07:01:16";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-05 09:12:27";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:3:"4.0";s:7:"updated";s:19:"2014-09-05 17:37:43";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.0/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:3:"4.1";s:7:"updated";s:19:"2014-12-17 18:21:32";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-18 06:09:08";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}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:3:"4.1";s:7:"updated";s:19:"2014-12-19 14:39:57";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-07 11:10:15";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:7:"Tovább";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-17 05:06:14";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-08 09:00:58";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-11 02:43:36";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-04 02:56:59";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-21 19:07:31";s:12:"english_name";s:7:"Burmese";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-10 16:35:13";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-09 07:20:46";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-13 15:10:03";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-02 18:49:32";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-06 15:59:30";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-13 19:40:43";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-04 23:12:49";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-12 19:18:28";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2015-01-13 22:38:48";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:10:"Nadaljujte";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-18 19:08:01";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2014-12-18 13:39:48";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:3:"4.1";s:7:"updated";s:19:"2014-12-18 16:15:24";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.1/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:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-10 11:11:55";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2014-12-26 02:21:02";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:"继续";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:3:"4.1";s:7:"updated";s:19:"2015-01-08 03:46:32";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1/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:"繼續";}}}', 'yes'),
(156563, 'su_installed', '1421258861', 'yes'),
(156564, 'su_option_version', '4.9.3', 'yes'),
(156565, 'wpns_theme', 'default', 'yes'),
(156566, 'wptf', 'a:5:{s:10:"APIwarning";s:3:"yes";s:9:"twitterJS";s:3:"yes";s:12:"followbutton";s:3:"yes";s:11:"largebutton";s:3:"yes";s:4:"lang";s:2:"en";}', 'yes'),
(156567, 'su_option_custom-formatting', 'on', 'yes'),
(156568, 'su_option_skip', 'on', 'yes'),
(156569, 'su_option_prefix', 'su_', 'yes'),
(156570, 'su_option_skin', 'default', 'yes'),
(156571, 'su_option_custom-css', '', 'yes'),
(156572, 'sunrise_defaults_su', '1', 'yes'),
(156810, '_transient_timeout_feed_mod_f1701fcc8d3ea1298a9ab9c4e94846f4', '1421929843', 'no'),
(156811, '_transient_feed_mod_f1701fcc8d3ea1298a9ab9c4e94846f4', '1421886643', 'no'),
(156808, '_transient_timeout_feed_f1701fcc8d3ea1298a9ab9c4e94846f4', '1421929843', 'no'),
(156809, '_transient_feed_f1701fcc8d3ea1298a9ab9c4e94846f4', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"Peadig";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:17:"http://peadig.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:61:"A WordPress theme framework harnessing the power of Bootstrap";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Jan 2015 14:53:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.org/?v=4.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Black Friday 2014! 40% off EVERYTHING!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://peadig.com/black-friday-2014/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:45:"http://peadig.com/black-friday-2014/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Nov 2014 11:02:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:5:"Press";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:26:"http://peadig.com/?p=10764";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:600:"<p>Black Friday is Here! Everyone loves a good Black Friday. That’s why, today only, we’re offering all our premium products, including Peadig itself, our and all of our premium plugins. All you need to do is enter the code below at checkout: This is only valid today and can only be used once per customer <a class="moretag" href="http://peadig.com/black-friday-2014/">[read more]</a></p>\n<p>The post <a rel="nofollow" href="http://peadig.com/black-friday-2014/">Black Friday 2014! 40% off EVERYTHING!</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:41:"http://peadig.com/black-friday-2014/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Changelog: Peadig v1.4.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://peadig.com/changelog-peadig-v1-4-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://peadig.com/changelog-peadig-v1-4-0/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 06 Oct 2014 08:46:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Changelog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:26:"http://peadig.com/?p=10105";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:186:"<p>The post <a rel="nofollow" href="http://peadig.com/changelog-peadig-v1-4-0/">Changelog: Peadig v1.4.0</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://peadig.com/changelog-peadig-v1-4-0/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Changelog: Peadig v1.3.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://peadig.com/changelog-peadig-v1-3-9/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://peadig.com/changelog-peadig-v1-3-9/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 28 Jul 2014 00:48:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Changelog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=9739";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:186:"<p>The post <a rel="nofollow" href="http://peadig.com/changelog-peadig-v1-3-9/">Changelog: Peadig v1.3.9</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://peadig.com/changelog-peadig-v1-3-9/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Changelog: Peadig v1.3.8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://peadig.com/changelog-peadig-v1-3-8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://peadig.com/changelog-peadig-v1-3-8/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Jul 2014 14:29:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Changelog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=9606";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:186:"<p>The post <a rel="nofollow" href="http://peadig.com/changelog-peadig-v1-3-8/">Changelog: Peadig v1.3.8</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://peadig.com/changelog-peadig-v1-3-8/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Why I Built a WordPress Framework…";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://peadig.com/why-i-built-wordpress-framework-mancsas/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://peadig.com/why-i-built-wordpress-framework-mancsas/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 May 2014 13:34:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:5:"Press";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=9408";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:218:"<p>The post <a rel="nofollow" href="http://peadig.com/why-i-built-wordpress-framework-mancsas/">Why I Built a WordPress Framework…</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://peadig.com/why-i-built-wordpress-framework-mancsas/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Changelog: Peadig v1.3.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://peadig.com/changelog-peadig-v1-3-7/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://peadig.com/changelog-peadig-v1-3-7/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Apr 2014 13:31:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Changelog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=9144";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:186:"<p>The post <a rel="nofollow" href="http://peadig.com/changelog-peadig-v1-3-7/">Changelog: Peadig v1.3.7</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://peadig.com/changelog-peadig-v1-3-7/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Changelog: Peadig v1.3.5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://peadig.com/changelog-peadig-v1-3-5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://peadig.com/changelog-peadig-v1-3-5/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 31 Jan 2014 00:49:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Changelog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=8332";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:186:"<p>The post <a rel="nofollow" href="http://peadig.com/changelog-peadig-v1-3-5/">Changelog: Peadig v1.3.5</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://peadig.com/changelog-peadig-v1-3-5/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Developers Required – Be part of Peadig";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://peadig.com/developers-required-wordpress-child-themes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:70:"http://peadig.com/developers-required-wordpress-child-themes/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 13 Jan 2014 09:00:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:5:"Press";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=7717";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:650:"<p>Requirements Be a Peadig license holder Know some PHP, HTML5, CSS3 Know WordPress and are familiar with Twitter Bootstrap Are quite a creative person What do we need Out of the box Peadig looks good (we think). But what makes it really shine is the use of Child themes and the additional customisation that comes <a class="moretag" href="http://peadig.com/developers-required-wordpress-child-themes/">[read more]</a></p>\n<p>The post <a rel="nofollow" href="http://peadig.com/developers-required-wordpress-child-themes/">Developers Required – Be part of Peadig</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Shane Jones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"http://peadig.com/developers-required-wordpress-child-themes/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Peadig Version 1.3.0 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://peadig.com/peadig-version-1-3-0-released/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"http://peadig.com/peadig-version-1-3-0-released/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Dec 2013 15:34:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Release Notes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=7836";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:723:"<p>Version 1.3.0 Major Updates Creation of functions-deprecated.php for old functions with their removal version Migrated old post notification into a default hook DefaultHook::old_post_notifications()? Created default hook for header social icons DefaultHook::header_social_links() for easier overwriting in child themes Addition of schema.org for the Person element Update to Bootstrap 3.0.3 Update to Redux 3.1.4 Update to LESS <a class="moretag" href="http://peadig.com/peadig-version-1-3-0-released/">[read more]</a></p>\n<p>The post <a rel="nofollow" href="http://peadig.com/peadig-version-1-3-0-released/">Peadig Version 1.3.0 Released</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Moss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://peadig.com/peadig-version-1-3-0-released/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Peadig version 1.2 release notes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://peadig.com/peadig-version-1-2-release-notes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"http://peadig.com/peadig-version-1-2-release-notes/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 07 Dec 2013 00:10:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Release Notes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://peadig.com/?p=7588";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:611:"<p>We’ve just pushed out the latest release of Peadig. As of this version, every release will come with a relevant blog post outlining everything we have changed. Version 1.2 Bug Fixes and Tweaks So this isn’t a major release but there is definitely a lot in there. Here is a list of all the major <a class="moretag" href="http://peadig.com/peadig-version-1-2-release-notes/">[read more]</a></p>\n<p>The post <a rel="nofollow" href="http://peadig.com/peadig-version-1-2-release-notes/">Peadig version 1.2 release notes</a> appeared first on <a rel="nofollow" href="http://peadig.com">Peadig</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Shane Jones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:56:"http://peadig.com/peadig-version-1-2-release-notes/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:23:"http://peadig.com/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:15:{s:4:"date";s:29:"Thu, 22 Jan 2015 00:30:42 GMT";s:6:"server";s:6:"Apache";s:7:"expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"cache-control";s:62:"no-store, no-cache, must-revalidate, post-check=0, pre-check=0";s:6:"pragma";s:8:"no-cache";s:10:"set-cookie";s:72:"edd_items_in_cart=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/";s:10:"x-pingback";s:28:"http://peadig.com/xmlrpc.php";s:13:"last-modified";s:29:"Wed, 21 Jan 2015 14:53:09 GMT";s:4:"etag";s:34:""43e50653e1c9af1e1706413e06b88de4"";s:12:"x-robots-tag";s:14:"noindex,follow";s:4:"vary";s:26:"Accept-Encoding,User-Agent";s:16:"content-encoding";s:4:"gzip";s:14:"content-length";s:4:"2156";s:10:"connection";s:5:"close";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20150114180124";}', 'no'),
(157044, '_transient_timeout_acf_pro_get_remote_info', '1422078079', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(157045, '_transient_acf_pro_get_remote_info', 'a:15:{s:4:"name";s:26:"Advanced Custom Fields Pro";s:4:"slug";s:26:"advanced-custom-fields-pro";s:8:"homepage";s:36:"http://www.advancedcustomfields.com/";s:7:"version";s:7:"5.1.7.1";s:6:"author";s:13:"elliot condon";s:10:"author_url";s:28:"http://www.elliotcondon.com/";s:12:"contributors";s:12:"elliotcondon";s:8:"requires";s:5:"3.5.0";s:6:"tested";s:3:"4.1";s:4:"tags";a:17:{i:0;s:5:"5.1.6";i:1;s:5:"5.1.5";i:2;s:5:"5.1.4";i:3;s:5:"5.1.3";i:4;s:5:"5.1.2";i:5;s:5:"5.1.1";i:6;s:5:"5.1.0";i:7;s:5:"5.0.9";i:8;s:5:"5.0.8";i:9;s:5:"5.0.7";i:10;s:5:"5.0.6";i:11;s:5:"5.0.5";i:12;s:5:"5.0.4";i:13;s:5:"5.0.3";i:14;s:5:"5.0.2";i:15;s:5:"5.0.1";i:16;s:5:"5.0.0";}s:6:"tagged";s:151:"custom, field, custom field, advanced, simple fields, magic fields, more fields, repeater, matrix, post, type, text, textarea, file, image, edit, admin";s:11:"description";s:4312:"<p>Advanced Custom Fields is the perfect solution for any WordPress website which needs more flexible data like other Content Management Systems. </p>\n<ul><li>Visually create your Fields</li><li>Select from multiple input types (text, textarea, wysiwyg, image, file, page link, post object, relationship, select, checkbox, radio buttons, date picker, true / false, repeater, flexible content, gallery and more to come!)</li><li>Assign your fields to multiple edit pages (via custom location rules)</li><li>Easily load data through a simple and friendly API</li><li>Uses the native WordPress custom post type for ease of use and fast processing</li><li>Uses the native WordPress metadata for ease of use and fast processing</li></ul>\n<h4> Field Types </h4>\n<ul><li>Text (type text, api returns text)</li><li>Text Area (type text, api returns text)</li><li>Number (type number, api returns integer)</li><li>Email (type email, api returns text)</li><li>Password (type password, api returns text)</li><li>WYSIWYG (a wordpress wysiwyg editor, api returns html)</li><li>Image (upload an image, api returns the url)</li><li>File (upload a file, api returns the url)</li><li>Select (drop down list of choices, api returns chosen item/s)</li><li>Checkbox (tickbox list of choices, api returns chosen item/s)</li><li>Radio Buttons ( radio button list of choices, api returns chosen item/s)</li><li>True / False (tick box with message, api returns true or false)</li><li>Page Link (select 1 or more page, post or custom post types, api returns the selected urls)</li><li>Post Object (select 1 or more page, post or custom post types, api returns the selected post objects)</li><li>Relationship (search, select and order post objects with a tidy interface, api returns the selected post objects)</li><li>Taxonomy (select taxonomy terms with options to load, display and save, api returns the selected term objects)</li><li>User (select 1 or more WP users, api returns the selected user objects)</li><li>Google Maps (interactive map, api returns lat, lng, address data)</li><li>Date Picker (jQuery date picker, options for format, api returns string)</li><li>Color Picker (WP color swatch picker)</li><li>Tab (Group fields into tabs)</li><li>Message (Render custom messages into the fields)</li><li>Repeater (ability to create repeatable blocks of fields!)</li><li>Flexible Content (ability to create flexible blocks of fields!)</li><li>Gallery (Add, edit and order multiple images in 1 simple field)</li><li>[Custom](<a href="http://www.advancedcustomfields.com/resources/creating-a-new-field-type/)">www.advancedcustomfields.com/resources/creating-a-new-field-type/)</a> (Create your own field type!)</li></ul>\n<h4> Tested on </h4>\n<ul><li>Mac Firefox :)</li><li>Mac Safari :)</li><li>Mac Chrome :)</li><li>PC Safari :)</li><li>PC Chrome :)</li><li>PC Firefox :)</li><li>iPhone Safari :)</li><li>iPad Safari :)</li><li>PC ie7 :S</li></ul>\n<h4> Website </h4>\n<p><a href="http://www.advancedcustomfields.com/">www.advancedcustomfields.com/</a></p>\n<h4> Documentation </h4>\n<ul><li>[Getting Started](<a href="http://www.advancedcustomfields.com/resources/#getting-started)">www.advancedcustomfields.com/resources/#getting-started)</a></li><li>[Field Types](<a href="http://www.advancedcustomfields.com/resources/#field-types)">www.advancedcustomfields.com/resources/#field-types)</a></li><li>[Functions](<a href="http://www.advancedcustomfields.com/resources/#functions)">www.advancedcustomfields.com/resources/#functions)</a></li><li>[Actions](<a href="http://www.advancedcustomfields.com/resources/#actions)">www.advancedcustomfields.com/resources/#actions)</a></li><li>[Filters](<a href="http://www.advancedcustomfields.com/resources/#filters)">www.advancedcustomfields.com/resources/#filters)</a></li><li>[How to guides](<a href="http://www.advancedcustomfields.com/resources/#how-to)">www.advancedcustomfields.com/resources/#how-to)</a></li><li>[Tutorials](<a href="http://www.advancedcustomfields.com/resources/#tutorials)">www.advancedcustomfields.com/resources/#tutorials)</a></li></ul>\n<h4> Bug Submission and Forum Support </h4>\n<p><a href="http://support.advancedcustomfields.com/">support.advancedcustomfields.com/</a></p>\n<h4> Please Vote and Enjoy </h4>\n<p>Your votes really make a difference! Thanks.</p>\n";s:12:"installation";s:467:"<ol><li>Upload <code>advanced-custom-fields</code> to the <code>/wp-content/plugins/</code> directory</li><li>Activate the plugin through the <code>Plugins</code> menu in WordPress</li><li>Click on the new menu item "Custom Fields" and create your first Custom Field Group!</li><li>Your custom field group will now appear on the page / post / template you specified in the field group''s location rules!</li><li>Read the documentation to display your data: </li></ol>\n";s:9:"changelog";s:85028:"<h4> 5.1.7.1 </h4>\n<ul><li>Core: Fixed JS error on data input screens</li><li>Core: Fixed incorrect return_url when using `acf_form()`</li></ul>\n<h4> 5.1.7 </h4>\n<ul><li>Tab field: Added new placement setting for top aligned / left aligned</li><li>Image field: Fixed selection bug when attachment popup also contains an image field</li><li>File field: Fixed selection bug when attachment popup also contains a file field</li><li>WYSIWYG field: Prevented full-height feature until WP provide compatibility for multiple editors </li><li>Core: Fixed many field bugs in WP media grid popup</li><li>Core: Added new friendly field wrap classes: acf-field-{$type} acf-field-{$key}</li><li>Core: JS speed improvements due to new field wrap classes</li><li>Core: Added new filter for removing compatibility <a href="http://www.advancedcustomfields.com/resources/acfcompatibility/">www.advancedcustomfields.com/resources/acfcompatibility/</a></li><li>Core: Minor fixes and improvements</li><li>Language: Updated German translation - thanks to Thomas Meyer</li></ul>\n<h4> 5.1.6 </h4>\n<ul><li>Gallery field: More UI improvements including titles for non image attachments</li><li>Image field: Added more data to returned attachment including filename, icon, author and type</li><li>File field: Same as above</li><li>Gallery field: Same as above</li><li>Google Maps field: Fixed JS error when google object exists without maps API</li><li>Select field: Fixed bug where a single numeric value would not save as a default_value</li><li>Checkbox field: Same as above</li><li>Radio field: Same as above</li><li>API: Added $format parameter to the functions the_row() and get_row()</li><li>Core: Fixed bug when adding <code>post_parent</code> value to post_object/relationship query args</li><li>Core: Minor fixes and improvements</li><li>Core: More RTL CSS improvements</li><li>Language: Updated Hebrew translation - thanks to Lavi Perchik</li><li>Language: Updated Persian translation - thanks to Kamel</li></ul>\n<h4> 5.1.5 </h4>\n<ul><li>Taxonomy field: Fixed bug where values would not appear selected</li><li>Core: Added new JSON synchronisation functionality</li><li>Core: Minor fixes and improvements</li></ul>\n<h4> 5.1.4 </h4>\n<ul><li>Taxonomy field: Major improvement to save/load setting allowing for different values on multiple sub fields</li><li>Google Map field: Fixed render glitch on sub fields when shown by a tab field</li><li>Code: Fixed bug where Select2 would continuously load when no results found</li><li>Core: Fixed bug where translated field groups were lost during DB migration to v5</li><li>Core: Minor fixes and improvements</li></ul>\n<h4> 5.1.3 </h4>\n<ul><li>Repeater field: Added new <code>block</code> layout style</li><li>Flexible Content field: Added new <code>block</code> layout style</li><li>Core: Added new field setting <code>wrapper</code> including width, class and id</li><li>Core: Minor JS speed improvement for sub field conditional logic</li><li>Core: Minor fixes and improvements</li><li>Language: Updated Dutch translation - thanks to Patrick Heiloo</li></ul>\n<h4> 5.1.2 </h4>\n<ul><li>API: Fixed various bugs with the have_rows() function</li></ul>\n<h4> 5.1.1 </h4>\n<ul><li>Image field: Added basic file uploader for non logged in users</li><li>File field: Added basic file uploader for non logged in users</li><li>API: Added $format_value parameter to the functions get_sub_field, the_sub_field and get_sub_field_object</li><li>API: Added $load_value parameter to the function get_sub_field_object</li><li>API: Added logic in have_rows function to allow for either field name or key</li><li>Core: Reverted acf_save_post function back to an action with priority of 10.</li><li>Core: Fixed compatibility bug with Shopp plugin</li><li>Field group: Fixed bug where sub fields were deleted when moving a repeater field to another group</li></ul>\n<h4> 5.1.0 </h4>\n<ul><li>Google Map field: Fixed JS bug causing navigation prompt to incorrectly appear</li><li>Image field: Added width & height data next to preview_size settings</li><li>Image field: Added width & height data next to preview_size settings</li><li>Options page: Fixed bug where validation error would prevent submit button from working</li><li>Core: Fixed bug where previewing a post would fail on every odd attempt</li><li>Core: Fixed bug with persistent cache when editing field groups</li><li>Core: Added support for widget JS functionality in the customizer</li><li>Core: Changed stripslashes setting to false to allow values with back slashes</li><li>Core: Minor fixes and improvements</li></ul>\n<h4> 5.0.9 </h4>\n<ul><li>Options page: Added compatibility for different language values</li><li>Image field: Fixed bug preventing image selection</li><li>Select field: Fixed bug where orphaned value could not be removed</li><li>WYSIWYG field: Fixed bug causing issues with DFW fullscreen</li><li>Core: Added window scroll to validation message when not in view</li><li>Core: Improved JS performance when working with large scale repeater fields</li><li>Core: Fixed incompatibility with post type switcher plugin</li><li>Core: Minor fixes and improvements</li><li>Language: Added Turkish translation - thanks to Ramazan POLAT</li><li>Language: Updated Persian translation - thanks to Kamel Kimiaei</li></ul>\n<h4> 5.0.8 </h4>\n<ul><li>Checkbox field: Fixed PHP error when editing field default value</li><li>Image field: Added logic to update thumbnail after image has been edited</li><li>Gallery field: Added logic to update thumbnail after image has been edited</li><li>Core: Added compatibility for WP4 media grid</li><li>Core: Fixed Select2 bug where results could not be selected</li><li>Core: Fixed conditional logic bug showing empty cells in the repeater field</li><li>Core: Fixed bug where tabify would show blank field groups</li><li>Core: Minor bug fixes and improvements</li><li>Language: Added Slovakian translation - thanks to wp.sk</li></ul>\n<h4> 5.0.7 </h4>\n<ul><li>Core: Fixed navigation prompt when saving a field group</li><li>Checkbox field: Fixed issue with multiple default values (requires save)</li><li>Tab field: Fixed missing active tabs on page load</li></ul>\n<h4> 5.0.6 </h4>\n<ul><li>Relationship field: Fixed bug preventing values from being removed</li><li>Taxonomy field: Fixed various JS bugs</li><li>Core: Added logic to reset inputs after adding a new taxonomy term</li><li>Core: Added prompt when navigating away from changed data</li><li>Core: Fixed minor validation bug when tab is hidden by conditional logic</li><li>Core: Fixed error when showing revision of sub field data</li><li>Core: Minor bug fixes and improvements</li></ul>\n<h4> 5.0.5 </h4>\n<ul><li>Url field: Added new URL field type with basic <code>http</code> validation</li><li>WYSIWYG field: Added new setting for customizing tabs (Visual / Text)</li><li>Relationship field: Added scrolling pagination to choices</li><li>Post object field: Added scrolling pagination to choices</li><li>Page link field: Added scrolling pagination to choices</li><li>Radio field: Fixed bug causing default value to be lost when added as sub field</li><li>Core: Minor JS improvements</li><li>Core: Added logic to detect if field groups are translatable (WPML setting) before modifying json path</li><li>Language: Updated French translation - thanks to Maxime Bernard-Jacquet</li></ul>\n<h4> 5.0.4 </h4>\n<ul><li>WYSIWYG field: Major improvement adding visual and text tabs</li><li>Image field: Fixed uploadedTo bug on non post edit page</li><li>Tab field: Fixed various JS bugs</li><li>Options page: Fixed bug causing field groups with position setting of <code>High</code> to not appear</li><li>Options page: Added functionality to toggle and save state of postbox</li><li>Core: Fixed nested bug in get_sub_field_object()</li><li>Language: Updated Brazil translation - thanks to André Felipe</li></ul>\n<h4> 5.0.3 </h4>\n<ul><li>Gallery field: Added new edit button within sidebar to launch edit/crop popup</li><li>Gallery field: Changed placement of remove button when sidebar is open</li><li>Gallery field: Added functionality to resize height</li><li>Options page: Fixed default value not working</li><li>Core: Fixed local json issues with WPML</li><li>Core: Allowed local fields and groups to use custom keys (non <code>field_</code>)</li><li>Core: Minor bug fixes</li><li>Language: Updated French translation - thanks to Maxime Bernard-Jacquet</li></ul>\n<h4> 5.0.2 </h4>\n<ul><li>Field group: Fixed bug deleteing fields after they are moved to another group</li><li>Field group: Fixed PHP error preventing redirect after group is duplicated</li><li>Field group: Fixed blank conditional logic UI</li><li>Field group: Fixed taxonomy term location rule not saving</li><li>Image field: Added functionality to edit/crop image within popup</li><li>File field: Added functionality to edit/crop image within popup</li><li>Core: Added toggle checkbox to export field group list</li><li>Core: Fixed logic to include minified scripts and styles</li></ul>\n<h4> 5.0.1 </h4>\n<ul><li>Gallery field: Added auto save when change is detected</li><li>Gallery field: Added logic to better render grid with non cropped image sizes</li><li>Gallery field: Fixed JS error causing attachment data to not save</li><li>Post object field: Fixed empty value being returned for deleted posts</li><li>Taxonomy field: Fixed PHP error in checkbox mode when value is empty</li><li>User field: Fixed PHP error preventing choices from being loaded</li><li>Taxonomy field: Fixed null value returned on front end</li><li>Flexible Content field: Fixed bug preventing layouts without sub fields from loading correctly</li><li>Flexible Content field: Fixed bug preventing layout reorder from saving</li><li>Relationship field: Fixed result elements setting compatibility with ACF4</li><li>Field group: Added logic to remember "Show Field Keys" screen option</li><li>Core: Updated Select2 to v3.5.0</li><li>Core: Added logic to allow values to save on an empty post (no title, content, excerpt)</li><li>Core: Minor bug fixes</li><li>Language: Updated German translation - Thanks to Thomas Meyer</li><li>Language: Updated Hungarian translation - Thanks to Tihanyi Balázs</li></ul>\n<h4> 5.0.0 </h4>\n<ul><li>Overhaul of HTML & CSS</li><li>Migrated field & sub field settings (not values) to post objects instead of postmeta</li><li>Added Select2 JS for AJAX and search functionality on select lists</li><li>Added AJAX search functionality for Post Object, taxonomy, user and select fields</li><li>Added JSON read/write functionality to automatically save field groups to files (saves DB query time)</li><li>Added JSON import/export functionality to replace old XML style</li><li>Aded grouped conditional logic rules</li><li>New location rules allow field groups on comments</li><li>New location rules allow field groups on user (including registration and bbPress)</li><li>New location rules allow field groups on widgets</li><li>New API folder contains a library of functions to use in plugins and themes</li><li>New oembed field for easy iframe embeds</li><li>New Gallery field design</li><li>New field group options for `Label placement` and `Instruction placement` allow for an all new look!</li><li>New PHP + AJAX validation replaces old JS style</li><li>New Relationship field setting for <code>Filters</code> (Search, Post Type, Taxonomy)</li><li>New field group functionality allows you to move a field between groups</li><li>New field group functionality allows you to drag a field between parents (repeater)</li><li>New Add-ons page uses an external JSON file to read in data (easy to add 3rd party fields)</li><li>Huge improvements to core functionality resulting in faster load times!</li><li>New archives group in page_link field selection</li><li>New functions for options page allow creation of both parent and child menu pages</li><li>Date picker field: Removed save_format setting. Values now save as Y:m:d h:i:s</li><li>Date picker field: Added return_format setting</li><li>Textarea field: Added new_lines setting</li><li>Gallery field: Added min and max selection settings</li><li>Select field: Added Stylised UI setting</li><li>Select field: Added Lazy Load AJAX setting</li></ul>\n<h4> 4.3.4 </h4>\n<ul><li>Post Object field: Fixed get_pages bug cuasing <code>pages</code> to not appear</li><li>Page Link field: Fixed get_pages bug cuasing <code>pages</code> to not appear</li><li>Tab field: Fixed JS bug causing multiple tab groups on page to render incorrectly</li><li>Language: Updated Russian translation - Thanks to Alex Torscho</li></ul>\n<h4> 4.3.3 </h4>\n<ul><li>Core: Updated styling to suit WP 3.8</li><li>Core: Added new logic to set <code>autoload</code> to <code>off</code> on all values saved to the wp_options table to help improve load speed</li><li>API: Added new logic to the $post_id parameter to accept an object of type post, user or taxonomy term</li><li>Tab field: Added compatibility with taxonomy term and user edit screens (table layout)</li><li>Tab field: Fixed JS bug causing incorrect tab to show when validation fails</li><li>Text field: Fixed bug causing append setting of <code>+50</code> to appear as <code>50</code></li></ul>\n<h4> 4.3.2 </h4>\n<ul><li>Color Picker field: Fixed JS bug preventing wpColorPicker from updating value correctly</li><li>Google Map field: Added new setting for initial zoom level</li><li>Relationship field: minor update to fix compatibility issue with Polylang plugin</li><li>Relationship field: Fixed bug causing filters / actions using $field[<code>name</code>] to not fire correctly</li><li>API: Fixed bug with have_rows/has_sub_field function where looping through multiple posts each containing nested repeater fields would result in an endless loop</li><li>Export: Fixed bug causing exported XML fields to become corrupt due to line breaks</li><li>Core: Fixed bug where duplicating a field would cause conditional logic to appear blank</li><li>Core: Added Conditional Logic support to hide entire column of a repeater field where max_row is 1.</li><li>Core: Added new field group <code>hide on screen</code> option for <code>permalink</code> which hides the permalink URL and buttons below the post title</li></ul>\n<h4> 4.3.1 </h4>\n<ul><li>API: Fixed bug with has_sub_field and have_rows functions causing complicated nested loops to produce incorrect results</li><li>API: Fixed bug with get_fields function preventing values to be returned from options page and taxonomy terms</li><li>Core: Fixed bug causing some SQL LIKE statements to not work correctly on windows servers</li><li>Core: Removed __() wrappers from PHP export, as these did not work as expected</li><li>Core: Fixed bug with get_pages() causing sort order issue in child page location rule</li><li>Core: Added specific position to ACF menu item to reduce conflicts with 3rd party plugins</li><li>JS: Fixed bug where conditional logic rules did not save when added using a <code>+</code> button above the last rule</li><li>Radio field: Fixed bug where <code>other</code> would be selected when no value exists</li><li>WYSIWYG field: Added support for users with disabled visual editor setting</li><li>JS: Improved validation for fields that are hidden by a tab</li><li>Google maps field: Add refresh action when hidden / shown by a tab</li></ul>\n<h4> 4.3.0 </h4>\n<ul><li>Core: get_field can now be used within the functions.php file</li><li>Core: Added new Google maps field</li><li>Core: Added conditional logic support for sub fields - will also require an update to the repeater / flexible content field add-on to work</li><li>Core: Added required validation support for sub fields - will also require an update to the repeater / flexible content field add-on to work</li><li>API: Added new function have_rows()</li><li>API: Added new function the_row()</li><li>API: Fixed front end form upload issues when editing a user - <a href="http://support.advancedcustomfields.com/forums/topic/repeater-image-upload-failing/">support.advancedcustomfields.com/forums/topic/repeater-image-upload-failing/</a></li><li>API: Fixed front end form bug where the wrong post_id is being passed to JS - <a href="http://support.advancedcustomfields.com/forums/topic/attachments-parent-id/">support.advancedcustomfields.com/forums/topic/attachments-parent-id/</a></li><li>Export: wrapped title and instructions in __() function - <a href="http://support.advancedcustomfields.com/forums/topic/wrap-labels-and-descriptions-with-__-in-the-php-export-file/">support.advancedcustomfields.com/forums/topic/wrap-labels-and-descriptions-with-__-in-the-php-export-file/</a></li><li>Core: Filter out ACF fields from the native custom field dropdown - <a href="http://support.advancedcustomfields.com/forums/topic/meta-key-instead-of-name-on-add-new-custom-field-instead-of-name/">support.advancedcustomfields.com/forums/topic/meta-key-instead-of-name-on-add-new-custom-field-instead-of-name/</a> - <a href="http://support.advancedcustomfields.com/forums/topic/odd-sub-field-names-in-custom-fields/">support.advancedcustomfields.com/forums/topic/odd-sub-field-names-in-custom-fields/</a></li><li>Revisions: Improved save functionality to detect post change when custom fields are edited - <a href="http://support.advancedcustomfields.com/forums/topic/wordpress-3-6-revisions-custom-fields-no-longer-tracked/">support.advancedcustomfields.com/forums/topic/wordpress-3-6-revisions-custom-fields-no-longer-tracked/</a></li><li>Core: Add field group title for user edit screen - <a href="http://support.advancedcustomfields.com/forums/topic/can-you-add-a-title-or-hr-tag-when-using-acf-in-taxonomy-edit-screen/">support.advancedcustomfields.com/forums/topic/can-you-add-a-title-or-hr-tag-when-using-acf-in-taxonomy-edit-screen/</a></li><li>Field group: Add <code>toggle all</code> option to hide from screen - <a href="http://support.advancedcustomfields.com/forums/topic/hidecheck-all-single-checkbox-when-hiding-items-from-pagepost-edit-screen/">support.advancedcustomfields.com/forums/topic/hidecheck-all-single-checkbox-when-hiding-items-from-pagepost-edit-screen/</a></li><li>Taxonomy field: Add new filter for wp_list_categories args - <a href="http://support.advancedcustomfields.com/forums/topic/taxonomy-field-type-filter-to-only-show-parents/">support.advancedcustomfields.com/forums/topic/taxonomy-field-type-filter-to-only-show-parents/</a></li><li>Taxonomy field: Fixed JS bug causing attachment field groups to disappear due to incorrect AJAX location data - <a href="http://support.advancedcustomfields.com/forums/topic/taxonomy-checkboxes/">support.advancedcustomfields.com/forums/topic/taxonomy-checkboxes/</a></li><li>WYSIWYG field: Fixed JS bug where formatting is removed when drag/drop its repeater row</li><li>Tab field: Corrected minor JS bugs with conditional logic - <a href="http://support.advancedcustomfields.com/forums/topic/tabs-logic-hide-issue/">support.advancedcustomfields.com/forums/topic/tabs-logic-hide-issue/</a></li><li>Relationship field: Values now save correctly as an array of strings (for LIKE querying)</li><li>Post object field: Values now save correctly as an array of strings (for LIKE querying)</li><li>Image field: Added mime_type data to returned value</li><li>Field field: Added mime_type data to returned value</li><li>Core: Lots of minor improvements</li></ul>\n<h4> 4.2.2 </h4>\n<ul><li>Field group: Added <code>High (after title)</code> position for a metabox - <a href="http://support.advancedcustomfields.com/forums/topic/position-after-title-solution-inside/">support.advancedcustomfields.com/forums/topic/position-after-title-solution-inside/</a></li><li>Relationship field: Fixed bug with <code>exclude_from_search</code> post types</li><li>Image / File field: Improved edit popup efficiency and fixed bug when <code>upload</code> is last active mode - <a href="http://support.advancedcustomfields.com/forums/topic/edit-image-only-shows-add-new-screen/">support.advancedcustomfields.com/forums/topic/edit-image-only-shows-add-new-screen/</a></li><li>JS: Added un compressed input.js file</li><li>JS: Fixed but with options page / taxonomy field - <a href="http://support.advancedcustomfields.com/forums/topic/checkbox-issues/">support.advancedcustomfields.com/forums/topic/checkbox-issues/</a></li><li>Language: Updated Persian Translation - thanks to Ghaem Omidi</li></ul>\n<h4> 4.2.1 </h4>\n<ul><li>Taxonomy field: Fixed issue causing selected terms to appear as numbers - <a href="http://support.advancedcustomfields.com/forums/topic/latest-update-4-2-0-taxonomy-field-not-working-correctly/">support.advancedcustomfields.com/forums/topic/latest-update-4-2-0-taxonomy-field-not-working-correctly/</a></li><li>Revisions: Fixed WP 3.6 revisions - <a href="http://support.advancedcustomfields.com/forums/topic/wordpress-3-6-revisions-custom-fields-no-longer-tracked/">support.advancedcustomfields.com/forums/topic/wordpress-3-6-revisions-custom-fields-no-longer-tracked/</a></li><li>Relationship Field: Add new option for return_format</li><li>Location Rule - Add new rule for post status - <a href="http://support.advancedcustomfields.com/forums/topic/location-rules-post-status/">support.advancedcustomfields.com/forums/topic/location-rules-post-status/</a></li><li>Location Rule: Add <code>super admin</code> to users rule - thanks to Ryan Nielson - <a href="https://github.com/RyanNielson/acf/commit/191abf35754c242f2ff75ac33ff8a4dca963a6cc">github.com/RyanNielson/acf/commit/191abf35754c242f2ff75ac33ff8a4dca963a6cc</a></li><li>Core: Fixed pre_save_post $post_id issue - <a href="http://support.advancedcustomfields.com/forums/topic/frontend-form-issues-pre_save_post-save_post/">support.advancedcustomfields.com/forums/topic/frontend-form-issues-pre_save_post-save_post/</a></li><li>Core: Fix minor CSS but in media modal - <a href="http://support.advancedcustomfields.com/forums/topic/minor-css-issue-in-media-upload-lightbox/#post-2138">support.advancedcustomfields.com/forums/topic/minor-css-issue-in-media-upload-lightbox/#post-2138</a></li><li>File field: Fix minor <code>strict standards</code> warning - <a href="http://support.advancedcustomfields.com/forums/topic/strict-standards-error-on-file-upload/">support.advancedcustomfields.com/forums/topic/strict-standards-error-on-file-upload/</a></li><li>Image field: Fix minor CSS issue - <a href="http://support.advancedcustomfields.com/forums/topic/firefox-repeaterimage-css/">support.advancedcustomfields.com/forums/topic/firefox-repeaterimage-css/</a></li></ul>\n<h4> 4.2.0 </h4>\n<ul><li>IMPORTANT: ACF now requires a minimum WordPress version of 3.5.0</li><li>Full integration between attachments and custom fields!</li><li>Text field: Added new options for prepend, append, placeholder and character limit</li><li>Textarea field: Added new options for prepend, append, placeholder and character limit</li><li>Number field: Added new options for prepend, append and placeholder</li><li>Email field: Added new options for prepend, append and placeholder</li><li>Password field: Added new options for prepend, append and placeholder</li><li>Image field: fixed safari bug causing all images to appear small</li><li>Core: Improved save_lock functionality to prevent inifinite loops when creating a post on the fly</li><li>Core: Major JS improvements including .live changed to .on</li><li>Compatibility: Fixed WYSIWYG JS bug with Visual Composer plugin</li><li>Language: Added Persian Translation - thanks to Ghaem Omidi</li><li>Language: Updated German translation - thanks to Thomas Meyer</li><li>Language: Added Swedish translation - thanks to Mikael Jorhult</li></ul>\n<h4> 4.1.8.1 </h4>\n<ul><li>Select field: Revert choices logic - <a href="http://support.advancedcustomfields.com/forums/topic/select-field-label-cut-off-at/#post-529">support.advancedcustomfields.com/forums/topic/select-field-label-cut-off-at/#post-529</a></li><li>CSS: Revert metabox CSS - <a href="http://support.advancedcustomfields.com/forums/topic/standard-metabox-margins-reversed/#post-456">support.advancedcustomfields.com/forums/topic/standard-metabox-margins-reversed/#post-456</a></li><li>Core: Fixed save_post conflict with Shopp plugin - <a href="http://support.advancedcustomfields.com/forums/topic/no-data-is-saving-with-shopp-acf-4-1-8/">support.advancedcustomfields.com/forums/topic/no-data-is-saving-with-shopp-acf-4-1-8/</a></li></ul>\n<h4> 4.1.8 </h4>\n<ul><li>Core: Fix issue with cache $found variable preventing values from being loaded</li><li>Select field: Improve choices textarea detection - <a href="http://old.support.advancedcustomfields.com/discussion/6598/select-on-repeater-field">old.support.advancedcustomfields.com/discussion/6598/select-on-repeater-field</a></li><li>Language: Added Swedish translation - <a href="https://github.com/elliotcondon/acf/pull/93">github.com/elliotcondon/acf/pull/93</a></li><li>Language: Updated Russian translation - <a href="https://github.com/elliotcondon/acf/pull/94">github.com/elliotcondon/acf/pull/94</a></li></ul>\n<h4> 4.1.7 </h4>\n<ul><li>Language: Added Russian translation - Thanks to Alex Torscho</li><li>Core: Improved the save_post function to compare post_id and only run once.</li><li>Core: Improved cache handling</li><li>Number field: Fixed step size decimal bug</li><li>Radio button field: Add option for <code>other</code> and to also update field choices</li><li>Image / File field: Updated JS to add multiple items to the correct sub field - <a href="http://support.advancedcustomfields.com/discussion/6391/repeater-with-images-bug">support.advancedcustomfields.com/discussion/6391/repeater-with-images-bug</a></li><li>JS: Remove redundant return ajax value - <a href="http://support.advancedcustomfields.com/discussion/6375/js-syntax-error-in-ie">support.advancedcustomfields.com/discussion/6375/js-syntax-error-in-ie</a></li><li>Add-ons page: fix JS issue - <a href="http://support.advancedcustomfields.com/discussion/6405/add-ons-page-div-height-problem">support.advancedcustomfields.com/discussion/6405/add-ons-page-div-height-problem</a></li><li>Options Page: Fixed issue with load_value preventing the options page using default values - <a href="http://support.advancedcustomfields.com/discussion/4612/true-false-field-allow-default-value">support.advancedcustomfields.com/discussion/4612/true-false-field-allow-default-value</a></li><li>AJAX: Fix chrome bug - untick category - <a href="http://support.advancedcustomfields.com/discussion/6419/disabling-a-category-still-shows-fields">support.advancedcustomfields.com/discussion/6419/disabling-a-category-still-shows-fields</a></li><li>JS: Fixed multiple Internet Explorer issues</li></ul>\n<h4> 4.1.6 </h4>\n<ul><li>General: Improved load_value function to better handle false and default values</li><li>Number field: Added new options for min, max and step - <a href="http://support.advancedcustomfields.com/discussion/6263/fork-on-numbers-field">support.advancedcustomfields.com/discussion/6263/fork-on-numbers-field</a></li><li>Radio field: Improved logic for selecting the value. Now works with 0, false, null and any other <code>empty</code> value - <a href="http://support.advancedcustomfields.com/discussion/6305/radio-button-issue-with-0-values-fix-included-">support.advancedcustomfields.com/discussion/6305/radio-button-issue-with-0-values-fix-included-</a></li><li>Date picker field: Fixed PHP error - <a href="http://support.advancedcustomfields.com/discussion/6312/date-picker-php-error-date_picker-php-line-138-screenshot-attached">support.advancedcustomfields.com/discussion/6312/date-picker-php-error-date_picker-php-line-138-screenshot-attached</a></li><li>Language: Added Portuguese translation - <a href="https://github.com/elliotcondon/acf/pull/64">github.com/elliotcondon/acf/pull/64</a></li><li>Taxonomy: Updated JS to clear image / file and checkbox elements when a new category is added via AJAX - <a href="http://support.advancedcustomfields.com/discussion/6326/image-field-added-to-categories-field-remains-set-after-category-created">support.advancedcustomfields.com/discussion/6326/image-field-added-to-categories-field-remains-set-after-category-created</a></li><li>Validation: Added logic to allow a field to bypass validation if it is part of a tab group which is hidden via conditional logic</li><li>API: Improved the acf_form function to better handle form attributes</li></ul>\n<h4> 4.1.5.1 </h4>\n<ul><li>Image field: Fixed JS error causing uploader to not work correctly</li><li>File field: Fixed JS error causing uploader to not work correctly</li><li>Gallery field: Fixed JS error causing uploader to not work correctly</li><li>General: Fixed JS error causing field groups to not appear when dynamically loaded</li></ul>\n<h4> 4.1.5 </h4>\n<ul><li>WYSIWYG Field: Fixed WYSIWYG the_content / shortcode issues - <a href="http://support.advancedcustomfields.com/discussion/5939/inconsistencies-between-standard-wysiwyg-and-acf-wysiwyg">support.advancedcustomfields.com/discussion/5939/inconsistencies-between-standard-wysiwyg-and-acf-wysiwyg</a></li><li>Image field: Added option for library restriction - <a href="http://support.advancedcustomfields.com/discussion/6102/making-uploaded-to-this-post-default-state-for-image-upload">support.advancedcustomfields.com/discussion/6102/making-uploaded-to-this-post-default-state-for-image-upload</a></li><li>File field: Added option for library restriction</li><li>File field: Field UI refresh</li><li>Checkbox field: Added horizontal option - <a href="http://support.advancedcustomfields.com/discussion/5925/horizontal-select-boxes">support.advancedcustomfields.com/discussion/5925/horizontal-select-boxes</a></li><li>Image field: fixed UI bug when image is deleted in file system - <a href="http://support.advancedcustomfields.com/discussion/5988/provide-a-fallback-if-">support.advancedcustomfields.com/discussion/5988/provide-a-fallback-if-</a></li><li>Validation: Added support for email field - <a href="http://support.advancedcustomfields.com/discussion/6125/email-field-required-validation-on-submit">support.advancedcustomfields.com/discussion/6125/email-field-required-validation-on-submit</a></li><li>Validation: Added support for taxonomy field - <a href="http://support.advancedcustomfields.com/discussion/6169/validation-of-taxonomy-field">support.advancedcustomfields.com/discussion/6169/validation-of-taxonomy-field</a></li><li>Language: Added Chinese Translation - <a href="https://github.com/elliotcondon/acf/pull/63">github.com/elliotcondon/acf/pull/63</a></li><li>General: Added changelog message to update plugin screen</li><li>General: Lots of minor improvements</li></ul>\n<h4> 4.1.4 </h4>\n<ul><li>[Fixed] Page Link: Fixed errors produced by recent changes to post object field - <a href="http://support.advancedcustomfields.com/discussion/6044/page-links-hierarchy-broken-and-does-not-order-correctly">support.advancedcustomfields.com/discussion/6044/page-links-hierarchy-broken-and-does-not-order-correctly</a></li></ul>\n<h4> 4.1.3 </h4>\n<ul><li>[Fixed] Relationship field: Fix global $post conflict issues - <a href="http://support.advancedcustomfields.com/discussion/6022/bug-with-4-1-2-acf-rewrite-global-post">support.advancedcustomfields.com/discussion/6022/bug-with-4-1-2-acf-rewrite-global-post</a></li></ul>\n<h4> 4.1.2 </h4>\n<ul><li>[Added] Post Object field: Add filter to customize choices - <a href="http://support.advancedcustomfields.com/discussion/5883/show-extra-post-info-in-a-post-object-dropdown-list">support.advancedcustomfields.com/discussion/5883/show-extra-post-info-in-a-post-object-dropdown-list</a></li><li>[Fixed] Relationship field: Fix error when used as grand child - <a href="http://support.advancedcustomfields.com/discussion/5898/in_array-errors-on-relationship-field">support.advancedcustomfields.com/discussion/5898/in_array-errors-on-relationship-field</a></li><li>[Added] User field: Add sanitisation into update_value function to allow for array / object with ID attribute</li><li>[Added] Relationship field: Add sanitisation into update_value function to allow for array of post object to be saved</li><li>[Added] Post Object field: Add sanitisation into update_value function to allow for a post object or an array of post objects to be saved</li><li>[Added] Image field: Add sanitisation into update_value function to allow for a post object or an image array to be saved</li><li>[Added] File field: Add sanitisation into update_value function to allow for a post object or an file array to be saved</li><li>[Fixed] Revisions: Fix PHP warning if array value exists as custom field - <a href="http://support.advancedcustomfields.com/discussion/984/solvedwarning-htmlspecialchars-text-php-on-line-109">support.advancedcustomfields.com/discussion/984/solvedwarning-htmlspecialchars-text-php-on-line-109</a></li><li>[Updated] Translation: Update French Translation - <a href="http://support.advancedcustomfields.com/discussion/5927/french-translation-for-4-1-1">support.advancedcustomfields.com/discussion/5927/french-translation-for-4-1-1</a></li><li>[Fixed] General: Minor PHP errors fixed</li></ul>\n<h4> 4.1.1 </h4>\n<ul><li>[Fixed] Relationship field: Fix bug causing sub field to not load $field object / use elements option correctly</li><li>[Updated] Update German translations</li></ul>\n<h4> 4.1.0 </h4>\n<ul><li>[Added] Field group: location rules can now be grouped into AND / OR statements</li><li>[Added] Relationship field: Add option for filters (search / post_type)</li><li>[Added] Relationship field: Add option for elements (featured image / title / post_type)</li><li>[Added] Relationship field: Add post_id and field parameters to both ajax filter functions</li><li>[Added] Date Picker field: Add options for first_day</li><li>[Added] Date Picker field: Add text strings for translation</li><li>[Added] Select field: Add support for multiple default values</li><li>[Added] Checkbox field: Add support for multiple default values - <a href="http://support.advancedcustomfields.com/discussion/5635/checkbox-field-setting-multiple-defaults">support.advancedcustomfields.com/discussion/5635/checkbox-field-setting-multiple-defaults</a></li><li>[Updated] Minor JS + CSS improvements</li><li>[Added] Added free Add-ons to the admin page</li><li>[Fixed] Fixed minor bugs</li></ul>\n<h4> 4.0.3 </h4>\n<ul><li>[Fixed] Fix bug when appending taxonomy terms - <a href="http://support.advancedcustomfields.com/discussion/5522/append-taxonomies">support.advancedcustomfields.com/discussion/5522/append-taxonomies</a></li><li>[Fixed] Fix embed shortcode for WYSIWYG field - <a href="http://support.advancedcustomfields.com/discussion/5503/embed-video-wysiwyg-field-doesn039t-work-since-update">support.advancedcustomfields.com/discussion/5503/embed-video-wysiwyg-field-doesn039t-work-since-update</a></li><li>[Fixed] Fix issues with loading numbers - <a href="http://support.advancedcustomfields.com/discussion/5538/zero-first-number-problem-in-text-fields">support.advancedcustomfields.com/discussion/5538/zero-first-number-problem-in-text-fields</a></li><li>[Fixed] Fix bug with user field and format_value_for_api - <a href="http://support.advancedcustomfields.com/discussion/5542/user-field-weirdness-after-update">support.advancedcustomfields.com/discussion/5542/user-field-weirdness-after-update</a></li><li>[Fixed] Fix capitalization issue on field name - <a href="http://support.advancedcustomfields.com/discussion/5527/field-name-retains-capitalization-from-field-title">support.advancedcustomfields.com/discussion/5527/field-name-retains-capitalization-from-field-title</a></li><li>[Fixed] Fix tabs not hiding from conditional logic - <a href="http://support.advancedcustomfields.com/discussion/5506/conditional-logic-not-working-with-tabs">support.advancedcustomfields.com/discussion/5506/conditional-logic-not-working-with-tabs</a></li><li>[Updated] Update dir / path to allow for SSL - <a href="http://support.advancedcustomfields.com/discussion/5518/in-admin-page-got-error-javascript-when-open-with-https">support.advancedcustomfields.com/discussion/5518/in-admin-page-got-error-javascript-when-open-with-https</a></li><li>[Updated] Updated relationship JS - <a href="http://support.advancedcustomfields.com/discussion/5550/relationship-field-search-box">support.advancedcustomfields.com/discussion/5550/relationship-field-search-box</a></li></ul>\n<h4> 4.0.2 </h4>\n<ul><li>[Added] Add auto video filter to WYSIWYG value - <a href="http://support.advancedcustomfields.com/discussion/5378/video-embed-in-wysiwyg-field">support.advancedcustomfields.com/discussion/5378/video-embed-in-wysiwyg-field</a></li><li>[Fixed] Fix Repeater + WYSIWYG loosing p tags on drag/drop - <a href="http://support.advancedcustomfields.com/discussion/5476/acf-4-0-0-wysiwyg-p-tag-disappearing-after-drag-drop-save">support.advancedcustomfields.com/discussion/5476/acf-4-0-0-wysiwyg-p-tag-disappearing-after-drag-drop-save</a></li><li>[Fixed] Fix upgrade message appearing in iframe</li><li>[Fixed] Fix value sanitation - <a href="http://support.advancedcustomfields.com/discussion/5499/post-relationship-field-value-storage-in-update-to-acf4">support.advancedcustomfields.com/discussion/5499/post-relationship-field-value-storage-in-update-to-acf4</a></li><li>[Added] Add JS field name validation - <a href="http://support.advancedcustomfields.com/discussion/5500/replace-foreign-letters-when-creating-input-name-from-label-in-javascript">support.advancedcustomfields.com/discussion/5500/replace-foreign-letters-when-creating-input-name-from-label-in-javascript</a></li><li>[Fixed] Fix error when duplicating field group in WPML - <a href="http://support.advancedcustomfields.com/discussion/5501/4-0-1-broke-wpml-functionality-">support.advancedcustomfields.com/discussion/5501/4-0-1-broke-wpml-functionality-</a></li><li>[Fixed] Fix pares_type issue. Maybe remove it? - <a href="http://support.advancedcustomfields.com/discussion/5502/zeros-get-removed-major-bug">support.advancedcustomfields.com/discussion/5502/zeros-get-removed-major-bug</a></li></ul>\n<h4> 4.0.1 </h4>\n<ul><li>[Improved] Improving welcome message with download instructions</li><li>[Fixed] Text / Fix JS issue where metaboxes are not hiding - <a href="http://support.advancedcustomfields.com/discussion/5443/bug-content-editor">support.advancedcustomfields.com/discussion/5443/bug-content-editor</a></li><li>[Fixed] Test / Fix lite mode issue causing category / user fields not to show</li><li>[Fixed] Sanitize field names - <a href="http://support.advancedcustomfields.com/discussion/5262/sanitize_title-on-field-name">support.advancedcustomfields.com/discussion/5262/sanitize_title-on-field-name</a></li><li>[Fixed] Test / Fix conditional logic not working for mutli-select - <a href="http://support.advancedcustomfields.com/discussion/5409/conditional-logic-with-multiple-select-field">support.advancedcustomfields.com/discussion/5409/conditional-logic-with-multiple-select-field</a></li><li>[Fixed] Test / Fix field group duplication in WooCommerce category w SEO plugin - <a href="http://support.advancedcustomfields.com/discussion/5440/acf-woocommerce-product-category-taxonomy-bug">support.advancedcustomfields.com/discussion/5440/acf-woocommerce-product-category-taxonomy-bug</a></li></ul>\n<h4> 4.0.0 </h4>\n<ul><li>[IMPORTANT] This update contains major changes to premium and custom field type Add-ons. Please read the [Migrating from v3 to v4 guide](<a href="http://www.advancedcustomfields.com/resources/getting-started/migrating-from-v3-to-v4/)">www.advancedcustomfields.com/resources/getting-started/migrating-from-v3-to-v4/)</a></li><li>[Optimized] Optimize performance by removing heavy class structure and implementing light weight hooks & filters!</li><li>[Changed] Remove all Add-on code from the core plugin and separate into individual plugins with self hosted updates</li><li>[Added] Add field <code>Taxonomy</code></li><li>[Added] Add field <code>User</code></li><li>[Added] Add field <code>Email</code></li><li>[Added] Add field <code>Password</code></li><li>[Added] Add field group title validation</li><li>[Fixed] Fix issue where get_field_object returns the wrong field when using WPML</li><li>[Fixed] Fix duplicate functionality - <a href="http://support.advancedcustomfields.com/discussion/4471/duplicate-fields-in-admin-doesn039t-replicate-repeater-fields">support.advancedcustomfields.com/discussion/4471/duplicate-fields-in-admin-doesn039t-replicate-repeater-fields</a> </li><li>[Added] Add conditional statements to tab field - <a href="http://support.advancedcustomfields.com/discussion/4674/conditional-tabs">support.advancedcustomfields.com/discussion/4674/conditional-tabs</a></li><li>[Fixed] Fix issue with Preview / Draft where preview would not save custom field data - <a href="http://support.advancedcustomfields.com/discussion/4401/cannot-preview-or-schedule-content-to-be-published">support.advancedcustomfields.com/discussion/4401/cannot-preview-or-schedule-content-to-be-published</a></li><li>[Added] Add function get_field_groups()</li><li>[Added] Add function delete_field() - <a href="http://support.advancedcustomfields.com/discussion/4788/deleting-a-field-through-php">support.advancedcustomfields.com/discussion/4788/deleting-a-field-through-php</a></li><li>[Added] Add get_sub_field_object function - <a href="http://support.advancedcustomfields.com/discussion/4991/select-inside-repeaterfield">support.advancedcustomfields.com/discussion/4991/select-inside-repeaterfield</a></li><li>[Added] Add <code>Top Level</code> option to page type location rule</li><li>[Fixed] Fix taxonomy location rule - <a href="http://support.advancedcustomfields.com/discussion/5004/field-group-rules-issue">support.advancedcustomfields.com/discussion/5004/field-group-rules-issue</a></li><li>[Fixed] Fix tab field with conditional logic - <a href="https://github.com/elliotcondon/acf4/issues/14">github.com/elliotcondon/acf4/issues/14</a></li><li>[Fixed] Revert back to original field_key idea. attractive field key''s cause too many issues with import / export</li><li>[Added] Add message field - <a href="http://support.advancedcustomfields.com/discussion/5263/additional-description-field">support.advancedcustomfields.com/discussion/5263/additional-description-field</a></li><li>[Removed] Removed the_content filter from WYSIWYG field</li></ul>\n<h4> 3.5.8.1 </h4>\n<ul><li>[Fixed] Fix PHP error in text / textarea fields</li></ul>\n<h4> 3.5.8 </h4>\n<ul><li>[Fixed] Fix bug preventing fields to load on user / taxonomy front end form - <a href="http://support.advancedcustomfields.com/discussion/4393/front-end-user-profile-field-form-causes-referenceerror">support.advancedcustomfields.com/discussion/4393/front-end-user-profile-field-form-causes-referenceerror</a></li><li>[Added] Added <code>acf/fields/wysiwyg/toolbars</code> filter to customize WYSIWYG toolbars - <a href="http://support.advancedcustomfields.com/discussion/2205/can-we-change-wysiwyg-basic-editor-buttons">support.advancedcustomfields.com/discussion/2205/can-we-change-wysiwyg-basic-editor-buttons</a></li><li>[Fixed] Fix acf_load_filters as they are not working! - <a href="http://support.advancedcustomfields.com/discussion/comment/12770#Comment_12770">support.advancedcustomfields.com/discussion/comment/12770#Comment_12770</a></li><li>[Added] Clean up wp_options after term delete - <a href="http://support.advancedcustomfields.com/discussion/4396/delete-taxonomy-term-custom-fields-after-term-delete">support.advancedcustomfields.com/discussion/4396/delete-taxonomy-term-custom-fields-after-term-delete</a></li><li>[Fixed] Fix location rule - category / taxonomy on new post - <a href="http://support.advancedcustomfields.com/discussion/3635/show-custom-fields-on-post-adding">support.advancedcustomfields.com/discussion/3635/show-custom-fields-on-post-adding</a></li><li>[Added] Added <code>acf/create_field</code> action for third party usage - docs to come soon</li><li>[Added] Add support for new media uploader in WP 3.5!</li><li>[Fixed] Fix conditional logic error - <a href="http://support.advancedcustomfields.com/discussion/4502/conditional-logic-script-output-causes-events-to-fire-multiple-times">support.advancedcustomfields.com/discussion/4502/conditional-logic-script-output-causes-events-to-fire-multiple-times</a></li><li>[Fixed] Fix Uploader not working on taxonomy edit screens - <a href="http://support.advancedcustomfields.com/discussion/4536/media-upload-button-for-wysiwyg-does-not-work-when-used-on-a-taxonomy-term">support.advancedcustomfields.com/discussion/4536/media-upload-button-for-wysiwyg-does-not-work-when-used-on-a-taxonomy-term</a></li><li>[Added] Add data cleanup after removing a repeater / flexible content row - <a href="http://support.advancedcustomfields.com/discussion/1994/deleting-single-repeater-fields-does-not-remove-entry-from-database">support.advancedcustomfields.com/discussion/1994/deleting-single-repeater-fields-does-not-remove-entry-from-database</a> </li></ul>\n<h4> 3.5.7.2 </h4>\n<ul><li>[Fixed] Fix fields not showing on attachment edit page in WP 3.5 - <a href="http://support.advancedcustomfields.com/discussion/4261/after-upgrading-to-3-5-acf-fields-assigned-to-show-on-attachments-media-edit-are-not-showing">support.advancedcustomfields.com/discussion/4261/after-upgrading-to-3-5-acf-fields-assigned-to-show-on-attachments-media-edit-are-not-showing</a></li><li>[Fixed] Fix sub repeater css bug - <a href="http://support.advancedcustomfields.com/discussion/4361/repeater-add-button-inappropriately-disabled">support.advancedcustomfields.com/discussion/4361/repeater-add-button-inappropriately-disabled</a></li><li>[Fixed] Fix issue where acf_form includes scripts twice - <a href="http://support.advancedcustomfields.com/discussion/4372/afc-repeater-on-front-end">support.advancedcustomfields.com/discussion/4372/afc-repeater-on-front-end</a></li><li>[Fixed] Fix location rule bug with new shopp product - <a href="http://support.advancedcustomfields.com/discussion/4406/shopp-idnew-product-page-doesn039t-have-acf-fields">support.advancedcustomfields.com/discussion/4406/shopp-idnew-product-page-doesn039t-have-acf-fields</a></li><li>[Fixed] Fix location rule bug with taxonomy / post_taxonomy - <a href="http://support.advancedcustomfields.com/discussion/4407/taxonomy-rules-ignored-until-toggling-the-taxonomy">support.advancedcustomfields.com/discussion/4407/taxonomy-rules-ignored-until-toggling-the-taxonomy</a></li></ul>\n<h4> 3.5.7.1 </h4>\n<ul><li>[Fixed] Fix issues with location rules wrongly matching</li></ul>\n<h4> 3.5.7 </h4>\n<ul><li>[Fixed] Fix sub field default value - <a href="http://support.advancedcustomfields.com/discussion/3706/select-field-default-value-not-working">support.advancedcustomfields.com/discussion/3706/select-field-default-value-not-working</a></li><li>[Added] Add filters for custom location rules - <a href="http://support.advancedcustomfields.com/discussion/4285/how-to-retrieve-a-custom-field-within-the-function-php">support.advancedcustomfields.com/discussion/4285/how-to-retrieve-a-custom-field-within-the-function-php</a></li><li>[Fixed] Fix XML import to create unique field ID''s - <a href="http://support.advancedcustomfields.com/discussion/4328/check-acf_next_field_id-to-avoid-data-corruption">support.advancedcustomfields.com/discussion/4328/check-acf_next_field_id-to-avoid-data-corruption</a></li><li>[Fixed] Fix conditional logic with validation - <a href="http://support.advancedcustomfields.com/discussion/4295/issue-with-conditional-logic-and-obrigatory-fields">support.advancedcustomfields.com/discussion/4295/issue-with-conditional-logic-and-obrigatory-fields</a></li><li>[Fixed] Fix repeater + relationship bug - <a href="http://support.advancedcustomfields.com/discussion/4296/relationship-field-bug">support.advancedcustomfields.com/discussion/4296/relationship-field-bug</a></li></ul>\n<h4> 3.5.6.3 </h4>\n<ul><li>[Fixed] Fix bug with 3.5.6 not showing front end form</li></ul>\n<h4> 3.5.6.2 </h4>\n<ul><li>[Fixed] Fix WYSIWYG webkit browser issues.</li></ul>\n<h4> 3.5.6.1 </h4>\n<ul><li>[Fixed] Fix bug causing field groups to not display on the options page.</li></ul>\n<h4> 3.5.6 </h4>\n<ul><li>[Fixed] Fix content editor double in webkit browser - <a href="http://support.advancedcustomfields.com/discussion/4223/duplicate-editor-box-safari-bug-has-returned">support.advancedcustomfields.com/discussion/4223/duplicate-editor-box-safari-bug-has-returned</a></li><li>[Fixed] Fix bug with post format location rule not working - <a href="http://support.advancedcustomfields.com/discussion/4264/not-recognizing-post-type-formats-following-upgrade-to-version-3-5-5">support.advancedcustomfields.com/discussion/4264/not-recognizing-post-type-formats-following-upgrade-to-version-3-5-5</a></li><li>[Fixed] Fix conditional logic with tabs - <a href="http://support.advancedcustomfields.com/discussion/4201/tabs-and-logical-condition">support.advancedcustomfields.com/discussion/4201/tabs-and-logical-condition</a></li><li>[Fixed] Fix missing icons for conditional logic / menu in older WP</li><li>[Added] Add PHP fix for new lines in field key - <a href="http://support.advancedcustomfields.com/discussion/4087/can039t-add-new-field">support.advancedcustomfields.com/discussion/4087/can039t-add-new-field</a></li></ul>\n<h4> 3.5.5 </h4>\n<ul><li>[Added] Add new Tab field</li><li>[Fixed] Improve WYSIWYG code for better compatibility</li><li>[Fixed] Fix PHP / AJAX error during database update for older versions</li><li>[Fixed] WYSIWYG insert attachment focus bug - <a href="http://support.advancedcustomfields.com/discussion/4076/problem-with-upload-in-wysiwyg-editors-in-combination-with-flexible-content">support.advancedcustomfields.com/discussion/4076/problem-with-upload-in-wysiwyg-editors-in-combination-with-flexible-content</a></li><li>[Fixed] Fix JS coma issues for IE - <a href="http://support.advancedcustomfields.com/discussion/4064/ie-javascript-issues-on-editing-field-group">support.advancedcustomfields.com/discussion/4064/ie-javascript-issues-on-editing-field-group</a></li><li>[Added] Add no cache to relationship field results - <a href="http://support.advancedcustomfields.com/discussion/2325/serious-memory-issue-using-post-objectrelationship-field-with-only-5000-posts">support.advancedcustomfields.com/discussion/2325/serious-memory-issue-using-post-objectrelationship-field-with-only-5000-posts</a></li><li>[Added] Add retina support</li><li>[Fixed] Fix WYSIWYG validation for preview post - <a href="http://support.advancedcustomfields.com/discussion/4055/validation-failing-on-required-wysiwyg-field">support.advancedcustomfields.com/discussion/4055/validation-failing-on-required-wysiwyg-field</a></li><li>[Fixed] Fix undefined index error in field''s conditional logic - <a href="http://support.advancedcustomfields.com/discussion/4165/undefined-index-notice-on-php-export">support.advancedcustomfields.com/discussion/4165/undefined-index-notice-on-php-export</a></li><li>[Updated] Update post types in field options - <a href="http://support.advancedcustomfields.com/discussion/3656/acf-for-custom-post-type">support.advancedcustomfields.com/discussion/3656/acf-for-custom-post-type</a></li><li>[Added] Add filters to relationship field results</li><li>[Added] Add file name bellow title in popup for selecting a file</li></ul>\n<h4> 3.5.4.1 </h4>\n<ul><li>[Fixed] Fix bug preventing options pages from appearing in the field group''s location rules</li></ul>\n<h4> 3.5.4 </h4>\n<ul><li>[Added] Add new filter for ACF settings - <a href="http://www.advancedcustomfields.com/docs/filters/acf_settings/">www.advancedcustomfields.com/docs/filters/acf_settings/</a></li><li>[Updated] Updated field keys to look nicer. eg field_12</li><li>[Added] Update admin_head to use hooks / enque all scripts / styles</li><li>[Added] Add duplicate function for flexible content layouts</li><li>[Fixed] Fix $post_id bug - <a href="http://support.advancedcustomfields.com/discussion/3852/acf_form-uses-global-post_id-instead-of-argument">support.advancedcustomfields.com/discussion/3852/acf_form-uses-global-post_id-instead-of-argument</a></li><li>[Fixed] Fix WYSIWYG JS issue - <a href="http://support.advancedcustomfields.com/discussion/3644/flexible-layout-field-reordering-breaks-when-visual-editor-disabled">support.advancedcustomfields.com/discussion/3644/flexible-layout-field-reordering-breaks-when-visual-editor-disabled</a></li><li>[Fixed] Fix Gallery PHP error - <a href="http://support.advancedcustomfields.com/discussion/3856/undefined-index-error-gallery-on-options-page">support.advancedcustomfields.com/discussion/3856/undefined-index-error-gallery-on-options-page</a></li><li>[Added] Add compatibility for Shopp categories - <a href="http://support.advancedcustomfields.com/discussion/3647/custom-fields-not-showing-up-in-shopp-catalog-categories">support.advancedcustomfields.com/discussion/3647/custom-fields-not-showing-up-in-shopp-catalog-categories</a></li><li>[Fixed] Fix "Parent Page" location rule - <a href="http://support.advancedcustomfields.com/discussion/3885/parent-page-type-check">support.advancedcustomfields.com/discussion/3885/parent-page-type-check</a></li><li>[Fixed] Fix options page backwards compatibility - support.advancedcustomfields.com/discussion/3908/acf-options-page-groups-are-not-backward-compatible</li><li>[Fixed] Fix update_field for content - <a href="http://support.advancedcustomfields.com/discussion/3916/add-flexible-layout-row-with-update_field">support.advancedcustomfields.com/discussion/3916/add-flexible-layout-row-with-update_field</a></li><li>[Added] Add new filter for acf_defaults! - <a href="http://support.advancedcustomfields.com/discussion/3947/options-page-plugin-user-capabilites-limitation">support.advancedcustomfields.com/discussion/3947/options-page-plugin-user-capabilites-limitation</a></li><li>[Fixed] Fix gallery detail update after edit - <a href="http://support.advancedcustomfields.com/discussion/3899/gallery-image-attributes-not-updating-after-change">support.advancedcustomfields.com/discussion/3899/gallery-image-attributes-not-updating-after-change</a></li><li>[Fixed] Fix front end uploading issue - <a href="http://support.advancedcustomfields.com/discussion/comment/10502#Comment_10502">support.advancedcustomfields.com/discussion/comment/10502#Comment_10502</a></li></ul>\n<h4> 3.5.3.1 </h4>\n<ul><li>Minor bug fixes for 3.5.3</li></ul>\n<h4> 3.5.3 </h4>\n<ul><li>[Updated] Update / overhaul flexible content field UI</li><li>[Added] Add Show / Hide for flexible content layouts</li><li>[Added] Add column width for flexible content - <a href="http://support.advancedcustomfields.com/discussion/3382/percentage-widths-on-fc-fields">support.advancedcustomfields.com/discussion/3382/percentage-widths-on-fc-fields</a></li><li>[Added] Add instructions for flexible content sub fields</li><li>[Added] Add new parameter to get_field to allow for no formatting - <a href="http://support.advancedcustomfields.com/discussion/3188/update_field-repeater">support.advancedcustomfields.com/discussion/3188/update_field-repeater</a></li><li>[Fixed] Fix compatibility issue with post type switcher plugin - <a href="http://support.advancedcustomfields.com/discussion/3493/field-group-changes-to-post-when-i-save">support.advancedcustomfields.com/discussion/3493/field-group-changes-to-post-when-i-save</a></li><li>[Added] Add new location rules for "Front Page" "Post Page" - <a href="http://support.advancedcustomfields.com/discussion/3485/groups-association-whit-page-slug-instead-of-id">support.advancedcustomfields.com/discussion/3485/groups-association-whit-page-slug-instead-of-id</a></li><li>[Fixed] Fix flexible content + repeater row limit bug - <a href="http://support.advancedcustomfields.com/discussion/3557/repeater-fields-inside-flexible-field-on-backend-not-visible-before-first-savingpublishing">support.advancedcustomfields.com/discussion/3557/repeater-fields-inside-flexible-field-on-backend-not-visible-before-first-savingpublishing</a></li><li>[Added] Add filter "acf_load_value" for values - <a href="http://support.advancedcustomfields.com/discussion/3725/a-filter-for-get_field">support.advancedcustomfields.com/discussion/3725/a-filter-for-get_field</a></li><li>[Fixed] Fix choices backslash issue - <a href="http://support.advancedcustomfields.com/discussion/3796/backslash-simple-quote-bug-in-radio-button-values-fields">support.advancedcustomfields.com/discussion/3796/backslash-simple-quote-bug-in-radio-button-values-fields</a></li><li>[Updated] acf_options_page_title now overrides the menu and title. If your field groups are not showing after update, please re-save them to update the location rules.</li><li>[Updated] Update location rules to show all post types in page / page_parent / post</li><li>[Added] Change all "pre_save_field" functions to "acf_save_field" hooks</li><li>[Improved] Improve general CSS / JS</li></ul>\n<h4> 3.5.2 </h4>\n<ul><li>Security update</li></ul>\n<h4> 3.5.1 </h4>\n<ul><li>[Added] Add Conditional logic for fields (toggle fields are select, checkbox, radio and true / false)</li><li>[Added] More hooks + filters - acf_options_page_title, acf_load_field, acf_update_value - <a href="http://support.advancedcustomfields.com/discussion/3454/more-hooks-filters-ability-for-inheritance">support.advancedcustomfields.com/discussion/3454/more-hooks-filters-ability-for-inheritance</a></li><li>[Removed] Remove public param from post types list - <a href="http://support.advancedcustomfields.com/discussion/3251/fields-on-a-non-public-post-type">support.advancedcustomfields.com/discussion/3251/fields-on-a-non-public-post-type</a></li><li>[Added] Add field group headings into the acf_form function</li><li>[Updated] Update button design to match WP 3.5</li><li>[Fixed] Test / Fix XML export issue - <a href="http://support.advancedcustomfields.com/discussion/3415/can039t-export-xml-since-upgrade-to-3-5-0">support.advancedcustomfields.com/discussion/3415/can039t-export-xml-since-upgrade-to-3-5-0</a></li><li>[Added] Add more options to the "hide on screen" - <a href="http://support.advancedcustomfields.com/discussion/3418/screen-options">support.advancedcustomfields.com/discussion/3418/screen-options</a></li><li>[Added] Add compatibility for Tabify plugin - <a href="http://wordpress.org/support/topic/plugin-tabify-edit-screen-compatibility-with-other-custom-fields-plugins/page/2?replies=36#post-3238051">wordpress.org/support/topic/plugin-tabify-edit-screen-compatibility-with-other-custom-fields-plugins/page/2?replies=36#post-3238051</a></li><li>[Added] Add compatibility for Duplicate Post plugin</li><li>[Added] Add new params to acf_form function - <a href="http://support.advancedcustomfields.com/discussion/3445/issue-with-the-acf_form-array">support.advancedcustomfields.com/discussion/3445/issue-with-the-acf_form-array</a></li><li>[Updated] Increase date picker range to 100</li><li>[Fixed] WYSIWYG looses formatting when its row gets reordered (in a repeater / flexible content field)</li><li>[Fixed] Fix has_sub_field break issue - <a href="http://support.advancedcustomfields.com/discussion/3528/ability-to-reset-has_sub_field">support.advancedcustomfields.com/discussion/3528/ability-to-reset-has_sub_field</a></li><li>[Fixed] Fix Textarea / Text encoding bugs - <a href="http://support.advancedcustomfields.com/discussion/comment/5147#Comment_5147">support.advancedcustomfields.com/discussion/comment/5147#Comment_5147</a></li><li>[Added] Add publish status for field groups - <a href="http://support.advancedcustomfields.com/discussion/3695/draft-status-for-field-groups">support.advancedcustomfields.com/discussion/3695/draft-status-for-field-groups</a></li><li>[Updated] General tidy up & improvement of HTML / CSS / Javascript</li></ul>\n<h4> 3.5.0 </h4>\n<ul><li>[Fixed] Fix missing title of PHP registered field groups on the media edit page</li><li>[Added] Add revision support</li><li>[Added] Allow save draft to bypass validation</li><li>[Updated] Update Czech translation</li><li>[Fixed] Fix XML export issue with line break - <a href="http://support.advancedcustomfields.com/discussion/3219/export-and-import-problem-mixed-line-endings">support.advancedcustomfields.com/discussion/3219/export-and-import-problem-mixed-line-endings</a></li><li>[Fixed] Fix export to XML abspath issue - <a href="http://support.advancedcustomfields.com/discussion/2641/require-paths-in-export-php">support.advancedcustomfields.com/discussion/2641/require-paths-in-export-php</a></li><li>Update location rules for post_type - <a href="http://support.advancedcustomfields.com/discussion/3251/fields-on-a-non-public-post-type">support.advancedcustomfields.com/discussion/3251/fields-on-a-non-public-post-type</a> </li><li>Add "revisions" to list of hide-able options</li><li>[Fixed] Fix bug with custom post_id param in acf_form - <a href="http://support.advancedcustomfields.com/discussion/2991/acf_form-outside-loop">support.advancedcustomfields.com/discussion/2991/acf_form-outside-loop</a></li><li>[Fixed] Fix bug in has_sub_field function where new values are not loaded for different posts if the field name is the same - <a href="http://support.advancedcustomfields.com/discussion/3331/repeater-field-templating-help-categories">support.advancedcustomfields.com/discussion/3331/repeater-field-templating-help-categories</a></li><li>[Updated] Allow get_field to use field_key or field_name</li><li>[Fixed] Fix update_field bug with nested repeaters</li><li>[Updated] Update German translation files - thanks to Martin Lettner</li></ul>\n<h4> 3.4.3 </h4>\n<ul><li>[Fixed] Fix PHP registered field groups not showing via AJAX - <a href="http://support.advancedcustomfields.com/discussion/3143/exported-php-code-doesnt-work-with-post-formats">support.advancedcustomfields.com/discussion/3143/exported-php-code-doesnt-work-with-post-formats</a></li><li>[Added] Add new return value for file { file object</li><li>[Fixed] Test / Fix save_post priority with WPML + events + shopp plugin</li><li>[Fixed] Fix bug where field groups don''t appear on shopp product edit screens</li><li>[Fixed] Fix bug with image field { selecting multiple images puts first image into the .row-clone tr - <a href="http://support.advancedcustomfields.com/discussion/3157/image-field-repeater">support.advancedcustomfields.com/discussion/3157/image-field-repeater</a></li></ul>\n<h4> 3.4.2 </h4>\n<ul><li>[Fixed] Fix API functions for <code>user_$ID</code> post ID parameter</li><li>[Added] Color Picker Field: Default Value</li><li>[Added] Add custom save action for all saves - <a href="http://support.advancedcustomfields.com/discussion/2954/hook-on-save-options">support.advancedcustomfields.com/discussion/2954/hook-on-save-options</a></li><li>[Updated] Update Dutch translations</li><li>[Updated] Update get_field_object function to allow for field_key / field_name + option to load_value</li></ul>\n<h4> 3.4.1 </h4>\n<ul><li>[Added] Save user fields into wp_usermeta <a href="http://support.advancedcustomfields.com/discussion/2758/get_users-and-meta_key">support.advancedcustomfields.com/discussion/2758/get_users-and-meta_key</a></li><li>[Added] Add compatibility with media tags plugin - <a href="http://support.advancedcustomfields.com/discussion/comment/7596#Comment_7596">support.advancedcustomfields.com/discussion/comment/7596#Comment_7596</a></li><li>[Added] Wysiwyg Field: Add Default value option</li><li>[Added] Number Field: Add Default value option</li><li>[Fixed] Validate relationship posts - <a href="http://support.advancedcustomfields.com/discussion/3033/relationship-field-throws-error-when-related-item-is-trashed">support.advancedcustomfields.com/discussion/3033/relationship-field-throws-error-when-related-item-is-trashed</a></li><li>[Added] Allow "options" as post_id for get_fields - <a href="http://support.advancedcustomfields.com/discussion/1926/3-1-8-broke-get_fields-for-options">support.advancedcustomfields.com/discussion/1926/3-1-8-broke-get_fields-for-options</a></li><li>[Added] Repeater Field: Add sub field width option</li><li>[Added] Repeater Field: Add sub field description option</li><li>[Updated] Repeater Field: Update UI design</li><li>[Fixed] Fix missing ajax event on page parent - <a href="http://support.advancedcustomfields.com/discussion/3060/show-correct-box-based-on-page-parent">support.advancedcustomfields.com/discussion/3060/show-correct-box-based-on-page-parent</a></li><li>[Updated] Update french translation - <a href="http://support.advancedcustomfields.com/discussion/3088/french-translation-for-3-4-0">support.advancedcustomfields.com/discussion/3088/french-translation-for-3-4-0</a></li></ul>\n<h4> 3.4.0 </h4>\n<ul><li>[Fixed] Fix validation rules for multiple select - <a href="http://support.advancedcustomfields.com/discussion/2858/multiple-select-validation-doesnt-work">support.advancedcustomfields.com/discussion/2858/multiple-select-validation-doesnt-work</a></li><li>[Added] Add support for options page toggle open / close metabox</li><li>[Fixed] Fix special characters in registered options page - <a href="http://support.advancedcustomfields.com/discussion/comment/7500#Comment_7500">support.advancedcustomfields.com/discussion/comment/7500#Comment_7500</a></li><li>[Updated] CSS tweak for relationship field - <a href="http://support.advancedcustomfields.com/discussion/2877/relation-field-with-multiple-post-types-css-styling-problem-">support.advancedcustomfields.com/discussion/2877/relation-field-with-multiple-post-types-css-styling-problem-</a></li><li>[Fixed] Fix datepicker blank option bug - <a href="http://support.advancedcustomfields.com/discussion/2896/3-3-9-date-picker-not-popping-up">support.advancedcustomfields.com/discussion/2896/3-3-9-date-picker-not-popping-up</a></li><li>[Added] Add new function get_field_object to API - <a href="http://support.advancedcustomfields.com/discussion/290/field-label-on-frontend">support.advancedcustomfields.com/discussion/290/field-label-on-frontend</a></li><li>[Fixed] Fix field groups not showing for Shopp add new product - <a href="http://support.advancedcustomfields.com/discussion/3005/acf-shopp">support.advancedcustomfields.com/discussion/3005/acf-shopp</a></li><li>[Fixed] Move acf.data outside of the doc.ready in input-ajax.js</li><li>[Fixed] Fix IE7 JS bug - <a href="http://support.advancedcustomfields.com/discussion/3020/ie7-fix-on-is_clone_field-function">support.advancedcustomfields.com/discussion/3020/ie7-fix-on-is_clone_field-function</a></li><li>[Fixed] Fix relationship search - Only search title, not content</li><li>[Updated] Update function update_field to use field_key or field_name</li><li>[Added] Add field group screen option to show field keys (to use in save_field / update field)</li><li>[Added] Add actions on all save events (action is called "acf_save_post", 1 param = $post_id)</li></ul>\n<h4> 3.3.9 </h4>\n<ul><li>[Added] Add basic support for WPML - duplicate field groups, pages and posts for each language without corrupting ACF data!</li><li>[Fixed] Fix date picker save null - <a href="http://support.advancedcustomfields.com/discussion/2844/bug-with-the-date-picker">support.advancedcustomfields.com/discussion/2844/bug-with-the-date-picker</a></li><li>[Fixed] Fix color picker save null - <a href="http://support.advancedcustomfields.com/discussion/2683/allow-null-on-colour-pickers#Item_1">support.advancedcustomfields.com/discussion/2683/allow-null-on-colour-pickers#Item_1</a></li><li>[Fixed] Fix image object null result - <a href="http://support.advancedcustomfields.com/discussion/2852/3.3.8-image-field-image-object-always-returns-true-">support.advancedcustomfields.com/discussion/2852/3.3.8-image-field-image-object-always-returns-true-</a></li><li>[Updated] Update Japanese translation - <a href="http://support.advancedcustomfields.com/discussion/comment/7384#Comment_7384">support.advancedcustomfields.com/discussion/comment/7384#Comment_7384</a></li><li>[Added] WYSIWYG field option - disable "the_content" filter to allow for compatibility issues with plugins / themes - <a href="http://support.advancedcustomfields.com/discussion/comment/7020#Comment_7020">support.advancedcustomfields.com/discussion/comment/7020#Comment_7020</a></li></ul>\n<h4> 3.3.8 </h4>\n<ul><li>[Added] Gallery field { auto add image on upload, new style to show already added images</li><li>[Fixed] Fix saving value issue with WP e-commerce <a href="http://support.advancedcustomfields.com/discussion/comment/7026#Comment_7026">support.advancedcustomfields.com/discussion/comment/7026#Comment_7026</a></li><li>[Updated] Date picker field { new display format option (different from save format), UI overhaul</li><li>[Added] Add new field - Number</li><li>[Fixed] Test post object / select based fields for saving empty value - <a href="http://support.advancedcustomfields.com/discussion/2759/post-object-and-conditional-statement">support.advancedcustomfields.com/discussion/2759/post-object-and-conditional-statement</a></li></ul>\n<h4> 3.3.7 </h4>\n<ul><li>[Added] Add new return value for image { image object</li><li>[Updated] Update Dutch translation (thanks to Derk Oosterveld - <a href="http://www.inpoint.nl)">www.inpoint.nl)</a></li><li>[Updated] Update UI Styles</li><li>[Updated] Refresh settings page UI and fix exported PHP code indentation Styles</li><li>[Fixed] Fix post object hierarchy display bug - <a href="http://support.advancedcustomfields.com/discussion/2650/post_object-showing-posts-in-wrong-hierarchy">support.advancedcustomfields.com/discussion/2650/post_object-showing-posts-in-wrong-hierarchy</a></li><li>[Fixed] Fix metabox position from high to core - <a href="http://support.advancedcustomfields.com/discussion/comment/6846#Comment_6846">support.advancedcustomfields.com/discussion/comment/6846#Comment_6846</a></li><li>[Fixed] Fix flexible content field save layout with no fields - <a href="http://support.advancedcustomfields.com/discussion/2639/flexible-content-field-support-for-empty-layoutss">support.advancedcustomfields.com/discussion/2639/flexible-content-field-support-for-empty-layoutss</a></li><li>[Fixed] Text / Fix field group limit - <a href="http://support.advancedcustomfields.com/discussion/2675/admin-only-showing-20-fields-groups">support.advancedcustomfields.com/discussion/2675/admin-only-showing-20-fields-groups</a></li></ul>\n<h4> 3.3.6 </h4>\n<ul><li>[Fixed] Fix IE regex issue (thanks to Ben Heller - <a href="http://spruce.it)">spruce.it)</a></li><li>[Added] Check for more translatable strings (thanks to Derk Oosterveld - <a href="http://www.inpoint.nl)">www.inpoint.nl)</a></li><li>[Fixed] Fix location rule post category bug</li><li>[Updated] Added all post status to page / post location rules - <a href="http://support.advancedcustomfields.com/discussion/2624/scheduled-pages">support.advancedcustomfields.com/discussion/2624/scheduled-pages</a></li><li>[Updated] Updated the page link field to rely on the post_object field</li><li>[Added] Add $post_id parameter to the [acf] shortcode</li></ul>\n<h4> 3.3.5 </h4>\n<ul><li>[Fixed] Fix location rule bug for taxonomy.</li></ul>\n<h4> 3.3.4 </h4> \n<ul><li>[Added] Added new API function: has_sub_field - replacement for the_repeater_field and the_flexible_field. Allows for nested while loops! </li><li>[Improved] Improve save_post functions- <a href="http://support.advancedcustomfields.com/discussion/2540/bug-fix-for-taxonomies-and-revisions-solved">support.advancedcustomfields.com/discussion/2540/bug-fix-for-taxonomies-and-revisions-solved</a></li><li>[Fixed] Fix relationship AJAX abort for multiple fields - <a href="http://support.advancedcustomfields.com/discussion/2555/problem-width-relationship-after-update-the-latest-version">support.advancedcustomfields.com/discussion/2555/problem-width-relationship-after-update-the-latest-version</a></li></ul>\n<h4> 3.3.3 </h4>\n<ul><li>[Upgrade] Database Upgrade is required to modify the taxonomy filtering data for fields. This allows for performance boosts throughout ACF.</li><li>[Improved] relationship field: Improve querying posts / results and use AJAX powered search to increase performance on large-scale websites</li><li>[Improved] post object field: Improve querying posts / results</li></ul>\n<h4> 3.3.2 </h4>\n<ul><li>[Fixed] Integrate with Shopp plugin</li></ul>\n<h4> 3.3.1 </h4>\n<ul><li>[Fixed] Fix gallery sortable in repeater - <a href="http://support.advancedcustomfields.com/discussion/2463/gallery-within-a-repeater-image-reorder-not-working">support.advancedcustomfields.com/discussion/2463/gallery-within-a-repeater-image-reorder-not-working</a></li><li>[Fixed] Test / Fix two gallery fields - <a href="http://support.advancedcustomfields.com/discussion/2467/gallery-two-gallery-fieldss">support.advancedcustomfields.com/discussion/2467/gallery-two-gallery-fieldss</a></li><li>[Fixed] Fix tinymce undefined visual editor off - <a href="http://support.advancedcustomfields.com/discussion/2465/solved-admin-conflicts-after-upgrade">support.advancedcustomfields.com/discussion/2465/solved-admin-conflicts-after-upgrade</a></li><li>[Updated] Update Polish translation - Thanks to <a href="http://www.digitalfactory.pl">www.digitalfactory.pl</a></li></ul>\n<h4> 3.3.0 </h4>\n<ul><li>[Fixed] Gallery not returning correct order</li></ul>\n<h4> 3.2.9 </h4>\n<ul><li>[Added] Add new Gallery Field</li><li>[Fixed] Test / Fix update_field on repeater / flexible content</li><li>[Fixed] Fix regex JS issue with adding nested repeaters</li><li>[Added] Add new Czech translation - Thanks to Webees ( <a href="http://www.webees.cz/">www.webees.cz/</a> )</li></ul>\n<h4> 3.2.8 </h4>\n<ul><li>[Added] Repeater - Add option for min rows + max rows - <a href="http://www.advancedcustomfields.com/support/discussion/2111/repeater-empty-conditional-statements#Item_4">www.advancedcustomfields.com/support/discussion/2111/repeater-empty-conditional-statements#Item_4</a></li><li>[Fixed] Test / Fix Chrome Double WYSIWYG. Again...</li><li>[Added] Add "future" to post status options - <a href="http://advancedcustomfields.com/support/discussion/1975/changed-line-81-and-94-of-corefieldspost_object-to-show-future-entries">advancedcustomfields.com/support/discussion/1975/changed-line-81-and-94-of-corefieldspost_object-to-show-future-entries</a></li><li>[Added] Make image sizes strings "Pretty" for preview size options</li><li>[Fixed] Test / Fix WYSIWYG insert image inside a repeater bug - <a href="http://www.advancedcustomfields.com/support/discussion/2404/problem-with-repeater-wysiwyg-fields-and-images">www.advancedcustomfields.com/support/discussion/2404/problem-with-repeater-wysiwyg-fields-and-images</a></li></ul>\n<h4> 3.2.7 </h4>\n<ul><li>[Fixed] Rename controller classes - <a href="http://www.advancedcustomfields.com/support/discussion/2363/fatal-error-after-update-to-3.2.6">www.advancedcustomfields.com/support/discussion/2363/fatal-error-after-update-to-3.2.6</a></li><li>[Added] Add edit button to image / file fields</li><li>[Fixed] WYSIWYG toolbar buttons dissapearing in HTML tab mode</li></ul>\n<h4> 3.2.6 </h4>\n<ul><li>[Fixed] Fix flexible content inside repeater add extra row jquery bug - <a href="http://www.advancedcustomfields.com/support/discussion/2134/add-flexible-content-button-in-repeater-field-adds-new-repeater-row">www.advancedcustomfields.com/support/discussion/2134/add-flexible-content-button-in-repeater-field-adds-new-repeater-row</a></li><li>[Added] Add suppress_filters to relationship field for WPML compatibility - <a href="http://www.advancedcustomfields.com/support/discussion/comment/5401#Comment_5401">www.advancedcustomfields.com/support/discussion/comment/5401#Comment_5401</a></li><li>[Added] Add new German translation - <a href="http://www.advancedcustomfields.com/support/discussion/2197/german-translation">www.advancedcustomfields.com/support/discussion/2197/german-translation</a></li><li>[Added] Add new Italian translation - Alessandro Mignogna (<a href="http://www.asernet.it)">www.asernet.it)</a></li><li>[Added] Add new Japanese translation - <a href="http://www.advancedcustomfields.com/support/discussion/2219/japanese-translation">www.advancedcustomfields.com/support/discussion/2219/japanese-translation</a></li><li>[Fixed] Test / Fix WYSIWYG removing p tags - <a href="http://www.advancedcustomfields.com/support/discussion/comment/5482#Comment_5482">www.advancedcustomfields.com/support/discussion/comment/5482#Comment_5482</a></li><li>[Added] edit basic toolbar buttons to match WP teeny mode - WYSIWYG</li><li>[Fixed] Test front end form hiding - <a href="http://www.advancedcustomfields.com/support/discussion/2226/frontend-form-disppears-on-acf-3.2.5">www.advancedcustomfields.com/support/discussion/2226/frontend-form-disppears-on-acf-3.2.5</a></li><li>[Fixed] Test saving user custom fields - <a href="http://www.advancedcustomfields.com/support/discussion/2231/custom-fields-not-saving-data-on-initial-user-registration">www.advancedcustomfields.com/support/discussion/2231/custom-fields-not-saving-data-on-initial-user-registration</a></li><li>[Fixed] Fix options page translation bug - <a href="http://www.advancedcustomfields.com/support/discussion/2098/change-language-and-options-page-fields-disappear">www.advancedcustomfields.com/support/discussion/2098/change-language-and-options-page-fields-disappear</a></li><li>[Fixed] Pages rule not returning private pages - <a href="http://www.advancedcustomfields.com/support/discussion/2275/attach-field-group-to-privately-published-pages">www.advancedcustomfields.com/support/discussion/2275/attach-field-group-to-privately-published-pages</a></li><li>[Added] Add custom add_image_size() Image field preview sizes - <a href="http://www.advancedcustomfields.com/support/discussion/comment/5800#Comment_5800">www.advancedcustomfields.com/support/discussion/comment/5800#Comment_5800</a></li></ul>\n<h4> 3.2.5 </h4>\n<ul><li>[IMPORTANT] Change field group option "Show on page" to "Hide on Screen" to allow for future proof adding new elements to list. Previously exported and registered field groups via PHP will still work as expected! This change will prompt you for a database upgrade.</li><li>[Added] Add in edit button to upload image / file thickbox</li><li>[Improved] Changed loading default values. Now behaves as expected!</li><li>[Fixed] Test / Fix full screen mode dissapearing from editor - <a href="http://www.advancedcustomfields.com/support/discussion/2124/full-screen-button-for-zen-mode-is-gone">www.advancedcustomfields.com/support/discussion/2124/full-screen-button-for-zen-mode-is-gone</a></li><li>[Fixed] get_field returning false for 0 - <a href="http://advancedcustomfields.com/support/discussion/2115/get_field-returns-false-if-field-has-value-0">advancedcustomfields.com/support/discussion/2115/get_field-returns-false-if-field-has-value-0</a></li><li>[Improved] Improve relationship sortable code with item param - <a href="http://www.advancedcustomfields.com/support/discussion/comment/3536#Comment_3536">www.advancedcustomfields.com/support/discussion/comment/3536#Comment_3536</a></li><li>[Fixed] IE category js bug - <a href="http://www.advancedcustomfields.com/support/discussion/2127/ie-78-category-checkbox-bug">www.advancedcustomfields.com/support/discussion/2127/ie-78-category-checkbox-bug</a></li><li>[Fixed] Flexible content field row css bug - <a href="http://www.advancedcustomfields.com/support/discussion/2126/space-between-fields-is-a-little-tight-in-3.2.33.2.4">www.advancedcustomfields.com/support/discussion/2126/space-between-fields-is-a-little-tight-in-3.2.33.2.4</a></li><li>[Fixed] Repeater row limit in flexible field bug - <a href="http://www.advancedcustomfields.com/support/discussion/1635/repeater-with-row-limit-of-1-inside-flexible-field-no-rows-show">www.advancedcustomfields.com/support/discussion/1635/repeater-with-row-limit-of-1-inside-flexible-field-no-rows-show</a></li><li>[Fixed] Fix update message - appears on first activation</li><li>[Fixed] Fix options page sidebar drag area - no border needed</li><li>[Fixed] Fix export options page activation - <a href="http://www.advancedcustomfields.com/support/discussion/2112/options-page-not-working-in-functions.php">www.advancedcustomfields.com/support/discussion/2112/options-page-not-working-in-functions.php</a></li></ul>\n<h4> 3.2.4 </h4>\n<ul><li>[Fixed] Remove translation from validation class - <a href="http://www.advancedcustomfields.com/support/discussion/2110/custom-validation-broken-in-other-languages">www.advancedcustomfields.com/support/discussion/2110/custom-validation-broken-in-other-languages</a></li><li>[Fixed] Test fix WYSIWYG insert media issues</li><li>[Added] Add Excerpt to the field group "show on page" options</li></ul>\n<h4> 3.2.3 </h4>\n<ul><li>[Fixed] Include Wysiwyg scripts / styles through the editor class</li><li>[Fixed] Wysiwyg in repeater not working</li><li>[Fixed] Remove Swedish translation until string / js bugs are fixed</li><li>[Fixed] Checkbox array value issue: <a href="http://wordpress.org/support/topic/plugin-advanced-custom-fields-php-warning-in-corefieldscheckboxphp?replies=6">wordpress.org/support/topic/plugin-advanced-custom-fields-php-warning-in-corefieldscheckboxphp?replies=6</a></li><li>[Added] Add inherit to relationship posts query - <a href="http://www.advancedcustomfields.com/support/discussion/comment/3826#Comment_3826">www.advancedcustomfields.com/support/discussion/comment/3826#Comment_3826</a></li><li>[Fixed] Relationship shows deleted posts - <a href="http://www.advancedcustomfields.com/support/discussion/2080/strange-behavior-of-relationship-field-trash-posts">www.advancedcustomfields.com/support/discussion/2080/strange-behavior-of-relationship-field-trash-posts</a></li><li>[Fixed] Wysiwyg editor not working on taxonomy edit page </li></ul>\n<h4> 3.2.2 </h4>\n<ul><li>[Fixed] Fix layout bug: Nested repeaters of different layouts</li><li>[Fixed] Fix strip slashes bug</li><li>[Fixed] Fix nested repeater bug - <a href="http://www.advancedcustomfields.com/support/discussion/2068/latest-update-broken-editing-environment-">www.advancedcustomfields.com/support/discussion/2068/latest-update-broken-editing-environment-</a></li><li>[Fixed] Test / Fix add multiple images to repeater</li></ul>\n<h4> 3.2.1 </h4>\n<ul><li>Field groups can now be added to options page with layout "side"</li><li>Fixed debug error when saving a taxonomy:</li><li>Fixed unnecessary code: Remove Strip Slashes on save functions</li><li>Added new add row buttons to the repeater field and upgraded the css / js</li><li>Fixed debug error caused by the WYSIWYG field: wp_tiny_mce is deprecated since version 3.3! Use wp_editor() instead.</li><li>Fixed duplicate field error where all sub fields became repeater fields.</li><li>Add Swedish translation: <a href="http://advancedcustomfields.com/support/discussion/1993/swedish-translation">advancedcustomfields.com/support/discussion/1993/swedish-translation</a></li><li>CSS improvements</li><li>Fixed IE9 Bug not returning an image preview on upload / select</li><li>Fixed Multi export php syntax bug.</li></ul>\n<h4> 3.2.0 </h4>\n<ul><li>Fixed Browser bug with Flexible Field: Add Row button works again</li><li>Added Brazilian Translation. Thanks to Marcelo Paoli Graciano - <a href="http://www.paolidesign.com.br">www.paolidesign.com.br</a></li><li>Reverted input CSS to separate field label / instructions onto new lines.</li></ul>\n<h4> 3.1.9 </h4>\n<ul><li>Updated Images / JS - Please hard refresh your browser to clear your cache</li><li>Remove caching from acf_field_groups, replace with temp cache</li><li>Add "Duplicate Field" on field group edit page</li><li>Fix link to documentation on field group edit page</li><li>add "update_value" to API</li><li>Include new Polish translation</li><li>Create a nicer style for flexible content</li><li>Create a nicer style for repeater fields with row layout</li><li>Create a nicer style for "no metabox" fields</li><li>Add Spanish translation. Thanks to @hectorgarrofe</li><li>Fix css for options page no metabox</li><li>Added custom post_updated_messages</li><li>Changed "Drag and drop to reorder" from an image to a string for translation</li></ul>\n<h4> 3.1.8 </h4>\n<ul><li>Options page fields now save their data in the wp_options table. This will require a "Database Upgrade" when you update ACF. This upgrade will move your Options page data from the postmeta table to the options table.</li><li>Added _e() and __() functions to more text throughout plugin</li><li>Added new French translation. Thanks to Martin Vauchel @littlbr <a href="http://littleboyrunning.com">littleboyrunning.com</a></li><li>Fixed duplicate WYSIWYG in chrome bug</li><li>New Location rules: add fields to a user / taxonomy / attachment</li><li>Bug Fix: Color picker now shows color on page load. Thanks to Kev <a href="http://www.popcreative.co.uk">www.popcreative.co.uk</a></li><li>CSS tweaks File clearfix, new style for selects with optgroups</li><li>Simplified get_value to return default value if value </li></ul>\n";s:14:"upgrade_notice";s:145:"<h4> 3.0.0 </h4>\n<ul><li>Editor is broken in WordPress 3.3</li></ul>\n<h4> 2.1.4 </h4>\n<ul><li>Adds post_id column back into acf_values</li></ul>\n";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(156624, 'BxSlider_Plugin_ATextInput', '', 'yes'),
(156625, 'BxSlider_Plugin_Donated', 'false', 'yes'),
(156626, 'BxSlider_Plugin_CanSeeSubmitData', 'Administrator', 'yes'),
(156627, 'BxSlider_Plugin__version', '0.1', 'yes'),
(156628, 'BxSlider_Plugin__installed', '1', 'yes'),
(156603, 'rps_width', '778', 'yes'),
(156635, 'acf_version', '5.1.6', 'yes'),
(156836, 'wpseo_permalinks', 'a:10:{s:15:"cleanpermalinks";b:0;s:24:"cleanpermalink-extravars";s:0:"";s:29:"cleanpermalink-googlecampaign";b:0;s:31:"cleanpermalink-googlesitesearch";b:0;s:15:"cleanreplytocom";b:0;s:10:"cleanslugs";b:1;s:15:"force_transport";s:7:"default";s:18:"redirectattachment";b:0;s:17:"stripcategorybase";b:0;s:13:"trailingslash";b:0;}', 'yes'),
(156837, 'wpseo_titles', 'a:79:{s:10:"title_test";i:0;s:17:"forcerewritetitle";b:0;s:9:"separator";s:7:"sc-dash";s:14:"hide-feedlinks";b:1;s:12:"hide-rsdlink";b:1;s:14:"hide-shortlink";b:1;s:16:"hide-wlwmanifest";b:1;s:5:"noodp";b:0;s:6:"noydir";b:0;s:15:"usemetakeywords";b:0;s:16:"title-home-wpseo";s:42:"%%sitename%% %%page%% %%sep%% %%sitedesc%%";s:18:"title-author-wpseo";s:41:"%%name%%, Author at %%sitename%% %%page%%";s:19:"title-archive-wpseo";s:38:"%%date%% %%page%% %%sep%% %%sitename%%";s:18:"title-search-wpseo";s:63:"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%";s:15:"title-404-wpseo";s:35:"Page not found %%sep%% %%sitename%%";s:19:"metadesc-home-wpseo";s:0:"";s:21:"metadesc-author-wpseo";s:0:"";s:22:"metadesc-archive-wpseo";s:0:"";s:18:"metakey-home-wpseo";s:0:"";s:20:"metakey-author-wpseo";s:0:"";s:22:"noindex-subpages-wpseo";b:0;s:20:"noindex-author-wpseo";b:1;s:21:"noindex-archive-wpseo";b:1;s:14:"disable-author";b:0;s:12:"disable-date";b:0;s:10:"title-post";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-post";s:0:"";s:12:"metakey-post";s:0:"";s:12:"noindex-post";b:0;s:13:"showdate-post";b:0;s:16:"hideeditbox-post";b:0;s:10:"title-page";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-page";s:0:"";s:12:"metakey-page";s:0:"";s:12:"noindex-page";b:0;s:13:"showdate-page";b:0;s:16:"hideeditbox-page";b:0;s:16:"title-attachment";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:19:"metadesc-attachment";s:0:"";s:18:"metakey-attachment";s:0:"";s:18:"noindex-attachment";b:1;s:19:"showdate-attachment";b:0;s:22:"hideeditbox-attachment";b:0;s:18:"title-tax-category";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-category";s:0:"";s:20:"metakey-tax-category";s:0:"";s:24:"hideeditbox-tax-category";b:0;s:20:"noindex-tax-category";b:1;s:18:"title-tax-post_tag";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-post_tag";s:0:"";s:20:"metakey-tax-post_tag";s:0:"";s:24:"hideeditbox-tax-post_tag";b:0;s:20:"noindex-tax-post_tag";b:1;s:21:"title-tax-post_format";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-post_format";s:0:"";s:23:"metakey-tax-post_format";s:0:"";s:27:"hideeditbox-tax-post_format";b:0;s:23:"noindex-tax-post_format";b:1;s:18:"title-ps_promotion";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:21:"metadesc-ps_promotion";s:0:"";s:20:"metakey-ps_promotion";s:0:"";s:20:"noindex-ps_promotion";b:1;s:21:"showdate-ps_promotion";b:0;s:24:"hideeditbox-ps_promotion";b:0;s:28:"title-ptarchive-ps_promotion";s:51:"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%";s:31:"metadesc-ptarchive-ps_promotion";s:0:"";s:30:"metakey-ptarchive-ps_promotion";s:0:"";s:30:"bctitle-ptarchive-ps_promotion";s:0:"";s:30:"noindex-ptarchive-ps_promotion";b:1;s:17:"title-tax-ngg_tag";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:20:"metadesc-tax-ngg_tag";s:0:"";s:19:"metakey-tax-ngg_tag";s:0:"";s:23:"hideeditbox-tax-ngg_tag";b:0;s:19:"noindex-tax-ngg_tag";b:1;s:30:"title-tax-promotion-categories";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:33:"metadesc-tax-promotion-categories";s:0:"";s:32:"metakey-tax-promotion-categories";s:0:"";s:36:"hideeditbox-tax-promotion-categories";b:0;s:32:"noindex-tax-promotion-categories";b:1;}', 'yes'),
(156838, 'wpseo_social', 'a:15:{s:9:"fb_admins";a:0:{}s:6:"fbapps";a:0:{}s:12:"fbconnectkey";s:32:"daf32bd9a68b670864116cde8a1f8875";s:13:"facebook_site";s:0:"";s:16:"og_default_image";s:0:"";s:18:"og_frontpage_title";s:0:"";s:17:"og_frontpage_desc";s:0:"";s:18:"og_frontpage_image";s:0:"";s:9:"opengraph";b:1;s:10:"googleplus";b:0;s:14:"plus-publisher";s:0:"";s:7:"twitter";b:0;s:12:"twitter_site";s:0:"";s:17:"twitter_card_type";s:7:"summary";s:10:"fbadminapp";i:0;}', 'yes'),
(156839, 'wpseo_rss', 'a:2:{s:9:"rssbefore";s:0:"";s:8:"rssafter";s:53:"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.";}', 'yes'),
(156840, 'wpseo_internallinks', 'a:13:{s:20:"breadcrumbs-404crumb";s:25:"Error 404: Page not found";s:23:"breadcrumbs-blog-remove";b:0;s:20:"breadcrumbs-boldlast";b:0;s:25:"breadcrumbs-archiveprefix";s:12:"Archives for";s:18:"breadcrumbs-enable";b:0;s:16:"breadcrumbs-home";s:4:"Home";s:18:"breadcrumbs-prefix";s:0:"";s:24:"breadcrumbs-searchprefix";s:16:"You searched for";s:15:"breadcrumbs-sep";s:7:"»";s:23:"post_types-post-maintax";i:0;s:31:"post_types-ps_promotion-maintax";i:0;s:25:"taxonomy-ngg_tag-ptparent";i:0;s:38:"taxonomy-promotion-categories-ptparent";i:0;}', 'yes'),
(156841, 'wpseo_xml', 'a:20:{s:22:"disable_author_sitemap";b:1;s:22:"disable_author_noposts";b:1;s:16:"enablexmlsitemap";b:1;s:16:"entries-per-page";i:1000;s:14:"xml_ping_yahoo";b:0;s:12:"xml_ping_ask";b:0;s:38:"user_role-administrator-not_in_sitemap";b:0;s:31:"user_role-editor-not_in_sitemap";b:0;s:31:"user_role-author-not_in_sitemap";b:0;s:36:"user_role-contributor-not_in_sitemap";b:0;s:35:"user_role-subscriber-not_in_sitemap";b:0;s:30:"post_types-post-not_in_sitemap";b:0;s:30:"post_types-page-not_in_sitemap";b:0;s:36:"post_types-attachment-not_in_sitemap";b:1;s:34:"taxonomies-category-not_in_sitemap";b:1;s:34:"taxonomies-post_tag-not_in_sitemap";b:1;s:37:"taxonomies-post_format-not_in_sitemap";b:1;s:38:"post_types-ps_promotion-not_in_sitemap";b:1;s:33:"taxonomies-ngg_tag-not_in_sitemap";b:1;s:46:"taxonomies-promotion-categories-not_in_sitemap";b:1;}', 'yes'),
(156722, 'rps_custom_css', '', 'yes'),
(156705, 'rps_category_ids', '', 'yes'),
(156706, 'rps_post_include_ids', '30,32,34,26,28', 'yes'),
(156707, 'rps_post_exclude_ids', '', 'yes'),
(156708, 'rps_post_title_color', '', 'yes'),
(156709, 'rps_post_title_bg_color', '', 'yes'),
(156710, 'rps_slider_speed', '10', 'yes'),
(156711, 'rps_sliding_effect', 'slide', 'yes'),
(156712, 'rps_pagination_style', '9', 'yes'),
(156713, 'rps_pagination_position', '1', 'yes'),
(156714, 'rps_slider_theme', '', 'yes'),
(156715, 'rps_excerpt_words', '20', 'yes'),
(156716, 'rps_keep_excerpt_tags', '', 'yes'),
(156717, 'rps_link_text', 'Read More', 'yes'),
(156718, 'rps_show_post_date', '', 'yes'),
(156719, 'rps_post_date_text', '', 'yes'),
(156720, 'rps_post_date_format', '', 'yes'),
(156721, 'rps_show_random_post', '', 'yes'),
(157052, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1422078086', 'no'),
(157053, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1422034886', 'no'),
(157050, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1422078086', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(157051, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Dec 2014 18:57:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=4.2-alpha-31269";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 4.1 “Dinah”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"https://wordpress.org/news/2014/12/dinah/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/news/2014/12/dinah/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Dec 2014 18:35:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3386";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:360:"Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:24551:"<p>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer <a href="http://wikipedia.org/wiki/Dinah_Washington">Dinah Washington</a>, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.</p>\n<hr />\n<h2 style="text-align: center">Introducing Twenty Fifteen</h2>\n<p><img class="aligncenter size-large wp-image-3389" src="https://wordpress.org/news/files/2014/12/2015-laptop-1024x533.png" alt="2015-laptop" width="692" height="360" /></p>\n<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>\n<p><img class="alignright wp-image-3426 size-medium" src="https://wordpress.org/news/files/2014/12/2015-phones-languages-small-300x250.png" alt="" width="300" height="250" />Twenty Fifteen has flawless language support, with help from <a href="https://www.google.com/get/noto/">Google’s Noto font family</a>.</p>\n<p>The straightforward typography is readable on any screen size.</p>\n<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>\n<hr />\n<h2 style="text-align: center">Distraction-free writing</h2>\n<p><img class="aligncenter size-large wp-image-3392" src="https://wordpress.org/news/files/2014/12/dfw-screen-1024x614.png" alt="dfw-screen" width="692" height="415" /></p>\n<h3 style="text-align: center"><em>Just write.</em></h3>\n<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>\n<hr />\n<h2 style="text-align: center">The Finer Points</h2>\n<h5><strong><img class="alignleft wp-image-3405" src="https://wordpress.org/news/files/2014/12/icon-language2.png" alt="" width="80" height="80" /></strong>Choose a language</h5>\n<p>Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.</p>\n<h5><strong><img class="alignleft wp-image-3406" src="https://wordpress.org/news/files/2014/12/icon-logout1.png" alt="" width="80" height="80" /></strong>Log out everywhere</h5>\n<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.</p>\n<h5><strong><img class="alignleft wp-image-3407" src="https://wordpress.org/news/files/2014/12/icon-vine1.png" alt="" width="80" height="80" /></strong>Vine embeds</h5>\n<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href="https://codex.wordpress.org/Embeds">full list</a> of supported embeds.</p>\n<h5><strong><img class="alignleft wp-image-3408" src="https://wordpress.org/news/files/2014/12/icon-recommended1.png" alt="" width="80" height="80" /></strong>Plugin recommendations</h5>\n<p>The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>\n<hr />\n<h2 style="text-align: center">Under the Hood</h2>\n<h5>Complex Queries</h5>\n<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>\n<h5>Customizer API</h5>\n<p>The customizer now supports conditionally showing panels and sections based on the page being previewed.</p>\n<h5><code><title></code> tags in themes</h5>\n<p><code>add_theme_support( ''title-tag'' )</code> tells WordPress to handle the complexities of document titles.</p>\n<h5>Developer Reference</h5>\n<p>Continued improvements to inline code documentation have made the <a href="https://developer.wordpress.org/reference/">developer reference</a> more complete than ever.</p>\n<hr />\n<h2 style="text-align: center">The Choir</h2>\n<p>This release was led by <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:</p>\n<a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/akumria">akumria</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="https://profiles.wordpress.org/tellyworth">Alex Shiels</a>, <a href="https://profiles.wordpress.org/collinsinternet">Allan Collins</a>, <a href="https://profiles.wordpress.org/momo360modena">Amaury Balmer</a>, <a href="https://profiles.wordpress.org/amruta123b">Amruta Bhosale</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andg">Andrea Gandino</a>, <a href="https://profiles.wordpress.org/sumobi">Andrew Munro (sumobi)</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/andrewryno">Andrew Ryno</a>, <a href="https://profiles.wordpress.org/rarst">Andrey "Rarst" Savchenko</a>, <a href="https://profiles.wordpress.org/ankitgadertcampcom">Ankit Gade</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/antpb">antpb</a>, <a href="https://profiles.wordpress.org/arippberger">arippberger</a>, <a href="https://profiles.wordpress.org/filosofo">Austin Matzko</a>, <a href="https://profiles.wordpress.org/bainternet">Bainternet</a>, <a href="https://profiles.wordpress.org/barrykooij">Barry Kooij</a>, <a href="https://profiles.wordpress.org/empireoflight">Ben Dunkle</a>, <a href="https://profiles.wordpress.org/benjmay">Ben May</a>, <a href="https://profiles.wordpress.org/neoxx">Bernhard Riedl</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/bramd">Bram Duvigneau</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/briandichiara">Brian DiChiara</a>, <a href="https://profiles.wordpress.org/rzen">Brian Richards</a>, <a href="https://profiles.wordpress.org/bswatson">Brian Watson</a>, <a href="https://profiles.wordpress.org/camdensegal">Camden Segal</a>, <a href="https://profiles.wordpress.org/captaintheme">Captain Theme</a>, <a href="https://profiles.wordpress.org/hiwhatsup">Carlos</a>, <a href="https://profiles.wordpress.org/caspie">Caspie</a>, <a href="https://profiles.wordpress.org/ccprice">ccprice</a>, <a href="https://profiles.wordpress.org/mackensen">Charles Fulton</a>, <a href="https://profiles.wordpress.org/chrico">ChriCo</a>, <a href="https://profiles.wordpress.org/aprea">Chris Aprea</a>, <a href="https://profiles.wordpress.org/chrisbliss18">Chris Jean</a>, <a href="https://profiles.wordpress.org/cmmarslender">Chris Marslender</a>, <a href="https://profiles.wordpress.org/jazzs3quence">Chris Reynolds</a>, <a href="https://profiles.wordpress.org/chriscct7">chriscct7</a>, <a href="https://profiles.wordpress.org/chrisl27">chrisl27</a>, <a href="https://profiles.wordpress.org/cfoellmann">Christian Foellmann</a>, <a href="https://profiles.wordpress.org/cfinke">Christopher Finke</a>, <a href="https://profiles.wordpress.org/cyclometh">Corey Snow</a>, <a href="https://profiles.wordpress.org/corphi">Corphi</a>, <a href="https://profiles.wordpress.org/curtjen">curtjen</a>, <a href="https://profiles.wordpress.org/colorful-tones">Damon Cook</a>, <a href="https://profiles.wordpress.org/dancameron">Dan Cameron</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>, <a href="https://profiles.wordpress.org/convissor">Daniel Convissor</a>, <a href="https://profiles.wordpress.org/nerrad">Darren Ethier (nerrad)</a>, <a href="https://profiles.wordpress.org/koop">Daryl Koopersmith</a>, <a href="https://profiles.wordpress.org/dmchale">Dave McHale</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/davidjlaietta">David Laietta</a>, <a href="https://profiles.wordpress.org/technical_mastermind">David Wood</a>, <a href="https://profiles.wordpress.org/davidthemachine">DavidTheMachine</a>, <a href="https://profiles.wordpress.org/dcavins">dcavins</a>, <a href="https://profiles.wordpress.org/realloc">Dennis Ploetner</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/wedi">Dirk Weise</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/dominikschwind-1">Dominik Schwind</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/dustyf">Dustin Filippini</a>, <a href="https://profiles.wordpress.org/dustinhartzler">Dustin Hartzler</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/ebinnion">Eric Binnion</a>, <a href="https://profiles.wordpress.org/ew_holmes">Eric Holmes</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Lewis</a>, <a href="https://profiles.wordpress.org/fab1en">Fabien Quatravaux</a>, <a href="https://profiles.wordpress.org/florianziegler">florianziegler</a>, <a href="https://profiles.wordpress.org/hereswhatidid">Gabe Shackle</a>, <a href="https://profiles.wordpress.org/garyc40">Gary Cao</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/soulseekah">Gennady Kovshenin</a>, <a href="https://profiles.wordpress.org/babbardel">George Olaru</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/gregrickaby">Greg Rickaby</a>, <a href="https://profiles.wordpress.org/gcorne">Gregory Cornelius</a>, <a href="https://profiles.wordpress.org/tivnet">Gregory Karpinsky (@tivnet)</a>, <a href="https://profiles.wordpress.org/bordoni">Gustavo Bordoni</a>, <a href="https://profiles.wordpress.org/hardy101">hardy101</a>, <a href="https://profiles.wordpress.org/hauvong">hauvong</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-Sandí</a>, <a href="https://profiles.wordpress.org/heshiming">heshiming</a>, <a href="https://profiles.wordpress.org/honeysilvas">honeysilvas</a>, <a href="https://profiles.wordpress.org/hugodelgado">hugodelgado</a>, <a href="https://profiles.wordpress.org/iandstewart">Ian Stewart</a>, <a href="https://profiles.wordpress.org/ianmjones">ianmjones</a>, <a href="https://profiles.wordpress.org/igmoweb">Ignacio Cruz Moreno</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/ivankristianto">Ivan Kristianto</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jaimieolmstead">jaimieolmstead</a>, <a href="https://profiles.wordpress.org/jakubtyrcha">jakub.tyrcha</a>, <a href="https://profiles.wordpress.org/janhenckens">janhenckens</a>, <a href="https://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="https://profiles.wordpress.org/japh">Japh</a>, <a href="https://profiles.wordpress.org/jwenerd">Jared Wenerd</a>, <a href="https://profiles.wordpress.org/jarednova">jarednova</a>, <a href="https://profiles.wordpress.org/jeanyoungkim">jeanyoungkim</a>, <a href="https://profiles.wordpress.org/jfarthing84">Jeff Farthing</a>, <a href="https://profiles.wordpress.org/jeffstieler">Jeff Stieler</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jeherve">Jeremy Herve</a>, <a href="https://profiles.wordpress.org/jesin">Jesin A</a>, <a href="https://profiles.wordpress.org/jayjdk">Jesper Johansen (jayjdk)</a>, <a href="https://profiles.wordpress.org/engelen">Jesper van Engelen</a>, <a href="https://profiles.wordpress.org/jessepollak">Jesse Pollak</a>, <a href="https://profiles.wordpress.org/jipmoors">jipmoors</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/johneckman">John Eckman</a>, <a href="https://profiles.wordpress.org/johnrom">johnrom</a>, <a href="https://profiles.wordpress.org/johnstonphilip">johnstonphilip</a>, <a href="https://profiles.wordpress.org/jb510">Jon Brown</a>, <a href="https://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="https://profiles.wordpress.org/jbrinley">Jonathan Brinley</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/softmodeling">Jordi Cabot</a>, <a href="https://profiles.wordpress.org/joshuaabenazer">Joshua Abenazer</a>, <a href="https://profiles.wordpress.org/tai">JOTAKI Taisuke</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/julien731">Julien Liabeuf</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/kamelkev">kamelkev</a>, <a href="https://profiles.wordpress.org/karpstrucking">karpstrucking</a>, <a href="https://profiles.wordpress.org/keesiemeijer">keesiemeijer</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/kevinlangleyjr">Kevin Langley</a>, <a href="https://profiles.wordpress.org/kdoran">Kiko Doran</a>, <a href="https://profiles.wordpress.org/kpdesign">Kim Parsell</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/kosvrouvas">Kostas Vrouvas</a>, <a href="https://profiles.wordpress.org/kraftner">kraftner</a>, <a href="https://profiles.wordpress.org/kristastevens">kristastevens</a>, <a href="https://profiles.wordpress.org/kurtpayne">Kurt Payne</a>, <a href="https://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="https://profiles.wordpress.org/offereins">Laurens Offereins</a>, <a href="https://profiles.wordpress.org/linuxologos">linuxologos</a>, <a href="https://profiles.wordpress.org/ideag">Liuiza Arunas</a>, <a href="https://profiles.wordpress.org/loushou">loushou</a>, <a href="https://profiles.wordpress.org/latz">Lutz Schroer</a>, <a href="https://profiles.wordpress.org/manoz69">Manoz69</a>, <a href="https://profiles.wordpress.org/mantismamita">mantismamita</a>, <a href="https://profiles.wordpress.org/marcosf">Marco Schmoecker</a>, <a href="https://profiles.wordpress.org/nofearinc">Mario Peshev</a>, <a href="https://profiles.wordpress.org/clorith">Marius (Clorith)</a>, <a href="https://profiles.wordpress.org/landakram">Mark Hudnall</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/senff">Mark Senff</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/marsjaninzmarsa">marsjaninzmarsa</a>, <a href="https://profiles.wordpress.org/matveb">Matias Ventura</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="https://profiles.wordpress.org/mboynes">Matthew Boynes</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattkeys">mattkeys</a>, <a href="https://profiles.wordpress.org/mlteal">Maura Teal</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/merty">Mert Yazicioglu</a>, <a href="https://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="https://profiles.wordpress.org/michael-arestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/tw2113">Michael Beckwith</a>, <a href="https://profiles.wordpress.org/cainm">Michael Cain</a>, <a href="https://profiles.wordpress.org/smashcut">Michael Pick</a>, <a href="https://profiles.wordpress.org/michalzuber">michalzuber</a>, <a href="https://profiles.wordpress.org/chellycat">Michelle Langston</a>, <a href="https://profiles.wordpress.org/mcsf">Miguel Fonseca</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikejolley">Mike Jolley</a>, <a href="https://profiles.wordpress.org/mnelson4">Mike Nelson</a>, <a href="https://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeyarce">Mikey Arce</a>, <a href="https://profiles.wordpress.org/studionashvegas">Mitch Canter (studionashvegas)</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/mvd7793">mvd7793</a>, <a href="https://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>, <a href="https://profiles.wordpress.org/niallkennedy">Niall Kennedy</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="https://profiles.wordpress.org/nikv">Nikhil Vimal (NikV)</a>, <a href="https://profiles.wordpress.org/nikolovtmw">Nikola Nikolov</a>, <a href="https://profiles.wordpress.org/nobleclem">nobleclem</a>, <a href="https://profiles.wordpress.org/noplanman">noplanman</a>, <a href="https://profiles.wordpress.org/nvwd">Nowell VanHoesen</a>, <a href="https://profiles.wordpress.org/originalexe">OriginalEXE</a>, <a href="https://profiles.wordpress.org/p_enrique">p_enrique</a>, <a href="https://profiles.wordpress.org/pushplaybang">Paul</a>, <a href="https://profiles.wordpress.org/pauldewouters">Paul de Wouters</a>, <a href="https://profiles.wordpress.org/paulschreiber">Paul Schreiber</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="https://profiles.wordpress.org/peterchester">Peter Chester</a>, <a href="https://profiles.wordpress.org/donutz">Peter J. Herrel</a>, <a href="https://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/philiparthurmoore">Philip Arthur Moore</a>, <a href="https://profiles.wordpress.org/phpmypython">phpmypython</a>, <a href="https://profiles.wordpress.org/mordauk">Pippin Williamson</a>, <a href="https://profiles.wordpress.org/nprasath002">Prasath Nadarajah</a>, <a href="https://profiles.wordpress.org/psycleuk">psycleuk</a>, <a href="https://profiles.wordpress.org/ptahdunbar">Ptah Dunbar</a>, <a href="https://profiles.wordpress.org/quietnic">quietnic</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/ramiabraham">ramiabraham</a>, <a href="https://profiles.wordpress.org/greuben">Reuben Gunday</a>, <a href="https://profiles.wordpress.org/rianrietveld">Rian Rietveld</a>, <a href="https://profiles.wordpress.org/richardmtl">Richard Archambault</a>, <a href="https://profiles.wordpress.org/rickalee">Ricky Lee Whittemore</a>, <a href="https://profiles.wordpress.org/miqrogroove">Robert Chapin</a>, <a href="https://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="https://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="https://profiles.wordpress.org/ryankienstra">Ryan Kienstra</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/sakinshrestha">Sakin Shrestha</a>, <a href="https://profiles.wordpress.org/samhotchkiss">Sam Hotchkiss</a>, <a href="https://profiles.wordpress.org/otto42">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/sc0ttkclark">Scott Kingsley Clark</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shooper">Shawn Hooper</a>, <a href="https://profiles.wordpress.org/simonp303">Simon Pollard</a>, <a href="https://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="https://profiles.wordpress.org/skaeser">skaeser</a>, <a href="https://profiles.wordpress.org/slobodanmanic">Slobodan Manic</a>, <a href="https://profiles.wordpress.org/socki03">socki03</a>, <a href="https://profiles.wordpress.org/solarissmoke">solarissmoke</a>, <a href="https://profiles.wordpress.org/stephdau">Stephane Daury</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="https://profiles.wordpress.org/stevegrunwell">Steve Grunwell</a>, <a href="https://profiles.wordpress.org/5um17">Sumit Singh</a>, <a href="https://profiles.wordpress.org/tacoverdo">TacoVerdo</a>, <a href="https://profiles.wordpress.org/iamtakashi">Takashi Irie</a>, <a href="https://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="https://profiles.wordpress.org/karmatosed">Tammie</a>, <a href="https://profiles.wordpress.org/tareq1988">Tareq Hasan</a>, <a href="https://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="https://profiles.wordpress.org/ipm-frommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/tillkruess">Till Kruss</a>, <a href="https://profiles.wordpress.org/tschutter">Tobias Schutter</a>, <a href="https://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="https://profiles.wordpress.org/tmtrademark">Toby McKes</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tomasm">Tomas Mackevicius</a>, <a href="https://profiles.wordpress.org/tomharrigan">TomHarrigan</a>, <a href="https://profiles.wordpress.org/topher1kenobe">Topher</a>, <a href="https://profiles.wordpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="https://profiles.wordpress.org/liljimmi">Tracy Levesque</a>, <a href="https://profiles.wordpress.org/transom">transom</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/tywayne">Ty Carlson</a>, <a href="https://profiles.wordpress.org/desaiuditd">Udit Desai</a>, <a href="https://profiles.wordpress.org/umeshsingla">Umesh Kumar</a>, <a href="https://profiles.wordpress.org/vinod-dalvi">Vinod Dalvi</a>, <a href="https://profiles.wordpress.org/vlajos">vlajos</a>, <a href="https://profiles.wordpress.org/voldemortensen">voldemortensen</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/nobinobi">Yuta Sekine</a>, <a href="https://profiles.wordpress.org/zrothauser">Zack Rothauser</a>, and <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>.\n<p>There were 283 contributors to this release, again a new high.</p>\n<p>If you want to help out or follow along, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>.</p>\n<p>Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"https://wordpress.org/news/2014/12/dinah/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 4.1 Release Candidate 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:78:"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Dec 2014 02:22:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3411";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:429:"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1465:"<p>The next release candidate for WordPress 4.1 is now available for testing.</p>\n<p><a href="https://core.trac.wordpress.org/log/trunk?rev=30961&stop_rev=30827">Seventy changes</a> have gone in since the <a href="https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/">first release candidate</a>. With no known issues left, we plan to release 4.1 tomorrow, December 18.</p>\n<p>To test, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.1-RC3.zip">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the updated About screen in your dashboard (<strong><img src="https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png" alt="" width="16" height="16" /> → About</strong> in the toolbar) and also check out <a href="https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/">the Beta 1 post</a>.</p>\n<p><strong>Plugin authors:</strong> Remember to test your plugins against 4.1, and if they’re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we’ve been posting <a href="https://make.wordpress.org/core/tag/4-1-dev-notes/">notes for developers for 4.1</a> as always.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 4.1 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Dec 2014 11:52:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3375";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:341:"The release candidate for WordPress 4.1 is now available. We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2301:"<p>The release candidate for WordPress 4.1 is now available.</p>\n<p>We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href="https://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p>To test WordPress 4.1 RC1, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-4.1-RC1.zip">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the About screen in your dashboard (<strong><img src="https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png" alt="" width="16" height="16" /> → About</strong> in the toolbar) or check out the <a href="https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/">beta announcement</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.1 and update your plugin’s <em>Tested up to</em> version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href="https://make.wordpress.org/core/">follow along the core development blog</a>, where we’ll continue to post <a href="https://make.wordpress.org/core/tag/4-1-dev-notes/">notes for developers</a> for 4.1. (For example: if you’ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)</p>\n<p><em>Testing four point one</em><br />\n<em>Why are we up at this hour?</em><br />\n<em>Code is poetry</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WordPress 4.0.1 Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2014/11/wordpress-4-0-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/news/2014/11/wordpress-4-0-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Nov 2014 18:55:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3363";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3395:"<p>WordPress 4.0.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)</p>\n<p>WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by <a href="http://klikki.fi/">Jouko Pynnonen</a>. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:</p>\n<ul>\n<li>Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by <a href="http://joncave.co.uk/">Jon Cave</a>, <a href="http://www.miqrogroove.com/">Robert Chapin</a>, and <a href="https://johnblackbourn.com/">John Blackbourn</a> of the WordPress security team.</li>\n<li>A cross-site request forgery that could be used to trick a user into changing their password.</li>\n<li>An issue that could lead to a denial of service when passwords are checked. Reported by <a href="http://www.behindthefirewalls.com/">Javier Nieto Arevalo</a> and <a href="http://www.devconsole.info/">Andres Rojas Guerrero</a>.</li>\n<li>Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).</li>\n<li>An extremely unlikely hash collision could allow a user’s account to be compromised, that also required that they haven’t logged in since 2008 (I wish I were kidding). Reported by <a href="http://david.dw-perspective.org.uk">David Anderson</a>.</li>\n<li>WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by <a href="https://twitter.com/MomenBassel">Momen Bassel</a>, <a href="http://c0dehouse.blogspot.in/">Tanoy Bose</a>, and <a href="https://managewp.com/">Bojan Slavković of ManageWP</a>.</li>\n</ul>\n<p>Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by <a href="http://www.securesolutions.no/">Chris Andrè Dale</a>.</p>\n<p>We appreciated the <a href="https://codex.wordpress.org/FAQ_Security">responsible disclosure</a> of these issues directly to our security team. For more information, see the <a href="https://codex.wordpress.org/Version_4.0.1">release notes</a> or consult the <a href="https://core.trac.wordpress.org/log/branches/4.0?rev=30475&stop_rev=29710">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.0.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p><em>Already testing WordPress 4.1? The second beta is now available (<a href="https://wordpress.org/wordpress-4.1-beta2.zip">zip</a>) and it contains these security fixes. For more on 4.1, see <a href="https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/">the beta 1 announcement post</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/11/wordpress-4-0-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:48:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.1 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Nov 2014 22:35:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3352";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:346:"Welcome, everyone, to WordPress 4.1 Beta 1! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"John Blackbourn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3409:"<p>Welcome, everyone, to WordPress 4.1 Beta 1!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="//wordpress.org/wordpress-4.1-beta1.zip">download the beta here</a> (zip).</p>\n<p>WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:</p>\n<ul>\n<li>Our beautiful new default theme, <a href="https://make.wordpress.org/core/2014/09/09/twenty-fifteen/">Twenty Fifteen</a>. It’s a clean, mobile-first, blog-focused theme designed through simplicity.</li>\n<li>A new <a href="https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/">distraction-free writing mode for the editor</a>. It’s enabled by default for beta, and we’d love feedback on it.</li>\n<li>The ability to automatically install new language packs right from the General Settings screen (available as long as your site’s filesystem is writable).</li>\n<li>A new inline formatting toolbar for images embedded into posts.</li>\n</ul>\n<p>There have been a lot of changes for developers to test as well:</p>\n<ul>\n<li><a href="https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/">Improvements to meta, date, comment, and taxonomy queries</a>, including complex (nested, multiple relation) queries; and querying comment types (<a href="https://core.trac.wordpress.org/ticket/12668">#12668</a>).</li>\n<li>A single term shared across multiple taxonomies is now split into two when updated. For more, <a href="https://make.wordpress.org/core/2014/11/12/an-update-on-the-taxonomy-roadmap/">see this post</a>, <a href="https://core.trac.wordpress.org/ticket/5809">#5809</a>, and <a href="https://core.trac.wordpress.org/ticket/30335">#30335</a>.</li>\n<li>A new and better way for <a href="https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/">themes to handle title tags</a>.</li>\n<li>Several <a href="https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/">improvements to the Customizer API</a>, including contextual panels and sections, and JavaScript templates for controls.</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.1, <a href="https://make.wordpress.org/core/tag/week-in-core/">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on the WordPress Trac</a>. There, you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a> and <a href="https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.1">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Twenty Fifteen theme</em><br />\n<em> The beautiful face which hides</em><br />\n<em> Many improvements</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:61:"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Watch WordCamp San Francisco Livestream";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2014/10/wcsf-livestream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/news/2014/10/wcsf-livestream/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Oct 2014 20:18:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3341";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:381:"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Nikolay Bachiyski";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1975:"<p><a title="2014 edition" href="http://2014.sf.wordcamp.org">WordCamp San Francisco</a> is the official annual WordPress conference, gathering the community every year <a title="An old website for a WordPress long time ago" href="http://2006.sf.wordcamp.org">since 2006</a>. This is the time when Matt Mullenweg addresses the community in his annual <a href="http://wordpress.tv/?s=state+of+the+word">State of the Word</a> presentation – a recap of the year in WordPress and giving us a glimpse into its future.</p>\n<p>This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: <a href="http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-andrew-nacin">Andrew Nacin</a>, <a href="http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-helen-hou-sandi">Helen Hou-Sandí</a>, and <a href="http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-mark-jaquith">Mark Jaquith</a>. We’re also looking forward to speakers like <a href="http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jenny-lawson">Jenny Lawson</a>, also known as The Bloggess, and <a href="http://2014.sf.wordcamp.org/speaker/chris-lema/">Chris Lema</a>. If you’re at all interested in the web, you will appreciate the appearance of <a href="http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jeff-veen">Jeff Veen</a> – one of the creators of Google Analytics and co-founder of Typekit.</p>\n<p>Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:</p>\n<p><a href="http://2014.sf.wordcamp.org/tickets/">Get a livestream ticket and watch all talks from WordCamp San Francisco live</a></p>\n<p>If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times <a href="http://2014.sf.wordcamp.org/live-stream/">at the WordCamp San Francisco website</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/10/wcsf-livestream/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 4.0 “Benny”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"https://wordpress.org/news/2014/09/benny/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"https://wordpress.org/news/2014/09/benny/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Sep 2014 17:05:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3296";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:370:"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:23564:"<p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href="http://en.wikipedia.org/wiki/Benny_Goodman">Benny Goodman</a>, is available <a href="https://wordpress.org/download/">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>\n<div id="v-bUdzKMro-1" class="video-player"><embed id="v-bUdzKMro-1-video" src="https://v0.wordpress.com/player.swf?v=1.03&guid=bUdzKMro&isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 4.0 "Benny"" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<hr />\n<h2 style="text-align: center">Manage your media with style</h2>\n<p><img class="alignnone size-full wp-image-3316" src="https://wordpress.org/news/files/2014/09/media.jpg" alt="Media Library" width="1000" height="586" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style="text-align: center">Working with embeds has never been easier</h2>\n<div style="width: 632px; " class="wp-video"><!--[if lt IE 9]><script>document.createElement(''video'');</script><![endif]-->\n<video class="wp-video-shortcode" id="video-3296-1" width="632" height="445" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="//s.w.org/images/core/4.0/embed.mp4?_=1" /><source type="video/webm" src="//s.w.org/images/core/4.0/embed.webm?_=1" /><source type="video/ogg" src="//s.w.org/images/core/4.0/embed.ogv?_=1" /><a href="//s.w.org/images/core/4.0/embed.mp4">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href="https://codex.wordpress.org/Embeds">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style="text-align: center">Focus on your content</h2>\n<div style="width: 632px; " class="wp-video"><video class="wp-video-shortcode" id="video-3296-2" width="632" height="356" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="//s.w.org/images/core/4.0/focus.mp4?_=2" /><source type="video/webm" src="//s.w.org/images/core/4.0/focus.webm?_=2" /><source type="video/ogg" src="//s.w.org/images/core/4.0/focus.ogv?_=2" /><a href="//s.w.org/images/core/4.0/focus.mp4">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style="text-align: center">Finding the right plugin</h2>\n<p><img class="aligncenter size-large wp-image-3309" src="https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png" alt="Add plugins" width="692" height="405" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style="text-align: center">The Ensemble</h2>\n<p>This release was led by <a href="http://helenhousandi.com">Helen Hou-Sandí</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="https://profiles.wordpress.org/tellyworth">Alex Shiels</a>, <a href="https://profiles.wordpress.org/alexanderrohmann">Alexander Rohmann</a>, <a href="https://profiles.wordpress.org/aliso">Alison Barrett</a>, <a href="https://profiles.wordpress.org/collinsinternet">Allan Collins</a>, <a href="https://profiles.wordpress.org/amit">Amit Gupta</a>, <a href="https://profiles.wordpress.org/sabreuse">Amy Hendrix (sabreuse)</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrezrv">Andres Villarreal</a>, <a href="https://profiles.wordpress.org/zamfeer">Andrew Mowe</a>, <a href="https://profiles.wordpress.org/sumobi">Andrew Munro (sumobi)</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/arnee">arnee</a>, <a href="https://profiles.wordpress.org/aubreypwd">Aubrey Portwood</a>, <a href="https://profiles.wordpress.org/filosofo">Austin Matzko</a>, <a href="https://profiles.wordpress.org/empireoflight">Ben Dunkle</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/bramd">Bram Duvigneau</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/krogsgard">Brian Krogsgard</a>, <a href="https://profiles.wordpress.org/brianlayman">Brian Layman</a>, <a href="https://profiles.wordpress.org/rzen">Brian Richards</a>, <a href="https://profiles.wordpress.org/camdensegal">Camden Segal</a>, <a href="https://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="https://profiles.wordpress.org/mackensen">Charles Fulton</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chrico">ChriCo</a>, <a href="https://profiles.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="https://profiles.wordpress.org/chrisl27">chrisl27</a>, <a href="https://profiles.wordpress.org/caxelsson">Christian Axelsson</a>, <a href="https://profiles.wordpress.org/cfinke">Christopher Finke</a>, <a href="https://profiles.wordpress.org/boda1982">Christopher Spires</a>, <a href="https://profiles.wordpress.org/clifgriffin">Clifton Griffin</a>, <a href="https://profiles.wordpress.org/jupiterwise">Corey McKrill</a>, <a href="https://profiles.wordpress.org/corphi">Corphi</a>, <a href="https://profiles.wordpress.org/extendwings">Daisuke Takahashi</a>, <a href="https://profiles.wordpress.org/ghost1227">Dan Griffiths</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>, <a href="https://profiles.wordpress.org/danielhuesken">Daniel Husken</a>, <a href="https://profiles.wordpress.org/redsweater">Daniel Jalkut (Red Sweater)</a>, <a href="https://profiles.wordpress.org/dannydehaan">Danny de Haan</a>, <a href="https://profiles.wordpress.org/dkotter">Darin Kotter</a>, <a href="https://profiles.wordpress.org/koop">Daryl Koopersmith</a>, <a href="https://profiles.wordpress.org/dllh">Daryl L. L. Houston (dllh)</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/dnaber-de">David Naber</a>, <a href="https://profiles.wordpress.org/davidthemachine">DavidTheMachine</a>, <a href="https://profiles.wordpress.org/debaat">DeBAAT</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/donncha">Donncha O Caoimh</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/dustyn">Dustyn Doyle</a>, <a href="https://profiles.wordpress.org/eddiemoya">Eddie Moya</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/edwin-at-studiojoyocom">Edwin Siebel</a>, <a href="https://profiles.wordpress.org/ehg">ehg</a>, <a href="https://profiles.wordpress.org/tmeister">Enrique Chavez</a>, <a href="https://profiles.wordpress.org/erayalakese">erayalakese</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="https://profiles.wordpress.org/ebinnion">Eric Binnion</a>, <a href="https://profiles.wordpress.org/ericmann">Eric Mann</a>, <a href="https://profiles.wordpress.org/ejdanderson">Evan Anderson</a>, <a href="https://profiles.wordpress.org/eherman24">Evan Herman</a>, <a href="https://profiles.wordpress.org/fab1en">Fabien Quatravaux</a>, <a href="https://profiles.wordpress.org/fahmiadib">Fahmi Adib</a>, <a href="https://profiles.wordpress.org/feedmeastraycat">feedmeastraycat</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/garhdez">garhdez</a>, <a href="https://profiles.wordpress.org/garyc40">Gary Cao</a>, <a href="https://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/garza">garza</a>, <a href="https://profiles.wordpress.org/gauravmittal1995">gauravmittal1995</a>, <a href="https://profiles.wordpress.org/gavra">Gavrisimo</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/grahamarmfield">Graham Armfield</a>, <a href="https://profiles.wordpress.org/vancoder">Grant Mangham</a>, <a href="https://profiles.wordpress.org/gcorne">Gregory Cornelius</a>, <a href="https://profiles.wordpress.org/bordoni">Gustavo Bordoni</a>, <a href="https://profiles.wordpress.org/harrym">harrym</a>, <a href="https://profiles.wordpress.org/hebbet">hebbet</a>, <a href="https://profiles.wordpress.org/hinnerk">Hinnerk Altenburg</a>, <a href="https://profiles.wordpress.org/hlashbrooke">Hugh Lashbrooke</a>, <a href="https://profiles.wordpress.org/iljoja">iljoja</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/issuu">issuu</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jacklenox">Jack Lenox</a>, <a href="https://profiles.wordpress.org/jackreichert">Jack Reichert</a>, <a href="https://profiles.wordpress.org/jacobdubail">Jacob Dubail</a>, <a href="https://profiles.wordpress.org/janhenkg">JanHenkG</a>, <a href="https://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="https://profiles.wordpress.org/jwenerd">Jared Wenerd</a>, <a href="https://profiles.wordpress.org/jaza613">Jaza613</a>, <a href="https://profiles.wordpress.org/jeffstieler">Jeff Stieler</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jpry">Jeremy Pry</a>, <a href="https://profiles.wordpress.org/slimndap">Jeroen Schmit</a>, <a href="https://profiles.wordpress.org/jerrysarcastic">Jerry Bates (jerrysarcastic)</a>, <a href="https://profiles.wordpress.org/jesin">Jesin A</a>, <a href="https://profiles.wordpress.org/jayjdk">Jesper Johansen (jayjdk)</a>, <a href="https://profiles.wordpress.org/engelen">Jesper van Engelen</a>, <a href="https://profiles.wordpress.org/jesper800">Jesper van Engelen</a>, <a href="https://profiles.wordpress.org/jessepollak">Jesse Pollak</a>, <a href="https://profiles.wordpress.org/jgadbois">jgadbois</a>, <a href="https://profiles.wordpress.org/jartes">Joan Artes</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/jkudish">Joey Kudish</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnzanussi">John Zanussi</a>, <a href="https://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="https://profiles.wordpress.org/jonnyauk">jonnyauk</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/softmodeling">Jordi Cabot</a>, <a href="https://profiles.wordpress.org/jjeaton">Josh Eaton</a>, <a href="https://profiles.wordpress.org/tai">JOTAKI Taisuke</a>, <a href="https://profiles.wordpress.org/juliobox">Julio Potier</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="https://profiles.wordpress.org/greenshady">Justin Tadlock</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/kapeels">kapeels</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/kevinlangleyjr">Kevin Langley</a>, <a href="https://profiles.wordpress.org/kworthington">Kevin Worthington</a>, <a href="https://profiles.wordpress.org/kpdesign">Kim Parsell</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/kurtpayne">Kurt Payne</a>, <a href="https://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="https://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="https://profiles.wordpress.org/lessbloat">lessbloat</a>, <a href="https://profiles.wordpress.org/layotte">Lew Ayotte</a>, <a href="https://profiles.wordpress.org/lritter">lritter</a>, <a href="https://profiles.wordpress.org/lukecarbis">Luke Carbis</a>, <a href="https://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="https://profiles.wordpress.org/m_i_n">m_i_n</a>, <a href="https://profiles.wordpress.org/funkatronic">Manny Fleurmond</a>, <a href="https://profiles.wordpress.org/targz-1">Manuel Schmalstieg</a>, <a href="https://profiles.wordpress.org/clorith">Marius (Clorith)</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/mjbanks">Matt Banks</a>, <a href="https://profiles.wordpress.org/sivel">Matt Martz</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="https://profiles.wordpress.org/mboynes">Matthew Boynes</a>, <a href="https://profiles.wordpress.org/mdbitz">Matthew Denton</a>, <a href="https://profiles.wordpress.org/mattheweppelsheimer">Matthew Eppelsheimer</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/meekyhwang">meekyhwang</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="https://profiles.wordpress.org/michalzuber">michalzuber</a>, <a href="https://profiles.wordpress.org/midxcat">midxcat</a>, <a href="https://profiles.wordpress.org/mauteri">Mike Auteri</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikejolley">Mike Jolley</a>, <a href="https://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="https://profiles.wordpress.org/mikemanger">Mike Manger</a>, <a href="https://profiles.wordpress.org/mnelson4">Mike Nelson</a>, <a href="https://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeyarce">Mikey Arce</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinic</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/usermrpapa">Mr Papa</a>, <a href="https://profiles.wordpress.org/mrmist">mrmist</a>, <a href="https://profiles.wordpress.org/m_uysl">Mustafa Uysal</a>, <a href="https://profiles.wordpress.org/muvimotv">MuViMoTV</a>, <a href="https://profiles.wordpress.org/nabil_kadimi">nabil_kadimi</a>, <a href="https://profiles.wordpress.org/namibia">Namibia</a>, <a href="https://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>, <a href="https://profiles.wordpress.org/nd987">nd987</a>, <a href="https://profiles.wordpress.org/neil_pie">Neil Pie</a>, <a href="https://profiles.wordpress.org/niallkennedy">Niall Kennedy</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/schoenwaldnils">Nils Schonwald</a>, <a href="https://profiles.wordpress.org/ninos-ego">Ninos</a>, <a href="https://profiles.wordpress.org/nvwd">Nowell VanHoesen</a>, <a href="https://profiles.wordpress.org/compute">Patrick Hesselberg</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/pdclark">Paul Clark</a>, <a href="https://profiles.wordpress.org/paulschreiber">Paul Schreiber</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="https://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="https://profiles.wordpress.org/philiparthurmoore">Philip Arthur Moore</a>, <a href="https://profiles.wordpress.org/philipjohn">Philip John</a>, <a href="https://profiles.wordpress.org/senlin">Piet Bos</a>, <a href="https://profiles.wordpress.org/psoluch">Piotr Soluch</a>, <a href="https://profiles.wordpress.org/mordauk">Pippin Williamson</a>, <a href="https://profiles.wordpress.org/purzlbaum">purzlbaum</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rclations">RC Lations</a>, <a href="https://profiles.wordpress.org/iamfriendly">Richard Tape</a>, <a href="https://profiles.wordpress.org/rickalee">Ricky Lee Whittemore</a>, <a href="https://profiles.wordpress.org/rob1n">rob1n</a>, <a href="https://profiles.wordpress.org/miqrogroove">Robert Chapin</a>, <a href="https://profiles.wordpress.org/rdall">Robert Dall</a>, <a href="https://profiles.wordpress.org/harmr">RobertHarm</a>, <a href="https://profiles.wordpress.org/rohan013">Rohan Rawat</a>, <a href="https://profiles.wordpress.org/rhurling">Rouven Hurling</a>, <a href="https://profiles.wordpress.org/ruudjoyo">Ruud Laan</a>, <a href="https://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/sammybeats">Sam Brodie</a>, <a href="https://profiles.wordpress.org/otto42">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/sathishn">Sathish Nagarajan</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/greglone">ScreenfeedFr</a>, <a href="https://profiles.wordpress.org/scribu">scribu</a>, <a href="https://profiles.wordpress.org/seanchayes">Sean Hayes</a>, <a href="https://profiles.wordpress.org/nessworthy">Sean Nessworthy</a>, <a href="https://profiles.wordpress.org/sergejmueller">Sergej Muller</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shanebp">shanebp</a>, <a href="https://profiles.wordpress.org/sharonaustin">Sharon Austin</a>, <a href="https://profiles.wordpress.org/shaunandrews">Shaun Andrews</a>, <a href="https://profiles.wordpress.org/simonp303">Simon Pollard</a>, <a href="https://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="https://profiles.wordpress.org/slobodanmanic">Slobodan Manic</a>, <a href="https://profiles.wordpress.org/solarissmoke">solarissmoke</a>, <a href="https://profiles.wordpress.org/sphoid">sphoid</a>, <a href="https://profiles.wordpress.org/stephdau">Stephane Daury</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stompweb">Steven Jones</a>, <a href="https://profiles.wordpress.org/strangerstudios">strangerstudios</a>, <a href="https://profiles.wordpress.org/5um17">Sumit Singh</a>, <a href="https://profiles.wordpress.org/t4k1s">t4k1s</a>, <a href="https://profiles.wordpress.org/iamtakashi">Takashi Irie</a>, <a href="https://profiles.wordpress.org/taylorde">Taylor Dewey</a>, <a href="https://profiles.wordpress.org/thomasvanderbeek">Thomas van der Beek</a>, <a href="https://profiles.wordpress.org/tillkruess">Till Kruss</a>, <a href="https://profiles.wordpress.org/codenameeli">Tim ''Eli'' Dalbey</a>, <a href="https://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/willmot">Tom Willmot</a>, <a href="https://profiles.wordpress.org/topher1kenobe">Topher</a>, <a href="https://profiles.wordpress.org/torresga">torresga</a>, <a href="https://profiles.wordpress.org/liljimmi">Tracy Levesque</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/treyhunner">treyhunner</a>, <a href="https://profiles.wordpress.org/umeshsingla">Umesh Kumar</a>, <a href="https://profiles.wordpress.org/vinod-dalvi">Vinod Dalvi</a>, <a href="https://profiles.wordpress.org/vlajos">vlajos</a>, <a href="https://profiles.wordpress.org/voldemortensen">voldemortensen</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/winterdev">winterDev</a>, <a href="https://profiles.wordpress.org/wojtekszkutnik">Wojtek Szkutnik</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/katzwebdesign">Zack Katz</a>, <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>, and <a href="https://profiles.wordpress.org/zoerooney">Zoe Rooney</a>. Also thanks to <a href="http://michaelpick.wordpress.com/">Michael Pick</a> for producing the release video, and Helen with <a href="http://adriansandi.com">Adrián Sandí</a> for the music.</p>\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.1!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"https://wordpress.org/news/2014/09/benny/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 4.0 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Aug 2014 12:20:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3287";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:321:"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Helen Hou-Sandi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2134:"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the <a href="https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href="https://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href="https://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.0-RC1.zip">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src="https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692" alt="" width="16" height="16" /> → About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin’s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href="https://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.0 Beta 4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Aug 2014 05:06:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3280";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:353:"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Helen Hou-Sandi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2003:"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href="https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href="https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href="https://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.0-beta4.zip">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:61:"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WordPress 3.9.2 Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/news/2014/08/wordpress-3-9-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/news/2014/08/wordpress-3-9-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 06 Aug 2014 19:04:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3269";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:377:"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2353:"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href="https://twitter.com/nirgoldshlager">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href="https://www.drupal.org/SA-CORE-2014-004">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href="http://www.buayacorp.com/">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href="http://onsec.ru/en/">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href="http://systemoverlord.com/">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href="https://codex.wordpress.org/Version_3.9.2">release notes</a> or consult the <a href="https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href="https://wordpress.org/wordpress-4.0-beta3.zip">now available</a> (zip) and it contains these security fixes.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/08/wordpress-3-9-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Jan 2015 17:41:26 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:37:"https://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 18 Dec 2014 18:57:51 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";}s:5:"build";s:14:"20150114180124";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(157060, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1422078089', 'no'),
(157058, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1422078089', 'no'),
(157059, '_transient_feed_b9388c83948825c1edaef0d856b7b109', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://wordpress.org/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Jan 2015 17:19:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Akismet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://wordpress.org/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"15@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2141@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Wordfence Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wordfence/#post-29832";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 04 Sep 2011 03:13:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"29832@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:137:"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Wordfence";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"All in One SEO Pack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"753@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:126:"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wordpress.org/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"23862@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:28:"Your WordPress, Streamlined.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Tim Moore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"WordPress SEO by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"8321@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast's WordPress SEO plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Google Analytics by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2316@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"iThemes Security (formerly Better WP Security)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/better-wp-security/#post-21738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Oct 2010 22:06:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"21738@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:63:"The easiest, most effective way to secure WordPress in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Chris Wiegman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WooCommerce - excelling eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Sep 2011 08:13:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"29860@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"18101@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"132@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"arnee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Google Analytics Dashboard for WP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Mar 2013 17:07:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"50539@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"Displays Google Analytics reports and real-time statistics in your WordPress Dashboard. Inserts the latest tracking code in every page of your site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Alin Marcu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Redirection";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://wordpress.org/plugins/redirection/#post-2286";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Sep 2007 04:45:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2286@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:144:"Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Godley";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"NextGEN Facebook - Advanced Social SEO for Facebook, Google+, Pinterest, Twitter & More";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/plugins/nextgen-facebook/#post-40409";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jul 2012 20:13:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"40409@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:132:"Display your content in the best possible way on Facebook, Google+, Twitter, Pinterest, etc. - no matter how your webpage is shared!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"JS Morisset";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Page Builder by SiteOrigin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/siteorigin-panels/#post-51888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Apr 2013 10:36:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"51888@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:111:"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Greg Priday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:46:"https://wordpress.org/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:11:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Jan 2015 17:41:29 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Fri, 23 Jan 2015 17:54:53 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Fri, 23 Jan 2015 17:19:53 +0000";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";}s:5:"build";s:14:"20150114180124";}', 'no'),
(157056, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1422078088', 'no'),
(157057, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1422034888', 'no'),
(157061, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1422034889', 'no'),
(157064, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1422078089', 'no'),
(157065, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2014/12/dinah/''>WordPress 4.1 “Dinah”</a> <span class="rss-date">December 18, 2014</span><div class="rssSummary">Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]</div></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wptavern.com/new-french-theme-shop-hexagone-launches-with-free-and-commercial-wordpress-themes''>WPTavern: New French Theme Shop Hexagone Launches with Free and Commercial WordPress Themes</a></li><li><a class=''rsswidget'' href=''http://ma.tt/2015/01/scaling-paper-for-kim/''>Matt: Scaling PAPER for Kim</a></li><li><a class=''rsswidget'' href=''http://wptavern.com/heropress-launches-kickstarter-campaign-to-highlight-wordpress-developers''>WPTavern: HeroPress Launches Kickstarter Campaign to Highlight WordPress Developers</a></li></ul></div><div class="rss-widget"><ul><li class=''dashboard-news-plugin''><span>Popular Plugin:</span> <a href=''https://wordpress.org/plugins/siteorigin-panels/'' class=''dashboard-news-plugin-link''>Page Builder by SiteOrigin</a> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=fa582bdf07&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''Page Builder by SiteOrigin''>Install</a>)</span></li></ul></div>', 'no'),
(157054, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1422078088', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(157055, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"WPTavern: New French Theme Shop Hexagone Launches with Free and Commercial WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37748";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://wptavern.com/new-french-theme-shop-hexagone-launches-with-free-and-commercial-wordpress-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3087:"<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/hexagone-themes.jpg" rel="prettyphoto[37748]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/hexagone-themes.jpg?resize=1025%2C309" alt="hexagone-themes" class="aligncenter size-full wp-image-37761" /></a></p>\n<p>Earlier this week, <a href="http://wptheming.com/" target="_blank">WP Theming</a>‘s Devin Price <a href="http://wptheming.com/2015/01/announcing-hexagone/" target="_blank">announced</a> a partnership with French translation specialist <a href="https://twitter.com/fxbenard" target="_blank">Fx Benard</a> on a new theme shop aimed at the French-speaking WordPress community. <a href="https://hexagone.io/" target="_blank">Hexagone</a> is now open for business with four <a href="https://hexagone.io/boutique/" target="_blank">products</a> available – two commercial themes and two free themes.</p>\n<p>The duo plan to expand to offer more “products, support, content, and documentation in the language of Molière.” Price joined forces with Bernard after successfully working with him on translation workflows and French translations for DevPress themes. The shop’s name is derived from “l’Hexagone,” which is often used to describe France’s geographical shape.</p>\n<p>Price and Bernard are aiming to make Hexagone the leading source for WordPress themes and tutorials in French. “There aren’t too many companies in this space yet, and we’re hoping a great company that’s devoted to the ideals of open-source can do well,” he said. <strong>“There’s 75 million native speakers of French and about 338 million total.”</strong></p>\n<p>While the vast majority of theme shops conduct business and support in English, the number of non-English speaking WordPress users is on the rise. Hexagone’s founders believe that the market is ripe for a theme shop that can provide French language-specific products, documentation, articles, and support. “If it takes off, we’d love to hire some writers and developers to work with us full-time,” Price said.</p>\n<p>Hexagone <a href="http://wptheming.com/2015/01/selling-products-with-wordpress/" target="_blank">published</a> a detailed writeup of the technologies used to build the online storefront. The site is powered by Easy Digital Downloads, Stripe, Gravity Forms, and their <a href="https://hexagone.io/boutique/reunion/" target="_blank">Reunion</a> theme. The article offers insight on the different types of plugins and technologies useful for selling digital products with WordPress.</p>\n<p>If Hexagone is successful, it will demonstrate that there is room in the wide world of WordPress themes for more language-niche theme shops. WordPress’ continued international success depends on the ability for non-English speakers to be able to find documentation and support in their own native languages. <a href="https://hexagone.io/" target="_blank">Hexagone</a> is setting out to prove that the French market is ready for it.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Jan 2015 21:49:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt: Scaling PAPER for Kim";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44619";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://ma.tt/2015/01/scaling-paper-for-kim/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:615:"<p>I always like reading <a href="http://www.ftrain.com/">Paul Ford’s writing</a>, and this one about <a href="https://medium.com/message/how-paper-magazines-web-engineers-scaled-kim-kardashians-back-end-sfw-6367f8d37688">How PAPER Magazine’s web engineers scaled Kim Kardashian’s back-end (SFW)</a> is funny and accessible. I learned that people still use Movable Type. Also if PAPER used <a href="http://vip.wordpress.com/">VIP</a>, the story would be short and boring:</p>\n<ol>\n<li>Wake up, press the publish button.</li>\n<li>Watch the stats go crazy. Sip some bourbon.</li>\n<li>Go to sleep.</li>\n</ol>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Jan 2015 21:02:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: HeroPress Launches Kickstarter Campaign to Highlight WordPress Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37724";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://wptavern.com/heropress-launches-kickstarter-campaign-to-highlight-wordpress-developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3349:"<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/heropress.jpg" rel="prettyphoto[37724]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/heropress.jpg?resize=956%2C423" alt="heropress" class="aligncenter size-full wp-image-37733" /></a></p>\n<p><a href="http://heropress.com/" target="_blank">HeroPress</a> is a new WordPress community initiative with a <a href="https://www.kickstarter.com/projects/heropress/heropress-developing-the-wordpress-heroes-of-the-w" target="_blank">Kickstarter campaign</a>, created by Topher DeRosia, a developer for XWP. Its mission is to “develop the WordPress heroes of the world by sharing the accumulated wisdom of the community.”</p>\n<p>While looking for a way to give back to the WordPress community, DeRosia spoke with hundreds of people, many of whom live in different time zones around the world.</p>\n<p>“I began to notice a common problem,” he said. “Many of them felt disconnected from the greater WordPress community – the Western WordPress community. For some it was a language issue, for others location, and still others simply not understanding culture.”</p>\n<p>The initiative’s $60K AUD (~$48,000 USD) Kickstarter goal is intended to fund video production, branding, and marketing for DeRosia and his team to film six episodes, spotlighting WordPress developers.</p>\n<p>“These presentations will share the wisdom these WordPress Heroes have acquired through their successes and failures with one goal in mind: to provide information, insight, and inspiration to WordPress developers all around the world that will help them become WordPress Heroes,” DeRosia writes in the campaign description.</p>\n<p>Turning developers into “WordPress heroes” is a rather nebulous goal that may not easily catch on with the general community. However, the fact that international WordPress developers feel disconnected is a real issue that could use more attention.</p>\n<p>Many WordPress professionals who would like to attend some of the larger community events are denied visas or unable to afford the expense. Cultural misunderstandings across borders are quite common in the community, which is growing fastest in the non-English speaking world.</p>\n<p>This initiative recognizes a real problem, but the marketing and approach could use some additional refining. HeroPress has already received sharp criticism from one of WordPress’ lead developers for its male-only speaker lineup and use of the term “hero:”</p>\n<blockquote class="twitter-tweet" width="550"><p><a href="https://twitter.com/pippinsplugins">@pippinsplugins</a> unambiguous hero worship in an open source community (and of six males) doesn''t seem like much of an achievement.</p>\n<p>— Andrew Nacin (@nacin) <a href="https://twitter.com/nacin/status/558347928977145856">January 22, 2015</a></p></blockquote>\n<p></p>\n<p>DeRosia has a passion for mentoring people and hopes to encourage developers around the world by highlighting their work and expertise. It’s not yet clear whether video production to highlight “heroes” will resonate with the WordPress community, but the campaign has already received $8,565 AUD of its $60K goal. DeRosia has 24 days remaining to get HeroPress fully funded.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Jan 2015 20:07:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:98:"WPTavern: High Risk Security Vulnerability Discovered and Patched in Pagelines and Platform Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37702";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"http://wptavern.com/high-risk-security-vulnerability-discovered-and-patched-in-pagelines-and-platform-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3131:"<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pagelines.jpg" rel="prettyphoto[37702]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pagelines.jpg?resize=1000%2C450" alt="pagelines" class="aligncenter size-full wp-image-37721" /></a></p>\n<p>The <a href="https://wordpress.org/themes/pagelines" target="_blank">PageLines</a> and <a href="https://wordpress.org/themes/platform" target="_blank">Platform</a> drag-and-drop themes for WordPress have recently been patched for a privilege escalation vulnerability and a remote code execution issue discovered by Sucuri during a routine audit. Sucuri is classifying the vulnerabilities as high risk, with a <a href="http://en.wikipedia.org/wiki/DREAD:_Risk_assessment_model" target="_blank">DREAD</a> score of 9/10, and recommends that users update their copies of the themes as soon as possible.</p>\n<p>The privilege escalation vulnerability is present in both themes, where a WordPress AJAX hook is used to modify a set of options. “Because all wp_ajax_ hooks are usable by any logged-in users (no matter what privileges they have on the target site), a subscribed user could use this hook to overwrite any options located on WordPress options database table,” Sucuri explained in the <a href="http://blog.sucuri.net/2015/01/security-advisory-vulnerabilities-in-pagelinesplatform-theme-for-wordpress.html" target="_blank">advisory</a>.</p>\n<p>This makes it possible for an attacker to grant all new users the administrator role. However, a user’s site must be open for registration in order for this kind of attack to be successful.</p>\n<p>The free versions of these themes have been downloaded from WordPress.org more than half a million times apiece, so there are likely to be thousands of WordPress users who could potentially be affected. Fortunately, a patch is already available. The WordPress Theme Review team worked quickly to fast-track the two patched versions of the themes, so anyone who has them installed will see an update notice in the WordPress admin. Users who purchased the commercial versions will also see an update available.</p>\n<p>If you are currently unable or unwilling to update, a plugin is available that will block exploits for the legacy themes. You can <a href="https://gist.github.com/Pross/769de6e9219705041c67">download it from GitHub</a> and install it like any other plugin if you need a quick fix to buy you time to update.</p>\n<p>“To clarify, this is ONLY in legacy version of these two PageLines products (Framework and Platform),” PageLines founder Andrew Powers commented on the advisory. “Since this was first reported to us three days ago, we’ve immediately patched those files and updated them on WordPress.org, GitHub and anywhere on PageLines servers.”</p>\n<p>So far, Powers has no knowledge of the issue having been exploited. The fact that the danger is limited to sites with open registration should also cut down on the number of vulnerable sites. Now that the security issue is public, it’s imperative that users update immediately.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Jan 2015 19:07:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Matt: New Simplenote";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44613";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://ma.tt/2015/01/new-simplenote/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:425:"<p><a href="http://simplenote.com/2015/01/21/new-simplenote-app-updates-for-ios-android-and-mac/">New Simplenote App Updates for iOS, Android, and Mac</a>, some nice iterations. <ins datetime="2015-01-22T18:30:50+00:00">Update: Simplenote for Android was <a href="http://www.theverge.com/2015/1/22/7871293/best-material-design-android-apps">just highlighted by The Verge as one of the best Material design apps</a>.</ins></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Jan 2015 00:27:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WPTavern: Drew Jaynes to Lead WordPress 4.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37669";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2490:"<a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/drew-jaynes.jpg" rel="prettyphoto[37669]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/drew-jaynes.jpg?resize=256%2C256" alt="photo credit: 10up" class="size-full wp-image-37692" /></a>photo credit: <a href="http://10up.com/about/#employee-drew-jaynes">10up</a>\n<p>WordPress 4.2 development officially kicked off today at the regularly scheduled core development meeting. Andrew Nacin announced that 10up engineer <a href="http://werdswords.com/" target="_blank">Drew Jaynes</a> will be leading the release.</p>\n<p>Jaynes, who has contributed to every major release since 3.3, recently led the initiative to create inline documentation for every hook in WordPress. He will be accompanied by Scott Taylor, who will help guide core feature plugin development for the media and image efforts that will be in motion throughout 2015.</p>\n<p>The WordPress core team is planning three releases this year. “At the moment, that looks like one in April, one in August, and one in early December,” Nacin said. He anticipates that the WP REST API will see the light of day in 4.3 or 4.4, due later this year.</p>\n<p>Jaynes opened the meeting with discussion on <a href="https://wordpress.slack.com/archives/core/p1421875969001302" target="_blank">possible candidates for features in 4.2</a>, which are likely to include <a href="https://wordpress.org/plugins/press-this/" target="_blank">Press This</a>, <a href="https://wordpress.org/plugins/customizer-theme-switcher/" target="_blank">Theme Switcher</a>, and <a href="https://core.trac.wordpress.org/ticket/29820" target="_blank">Shiny Updates</a> (smoother installation and updating of plugins and themes). The merge deadline for feature plugins is approximately two weeks away.</p>\n<p>“In addition to feature plugins, I’d like the general focus to be on polishing up some of our existing UIs in terms of mobile and accessibility wherever we can,” Jaynes said. “Seems like there’s tickets hanging out there we could get some wins on.”</p>\n<p>A 4.1.1 maintenance release is on its way this week or possibly early next week. The <a href="https://make.wordpress.org/core/version-4-2-project-schedule/" target="_blank">4.2 project schedule</a> is now updated with tentative dates for the release. The team is targeting April 8th for the official release, with the first beta planned for the week of February 25th.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Jan 2015 22:35:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WPTavern: How to Set Up a WordPress Development Site with Codio’s Free Cloud-Based IDE";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://wptavern.com/how-to-set-up-a-wordpress-development-site-with-codios-free-cloud-based-ide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7395:"<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-new-logo.jpg" rel="prettyphoto[37626]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-new-logo.jpg?resize=1020%2C469" alt="codio-new-logo" class="aligncenter size-full wp-image-37640" /></a></p>\n<p><a href="https://codio.com/" target="_blank">Codio</a> is a cloud-based IDE that is primarily used in the education sector but is also available to developer professionals. The service provides instant coding environments with support for code editing and a large array of popular programming languages and software components.</p>\n<p>By making the IDE available to users through the browser, Codio eliminates the hassle that educators experience when setting up development environments for students. Projects created in Codio are accessible both in the classroom and at home, which helps students continue their learning outside of the classroom.</p>\n<p>Codio offers a <a href="https://codio.com/pricing/" target="_blank">free account</a> that gives you 256 MB memory per project and 2 GB storage per project. Other pricing tiers cater to teachers, students, schools, universities, and professionals. However, the free account is perfect for creating a quick development site with WordPress, and you can set it up in under five minutes.</p>\n<h2>Step 1: Create a New Project</h2>\n<p>After creating an account with Codio, you’ll be greeted with a prompt to create a new project. Click through to get started with a new project that will contain your development environment.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-projects-screen.png" rel="prettyphoto[37626]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-projects-screen.png?resize=1025%2C812" alt="codio-projects-screen" class="aligncenter size-full wp-image-37632" /></a></p>\n<p>You’ll now have the opportunity to choose from three different starting points: an empty project, a starter pack, or a GitHub import. Select “a starter pack.”</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-create-project.png" rel="prettyphoto[37626]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-create-project.png?resize=1025%2C724" alt="codio-create-project" class="aligncenter size-full wp-image-37631" /></a></p>\n<p>This will take you to a page that lists all of Codio’s certified starter packs, which help you easily get started with technologies like Angular, Node + Express, Drupal, Ruby on Rails, and more. There are a dozen starter packs that are certified and supported by the Codio team.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-starter-packs.png" rel="prettyphoto[37626]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-starter-packs.png?resize=1025%2C724" alt="codio-starter-packs" class="aligncenter size-full wp-image-37633" /></a></p>\n<p>Fortunately, there’s a starter pack for WordPress that will automatically set up MySQL, Apache, and PHP. This makes the setup process quick and hassle-free, and you’ll be using the latest version of WordPress in just a couple minutes.</p>\n<p>After you select the WordPress starter pack, you’ll be returned to the project page. Free accounts are limited to public visibility on projects, so you may need to upgrade to the Pro plan if you require private projects.</p>\n<h2>Step 2: Configure WordPress</h2>\n<p>After you complete the project setup, you’ll be dumped out onto the readme file for your project where you’ll find instructions for configuring and installing WordPress. If you’re bothered by non-capital P’s in WordPress, steady your nerves and remember that someone made this for you to use for free.</p>\n<p>Navigate to “Configure Project” in the top menu and then follow the instructions in the terminal to run the configuration script. When prompted for your password, press Enter. This is the only action you need to take during the process.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-configure-project.png" rel="prettyphoto[37626]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-configure-project.png?resize=1025%2C534" alt="codio-configure-project" class="aligncenter size-full wp-image-37630" /></a></p>\n<h2>Step 3: Install WordPress</h2>\n<p>Once configuration is complete, navigate to “WordPress Login” in the top menu. This will take you through the normal installation process.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-install.png" rel="prettyphoto[37626]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-install.png?resize=1025%2C658" alt="codio-wordpress-install" class="aligncenter size-full wp-image-37635" /></a></p>\n<p>Now you should be able to log in at the following URL:</p>\n<p><code>http://theory-opera.codio.io:3000/wordpress/wp-admin/</code></p>\n<h2>Step 4: Activate the Permalink Fix & Disable Canonical Redirects Pack Plugin</h2>\n<p>Once you’re in, the last required step is to go straight to plugins and activate the <a href="https://wordpress.org/plugins/permalink-fix-disable-canonical-redirects-pack/" target="_blank">Permalink Fix & Disable Canonical Redirects Pack</a> plugin, which you’ll find pre-installed. Visit the front end like you normally would and you’ll see your shiny new WordPress site.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-frontend.png" rel="prettyphoto[37626]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-frontend.png?resize=1025%2C569" alt="codio-wordpress-frontend" class="aligncenter size-full wp-image-37634" /></a></p>\n<p>The URL for your site will look something like this:</p>\n<p><code>http://theory-opera.codio.io:3000/wordpress/</code></p>\n<p>Within the Codio interface you can easily edit WordPress core, theme, and plugin files, as well as upload new files. If you have WordPress projects hosted on GitHub, you can easily import those into Codio to make changes and push those changes back to the repository.</p>\n<p>The cloud-based IDE is very similar to using <a href="http://wptavern.com/wordpress-in-the-cloud-how-to-set-up-a-development-site-with-koding" target="_blank">WordPress on Koding</a> in many respects, and I found it equally easy to set up on both services. Both provide a quick way to do some testing, without having to set up a development environment on your local machine. If you decide to experiment and break everything, it’s safe and easy to start over. Codio’s friendly environment provides a great way to get your friends or children started with using WordPress.</p>\n<p>Since Codio was developed with educators in mind, the dashboard has a handful of helpful tutorials for learning about Git, an introduction to HTML and CSS, and an introduction Javascript. If one of your 2015 resolutions is to get started learning some technologies outside of WordPress, such as Ruby, Python, or Angular, <a href="https://codio.com" target="_blank">Codio</a> is a great option for getting development environments up and running so that you can start learning right away.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Jan 2015 21:21:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Post Status: Let’s Grow: Introducing the Post Status Membership Club";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://poststatus.com/?p=7492";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:33:"https://poststatus.com/lets-grow/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3982:"<p>I’m overjoyed to share this with you. The <a href="https://poststatus.com/club">Membership Club</a> is open, and on the site’s two-year anniverary to boot.</p>\n<p>I can’t wait to share this journey with you.</p>\n<p>The link above is a complete features page where you can see what you’ll get, as well as choose between a $99 Club Membership or $365 Patron Membership. Both memberships are annual. You pay once, and you get great stuff for a year.</p>\n<p>This wouldn’t be possible without the terrific partners that are supporting me. Each of these twelve companies has invested hard-earned money into Post Status, and I’m so thankful.</p>\n<p>They’ve all committed for a full year. Here they are, in alphabetical order:</p>\n<ul>\n<li><a href="https://genesisdesignpro.com/">Design Palette Pro</a></li>\n<li><a href="http://gravityforms.com">Gravity Forms</a></li>\n<li><a href="http://ithemes.com">iThemes</a></li>\n<li><a href="http://optinmonster.com">OptinMonster</a></li>\n<li><a href="http://pippinsplugins.com">Pippin’s Plugins</a></li>\n<li><a href="http://thethemefoundry.com">The Theme Foundry</a></li>\n<li><a href="http://wp101.com">WP101</a></li>\n<li><a href="http://woothemes.com">WooThemes</a></li>\n<li><a href="https://deliciousbrains.com/">WP Migrate DB Pro</a></li>\n<li><a href="http://wpsitecare.com">WP Site Care</a></li>\n<li><a href="http://thewpvalet.com">WP Valet</a></li>\n<li><a href="http://yoast.com">Yoast</a></li>\n</ul>\n<p>Please check out the <a href="https://poststatus.com/partners">Partners page</a>. Some of them also have their profiles already on the <a href="https://poststatus.com/organizations">Organizations</a> directory as well.</p>\n<p>For those of you that register, you’ll be able to create a <a href="https://poststatus.com/profiles">Profile</a> of your own. Though it might be a couple weeks before the submissions process is totally fleshed out.</p>\n<p>Profiles and organizations will also be linked from future blog posts, making finding great content and information about those within the WordPress ecosystem easier than ever.</p>\n<p>The Post Status Notes newsletter will begin Monday after PressNomics, where I’m headed today. I’ll be publishing there between now and then, but the email starts Monday. Those of you who buy a membership and login can of course see it immediately. The notes I published before today are still visible with direct links as well.</p>\n<p>The resources section is coming soon. I couldn’t squeeze everything I wanted to do into the initial launch, but I am launching on time.</p>\n<p>There’s a job board coming as well.</p>\n<p>Finally, most of the partners have deals that they’re going to share with members. We’ll get those gathered up and in a central spot on the member side of the site real soon.</p>\n<p>For companies that aren’t partners but want to be involved, consider the job board and the Patron memberships your opportunity to show support for the site.</p>\n<p>Thank you, everyone, for your support and for making this site possible. This is definitely an alpha version of what I want Post Status to be, but I’m so proud of what I’ve been able to make live so far, and I’m thrilled that this gets to be what I do every day.</p>\n<p>For those of you on the fence about whether this is a good value: I know what you mean. It’s a newsletter, some resources, and some deals. It’s $99. Not cheap (but not too expensive either).</p>\n<p><strong>I promise you this:</strong> I will work harder than ever to build out the available resources and offer you content and insight you can’t find anywhere else. That’s my pledge.</p>\n<p>I’ve been writing about WordPress for coming on five years, and I am in it for the long haul. I hope you all will join me, so that we can grow together.</p>\n<p>Now, go check out the <a href="https://poststatus.com/club">Club page</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Jan 2015 20:21:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Matt: Where dreams go";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2015/01/where-dreams-go/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2015/01/where-dreams-go/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:263:"<blockquote><p>Within your heart keep one still, secret spot where dreams may go, and sheltered so, may thrive and grow where doubt and fear are not. Oh, keep a place within your heart, for little dreams to go.</p></blockquote>\n<p>— Louise Driscoll</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Jan 2015 05:46:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: Archive WordPress Content with the Archived Post Status Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37591";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wptavern.com/archive-wordpress-content-with-the-archived-post-status-plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5260:"<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status.jpg" rel="prettyphoto[37591]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status.jpg?resize=772%2C310" alt="archived-post-status" class="aligncenter size-full wp-image-37597" /></a></p>\n<p>WordPress plugin developer <a href="http://frankiejarrett.com/" target="_blank">Frankie Jarrett</a> has been on a roll this month, pumping out plugin releases on WordPress.org. Last year, Jarrett <a href="http://frankiejarrett.com/parting-ways-churchthemes-net-looking-ahead-toward-brighter-future/" target="_blank">sold ChurchThemes.net to Lift</a> co-founders Chris Wallace and Brad Miller. Since that time he has been focusing on product development for <a href="https://wp-stream.com/" target="_blank">WP Stream</a>, which has allowed him a few extra minutes to create some free extensions for WordPress.</p>\n<p>At the end of December and in early January, he released five small but highly useful plugins:</p>\n<ul>\n<li><a href="https://wordpress.org/plugins/compact-view-mode/" target="_blank">Compact View Mode</a></li>\n<li><a href="https://wordpress.org/plugins/user-session-control/" target="_blank">User Session Control</a></li>\n<li><a href="https://wordpress.org/plugins/prevent-concurrent-logins/" target="_blank">Prevent Concurrent Logins</a></li>\n<li><a href="https://wordpress.org/plugins/json-rest-api-force-ssl/" target="_blank">JSON REST API Force SSL</a></li>\n<li><a href="https://wordpress.org/plugins/archived-post-status/" target="_blank">Archived Post Status</a></li>\n</ul>\n<p>Several of his latest creations are handy for membership sites and web applications. <a href="https://wordpress.org/plugins/archived-post-status/" target="_blank">Archived Post Status</a> caught my eye, because adds more flexibility for using WordPress as a CMS. The plugin adds a new post status that enables posts and pages to be archived. This effectively allows you to unpublish content without having to send it back to draft status.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status-dropdown.png" rel="prettyphoto[37591]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status-dropdown.png?resize=600%2C400" alt="archived-post-status-dropdown" class="aligncenter size-full wp-image-37611" /></a></p>\n<p>WordPress’ default <a href="http://codex.wordpress.org/Post_Status" target="_blank">post statuses</a> currently work very much like an on/off switch as far as a finished post is concerned. Of the eight default statuses, Published is the only one that is public, while all the rest remain behind the curtain in various states of unreadiness. None of the statuses, apart from Published, adequately indicate that a post is complete or finished.</p>\n<p>Fortunately, WordPress makes it possible for developers to register their own <a href="http://codex.wordpress.org/Post_Status#Custom_Status" target="_blank">custom post statuses</a>, which is what Jarrett did with this plugin. He created it for sites where content is not always meant to be evergreen. It allows you to archive posts in the same way that you might archive email.</p>\n<p>Archived Post Status is compatible with posts, pages, and custom post types, giving you a wide array of possible use cases:</p>\n<ul>\n<li>Archive pages or posts from a conference or event for editing and re-use next year</li>\n<li>Archive real estate listings for records</li>\n<li>Cycle portfolio content in and out of the site as necessary</li>\n<li>Temporarily remove listings from a site that indexes businesses or organizations</li>\n<li>Archive products to bring back for future use</li>\n</ul>\n<p>While custom post types seem to be one of the most likely uses for this plugin, you may not want to have the archived status available to all post types. Jarrett includes a <a href="https://wordpress.org/plugins/archived-post-status/faq/" target="_blank">filter</a> that allows you to exclude the Archived status from appearing on certain post types.</p>\n<p>Some might be wondering why you wouldn’t use the Draft status, since the Archived post status essentially puts a post in the same state. To use drafts in this way would be to split its purpose into multiple uses, which are not clearly separated when sorting. If you are looking for previously published content that is complete, while hunting through all drafts in progress, you have to be fully knowledgeable of all the content on the site and use your memory to do the sorting. The archived status keeps everything nicely sorted for future use.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-posts-list-screen.png" rel="prettyphoto[37591]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-posts-list-screen.png?resize=600%2C400" alt="archived-posts-list-screen" class="aligncenter size-full wp-image-37614" /></a></p>\n<p>If you need a non-public archive of completed posts, this simple plugin will do the trick. I tested it and works exactly as advertised. Download <a href="https://wordpress.org/plugins/archived-post-status/" target="_blank">Archived Post Status</a> from WordPress.org.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Jan 2015 01:29:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WPTavern: Modern: A Beautiful Free Blog and Portfolio Theme for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37303";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wptavern.com/modern-a-beautiful-free-blog-and-portfolio-theme-for-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4293:"<p>In just one week since its release, the new <a href="https://wordpress.org/themes/modern" target="_blank">Modern</a> theme was downloaded nearly 2,700 times from WordPress.org. It was created by <a href="http://www.webmandesign.eu/" target="_blank">WebMan Design</a>, a Slovakia-based company founded by Oliver Juhas. WebMan Design has been selling WordPress themes across multiple marketplaces since 2012 and recently began focusing on producing future-proof themes that meet WordPress.org standards.</p>\n<p>Modern is the company’s second free theme on WordPress.org, following the <a href="https://wordpress.org/themes/mustang-lite" target="_blank">Mustang Lite</a> business theme released last year. It was designed for personal and small business portfolios.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/modern.jpg" rel="prettyphoto[37303]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/modern.jpg?resize=880%2C660" alt="modern" class="aligncenter size-full wp-image-37554" /></a></p>\n<p>Modern’s bold style incorporates a fullscreen header slideshow that is perfect for showcasing large images with header text. The homepage features your latest blog posts along with an optional sortable portfolio section. The header includes two menu locations for the primary navigation and the social links menu.</p>\n<p>All of the customization options for the theme are built into WordPress’ native customizer, including the following:</p>\n<ul>\n<li>Add your own 1920 × 1080 header image</li>\n<li>Footer widget area</li>\n<li>Color picker to set background color, text color, accent color, and accent text color</li>\n<li>Customize predefined texts on the homepage</li>\n<li>Typography options for setting logo font, heading font, general text font, font subset, basic font size</li>\n</ul>\n<p>Modern offers unique styles for each of WordPress’ default <a href="http://codex.wordpress.org/Post_Formats" target="_blank">post formats</a>. The demo’s <a href="http://themedemos.webmandesign.eu/modern/style-guide/" target="_blank">style guide</a> page shows that the theme author took many of the smaller details into consideration, including code formatting, blockquotes, lists, table styles, highlighted text style, image alignment, Jetpack Mosaic galleries and more.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/post-formats.jpg" rel="prettyphoto[37303]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/post-formats.jpg?resize=1025%2C617" alt="post-formats" class="aligncenter size-full wp-image-37575" /></a></p>\n<p>The heart icons you see in the single post meta are powered by the free <a href="http://www.themezilla.com/plugins/zillalikes" target="_blank">ZillaLikes plugin</a> from ThemeZilla. Modern includes support for Jetpack to manage the portfolio posts, logo image, and uses its featured content module to power the homepage banner. It also includes support for <a href="http://schema.org/" target="_blank">Schema.org</a> markup and <a href="https://github.com/zamoose/themehookalliance" target="_blank">Theme Hook Alliance</a> action hooks.</p>\n<p>WebMan Design developed the theme with performance in mind and links to <a href="http://tools.pingdom.com/fpt/#!/bHfVKJ/http://themedemos.webmandesign.eu/modern/" target="_blank">Pingdom</a> results of load tests for the demo site. The demo site takes 1.73s to load and gets a 94/100 performance grade.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/theme-demo-performance.jpg" rel="prettyphoto[37303]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/theme-demo-performance.jpg?resize=631%2C235" alt="theme-demo-performance" class="aligncenter size-full wp-image-37567" /></a></p>\n<p>Check out a <a href="http://themedemos.webmandesign.eu/modern/" target="_blank">live demo</a> of the Modern theme in action. WebMan Design has created extensive <a href="http://www.webmandesign.eu/manual/modern/" target="_blank">documentation</a> for the theme, its various styles, and available third-party plugin integrations. <a href="https://wordpress.org/themes/modern" target="_blank">Modern</a> is available for download from WordPress.org or via your admin themes browser.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Jan 2015 21:37:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WPTavern: Calling People Out in the WordPress Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37545";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wptavern.com/calling-people-out-in-the-wordpress-community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3289:"<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/NameandShameFeaturedImage.png" rel="prettyphoto[37545]"><img class="size-full wp-image-37564" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/NameandShameFeaturedImage.png?resize=638%2C288" alt="Name and Shame Featured Image" /></a>photo credit: <a href="https://www.flickr.com/photos/66662429@N07/8065770370/">Adarsh A</a> – <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">cc</a>\n<p>The founder of <a title="http://www.wpsitecare.com/" href="http://www.wpsitecare.com/">WP Site Care</a>, Ryan Sullivan, <a title="http://www.ryandsullivan.com/negative-seo/" href="http://www.ryandsullivan.com/negative-seo/">explains </a>how a negative SEO campaign nearly took his business offline. Sullivan shares details behind the attack, how it affected the bottom line, and says it was someone in the WordPress community who orchestrated the attack.</p>\n<blockquote><p>Using some sophisticated techniques we were able to trace back to the source of the spam attack and unfortunately found out that the attack was started by someone within the WordPress community.</p>\n<p>They did everything through a third-party, an internet hitman of sorts, to try to cover their tracks, but they weren’t quite careful enough and we were able to uncover where everything started.</p></blockquote>\n<p>Instead of naming the individual, Sullivan left a message aimed specifically at the person responsible, “The only reason I even mention it is so that hopefully, that person reads this, and knows that what they’re doing is impacting the livelihood’s of people and their families.” It’s this message which has me wondering, is it time to name and shame people in the WordPress community?</p>\n<h2>The Good</h2>\n<p>In my experience, the community rarely calls people out, even if they have <a title="http://womenofwp.org/2014/01/how-to-report-harassment-at-wordcamps/" href="http://womenofwp.org/2014/01/how-to-report-harassment-at-wordcamps/">routinely harassed others</a> at a WordCamp. Instead, we usually find out about them through back channels. By calling people out, it warns others and makes everyone aware of the situation.</p>\n<h2>The Bad</h2>\n<p>Naming and shaming creates the potential for libel and defamation lawsuits. The internet has a long memory and if a person changes for the better, it will be hard to forget mistakes made in the past. It could hurt future employment opportunities as employers do background checks using Google. There’s likely a lot of unintended consequences as well.</p>\n<h2>Judge and Jury</h2>\n<p>I doubt the community will start calling people out, as it creates anger, grief, and drama. Besides, who are we to act as judge and jury? However, it bothers me to know that an unnamed person is negatively impacting the livelihood of WordPress businesses and people.</p>\n<p>On one hand, I want to see the individual dealt with in the public sphere and turned into an example. On the other, I feel it’s probably not the best way to go about it. Maybe the system already in place is the best way to handle these types of situations? Write a post, raise awareness, and tell others who to watch out for in the back channel. What do you think?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Jan 2015 20:41:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Matt: Not the Only One";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44610";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2015/01/not-the-only-one/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"<p>I know I’m like a year late on Sam Smith, but his voice on this is so amazing and haunting, it’s a perfect song.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Jan 2015 06:35:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: The Philanthropic Side of The WordPress Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37461";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wptavern.com/the-philanthropic-side-of-the-wordpress-community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14236:"<p>Whether it’s businesses participating in charity work or individuals who need financial assistance, the WordPress community has repeatedly shown how generous it is. Here’s at look at some WordPress businesses that participate in philanthropy and individuals who experienced the community’s generosity first hand.</p>\n<h2>Matt Mullenweg Co-creator of WordPress</h2>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/CharityWaterImage.png" rel="prettyphoto[37461]"><img class="aligncenter size-full wp-image-37503" src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/CharityWaterImage.png?resize=874%2C561" alt="CharityWater Image" /></a></p>\n<p>Matt Mullenweg is a strong believer in providing easy access to clean drinking water to regions of the world who need it most. He works with several charities and organizations including:</p>\n<ul>\n<li><a href="http://archive.org/">Archive.org</a></li>\n<li><a href="http://www.alaskawild.org/">Alaska Wilderness League</a></li>\n<li><a href="http://apache.org/">Apache Foundation</a></li>\n<li><a href="http://thebaylights.org/">Bay Lights</a></li>\n<li><a href="http://charitywater.org/">charity: water</a></li>\n<li><a href="http://eff.org/">Electronic Frontier Foundation</a></li>\n<li><a href="http://grist.org/">Grist</a> (board member)</li>\n<li><a href="http://www.innocenceproject.org/">Innocence Project</a></li>\n<li><a href="http://longnow.org/">Long Now Foundation</a></li>\n<li><a href="http://www.rothkochapel.org/">Rothko Chapel</a></li>\n<li><a href="http://samasource.org">Samasource</a></li>\n<li><a href="http://www.us-irelandalliance.org/">US-Ireland Alliance</a></li>\n</ul>\n<p>To celebrate his 30th birthday, Mullenweg requested that donations be made to his <a title="https://my.charitywater.org/matt-30" href="https://my.charitywater.org/matt-30">Charity water campaign</a> in lieu of gifts. The goal was $30K, but the campaign raised over $44K.</p>\n<h2>Mitch Canter of Studionashvegas</h2>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/JusticeandMercyImage.png" rel="prettyphoto[37461]"><img class="aligncenter size-full wp-image-37505" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/JusticeandMercyImage.png?resize=374%2C140" alt="Justice and Mercy International" /></a></p>\n<p>Mitch Canter runs <a title="http://www.studionashvegas.com" href="http://www.studionashvegas.com">Studionashvegas</a>, a full service WordPress development agency. Canter has attended two mission trips with a group called <a title="http://justiceandmercy.org/" href="http://justiceandmercy.org/">Justice and Mercy International</a>. The group’s mission is to <em>make justice personal for the poor, the orphaned, and the forgotten</em>. He’s also <a title="https://medium.com/@mitchcanter/ive-left-my-heart-in-moldova-3012799c4c60" href="https://medium.com/@mitchcanter/ive-left-my-heart-in-moldova-3012799c4c60">traveled to Chisinau, Moldova</a> and Prague, Czech Republic to help assess long-term needs and provide any necessary supplies for the short-term as well as interact with local children.</p>\n<p>Canter and his wife also sponsor Veronica, a Moldovan orphan, through Justice and Mercy International. The couple routinely writes letters to Veronica and plans to see her the next time they visit the country. They also serve in their local church and volunteer with the local food bank, <a title="http://www.onegenaway.com/" href="http://www.onegenaway.com/">One Gen Away</a>, to provide meals to families who are in need.</p>\n<h2>Syed Balkhi of WPBeginner</h2>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/PencilsofPromiseLogo.png" rel="prettyphoto[37461]"><img class="alignright size-full wp-image-37506" src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/PencilsofPromiseLogo.png?resize=245%2C72" alt="Pencils of Promise Logo" /></a>Since 2013, Syed Balkhi and WPBeginner have helped build at least three new schools in Guatemala through the <a title="http://pencilsofpromise.org/" href="http://pencilsofpromise.org/">Pencils of Promise</a> charity. Pencils of Promise is a for-purpose organization that builds schools, trains teachers, and funds scholarships. In 2014, WPBeginner <a title="http://wptavern.com/wpbeginner-turns-5-celebrates-with-campaign-to-build-two-new-schools-in-guatemala" href="http://wptavern.com/wpbeginner-turns-5-celebrates-with-campaign-to-build-two-new-schools-in-guatemala">celebrated its 5th birthday</a> by hosting a huge giveaway and launching a $50K campaign to fund two new schools. The <a title="http://wptavern.com/wpbeginner-reaches-funding-goal-to-build-two-new-schools" href="http://wptavern.com/wpbeginner-reaches-funding-goal-to-build-two-new-schools">campaign was successful</a> and Balkhi says the goal for this year is to build three new schools.</p>\n<h2>PressNomics</h2>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/StJudeChildrensHospital.png" rel="prettyphoto[37461]"><img class="aligncenter size-full wp-image-37507" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/StJudeChildrensHospital.png?resize=784%2C443" alt="St Jude Childrens Hospital" /></a></p>\n<p>PressNomics is an <a title="http://pressnomics.com/" href="http://pressnomics.com/">annual conference</a> dedicated to the business side of WordPress. Each year, the event donates a portion of its proceeds to <a href="http://www.stjude.org">St. Jude Children’s Research Hospital</a>. Pagely Co-founder, Joshua Strebel, says the decision to donate to St. Jude was made long before he and his wife had kids, “St Jude has been our charity of choice for many years. Even before Sally and I had kids, we were touched by those commercials that showed the kids fighting cancer. I’ve always had a soft spot for kids, coming from a large family. Of all the charities you could give to, St. Jude is a no brainer.”</p>\n<p>Since 2012, the event has donated over $11K to St. Jude Hospital and Strebel says funding from PressNomics 3 this year will allow them to donate over $10K to a <em>charity yet to be named</em>. “After PressNomics 1, we donated a little over $5K and there was an anonymous matching donation. After PressNomics 2, we donated a little over $6K. This year the budget has allowed us to donate just over $10K.”</p>\n<h2>DonorsChoose.org</h2>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/DonorsChooseImage.png" rel="prettyphoto[37461]"><img class="aligncenter size-full wp-image-37501" src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/DonorsChooseImage.png?resize=1025%2C527" alt="DonorsChoose" /></a><br />\nWhen I reached out to the community to figure out who gives to charities, I discovered a number of people who use <a title="http://www.donorschoose.org/" href="http://www.donorschoose.org/">DonorsChoose</a>. DonorsChoose is an organization that makes it easy to help classrooms in need. Public school teachers post classroom project requests, which range from pencils for poetry to microscopes for mitochondria-organization.</p>\n<p><a title="https://eamann.com/" href="https://eamann.com/">Eric Mann</a>, who contributes to the organization, had a lot of friends in college who majored in education and went on to become teachers. He discovered that many of them worked in schools with small budgets and limited supplies. He explains why he uses DonorsChoose.org.</p>\n<blockquote><p>I use DonorsChoose.org to help fund the purchase of books for classroom lessons, field trips to museums and science exhibits, and modern laptop computers for technical education. Many of the teachers I sponsor are working in low-income areas with at-risk youth and don’t have the tools available to make much of a difference without community sponsorship.</p></blockquote>\n<p>Mann believes investing in education is one of the best long-term investments you can make, “It’s easy to spend money on this Kickstarter or that IndieGoGo when you get a tangible (or digital) return on the investment. Spending money to help protect and shepherd the education of today’s youth, though, returns an investment in better educated leaders, educators, and technologists for tomorrow.”</p>\n<h2>WP Site Care</h2>\n<p>WordPress support agency, <a title="http://www.wpsitecare.com" href="http://www.wpsitecare.com">WP Site Care</a>, contributed to <a title="http://www.wpsitecare.com/5-minutes-reflection-look-back-2014/" href="http://www.wpsitecare.com/5-minutes-reflection-look-back-2014/">several different organizations and initiatives</a> throughout 2014. The list is lengthy and includes:</p>\n<ul>\n<li><a href="http://www.autismspeaks.org/" target="_blank">Autism Speaks</a></li>\n<li><a href="http://dangilmore.com/blog/2014/12/04/help-my-wife-fight-cancer/" target="_blank">Dan Gilmore’s St. Baldrick’s Cancer Campaign</a></li>\n<li><a href="https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development" target="_blank">BuddyPress, bbPress and GlotPress Development</a></li>\n<li><a href="http://www.girlswritenow.org/" target="_blank">Girls Write Now</a></li>\n<li><a href="http://www.girldevelopit.com/" target="_blank">Girl Develop It</a></li>\n<li><a href="https://www.charitywater.org/" target="_blank">Charity Water</a></li>\n<li><a href="http://www.alsa.org/" target="_blank">ALS Association</a></li>\n<li><a href="http://www.aidswalk.net/" target="_blank">AIDS Walk</a></li>\n<li><a href="http://www.heartspring.org/" target="_blank">HeartSpring</a></li>\n<li><a href="http://us.movember.com/" target="_blank">Movember</a></li>\n<li><a href="http://www.afsp.org/" target="_blank">American Foundation for Suicide Prevention</a></li>\n<li><a href="http://www.happyjoe.org/" target="_blank">Happy Joe</a></li>\n</ul>\n<p>I asked WP Site Care founder, Ryan Sullivan, why he chooses to give back to so many charities and what it means to give back.</p>\n<blockquote><p>We support a number of different causes because any charitable contributions that we’re able to make are a direct reflection of the people at our company. We found out about a number of causes from the WordPress community itself. For example, funding treatment for autism is something that has a personal impact on a few of us at WP Site Care.</p>\n<p>We like to make sure that the causes that are important to individuals become important for all of us collectively. It not only goes to help the causes themselves, but helps us get closer as a working family.</p></blockquote>\n<h2>Individuals Who Received Financial Assistance From The WordPress Community</h2>\n<p><strong>Just Tadlock</strong> – Near the end of 2013, Justin Tadlock <a title="http://justintadlock.com/archives/2013/12/17/help-me-get-a-house-for-christmas" href="http://justintadlock.com/archives/2013/12/17/help-me-get-a-house-for-christmas">discovered the perfect house</a>, but he didn’t have the money to cover closing costs, quarterly taxes, and appliances. He requested $5K to cover his costs, but he ended up receiving over $7K. It’s important to note that the campaign took place around Christmas which is a tough time financially for a number of people. However, the community rallied together to give Tadlock the ultimate Christmas gift.</p>\n<p><strong>Dan Griffiths</strong> – Dan Griffiths, who is known on Twitter as <a title="https://twitter.com/ghost1227" href="https://twitter.com/ghost1227">Ghost1227</a> and one of the creators of <a title="http://wptally.com/" href="http://wptally.com/">WP Tally,</a> recently found himself in a financial emergency. He needed $2,500 within 24 hours. He reached out to <a title="http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology" href="http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology">Happy Joe</a>, an organization that helps veterans in need. Happy Joe founder, James Dalman, published an all points bulletin on Twitter asking for help from the WordPress community. Within <strong>two hours</strong> of the initial call for help, Griffiths reached his goal.</p>\n<p><strong>Kim Parsell’s Son</strong> – Kim Parsell’s son was about to begin a new job when tragically, his <a title="http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away" href="http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away">mother passed away</a>. He wasn’t able to start the job, putting him in a financial bind. He <a title="http://www.gofundme.com/wpmom" href="http://www.gofundme.com/wpmom">created a campaign</a> asking for $1K to help pay bills as he mourned the loss of his mother. Within 42 minutes, 8 people raised $760 of the requested $1,000. When it was all said and done, 33 people raised $2K.</p>\n<p><strong>John James Jacoby</strong> – In late 2014, John James Jacoby <a title="http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-development" href="http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-development">launched a crowdfunding campaign</a> asking for $50K in order to work on BuddyPress, GlotPress, and bbPress full-time for 6 months. The <a title="http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded" href="http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded">campaign was successful</a> generating nearly $52K.</p>\n<h2>Proud To Be a Member of This Community</h2>\n<p>This is just a sample of the generosity expressed by the WordPress community. Although several businesses contribute to charities, it’s the individuals who receive funding that impress me. If one of us ends up in dire straits, potentially thousands of people are ready to help. It’s just one more reason why I’m proud to be a member of this community.</p>\n<p>I’m certain I missed a few WordPress individuals and businesses that contribute to great causes, if you’re one of them, please use the comments and tell us about it.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Jan 2015 23:34:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WPTavern: Tackling Depression in IT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37466";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wptavern.com/tackling-depression-in-it";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16947:"<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/yana-petrova-wceu-2014.jpg" rel="prettyphoto[37466]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/yana-petrova-wceu-2014.jpg?resize=854%2C432" alt="yana-petrova-wceu-2014" class="aligncenter size-full wp-image-37472" /></a></p>\n<p>One of the most unique sessions I attended at <a href="http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014" target="_blank">WordCamp Europe 2014</a> was Yana Petrova’s presentation on <a href="http://wordpress.tv/2015/01/06/yana-petrova-why-sometimes-happiness-requires-effort-depression-in-it/" target="_blank">Depression in IT – Why Sometimes Happiness Requires Effort</a>. Petrova, a marketing expert and long-time food blogger, is a member of both the WordPress community and the larger tech community in Bulgaria. She has also worked as an organizer for many local technical conferences over the years.</p>\n<p>Her motivation to address the widespread problem of depression in IT grew out of personal experiences with friends and co-workers who were struggling with it. This put her on the path to research the disease and find ways to raise awareness on the topic. I had the opportunity to interview Petrova after the event, and it’s easy to see why she is a person to whom people would come for advice. Her warm, empathetic personality is combined with a rare willingness to listen to others.</p>\n<p>Petrova’s experience in food blogging gives her a format for talking about depression in a way that people can understand, which helps to mitigate the stigma that surrounds the issue. We’ll take a look at some of the recipes she shared in her presentation, but first it’s important to have a basic understanding of depression.</p>\n<h2>Understanding Depression</h2>\n<p>Nearly everyone knows someone who is suffering from depression, as it afflicts more than <a href="http://www.who.int/mediacentre/factsheets/fs369/en/" target="_blank">350 million people</a> of all ages worldwide and is the leading cause of disability. In the most extreme cases it can lead to suicide.</p>\n<p>Clinical depression is the most severe form, which is often treated with psychological and pharmacological therapies. However, many more people suffer from milder forms of depression from time to time.</p>\n<p>In his TED talk, titled <a href="https://www.youtube.com/watch?v=-eBUcBfkVCo" target="_blank">Depression, The Secret We Share</a>, writer Andrew Solomon said, <strong>“The opposite of depression is not happiness but vitality.”</strong> He describes his own dark journey of struggling with depression, which he noticed when all the normal activities of life and work began to seem like too much.</p>\n<blockquote><p>One of the things that often gets lost in discussions of depression is that you know it’s ridiculous. You know it’s ridiculous while you’re experiencing it. You know that most people manage to listen to their messages, and eat lunch, and organize themselves to take a shower and go out the front door, and that it’s not a big deal.</p>\n<p>And yet you are in its grip and you are unable to figure out any way around it. And so I began to feel myself doing less and thinking less and feeling less. It was a kind of nullity, and then the anxiety set in.</p></blockquote>\n<p>Solomon notes that people tend to confuse depression, grief, and sadness, but understanding the trajectory and duration of these feelings will help to clarify the situation. While grief is explicitly reactive and related to loss, depression doesn’t always have an easily identifiable cause. Some forms of depression will require professional help for the person to regain a semblance of normal living.</p>\n<h2>Sources or Triggers of Depression in IT</h2>\n<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg" rel="prettyphoto[37466]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg?resize=1024%2C482" alt="photo credit: Code & Martini by Ivana Vasilj - cc license" class="size-full wp-image-21873" /></a>photo credit: <a href="https://flic.kr/p/dLUWMb">Code & Martini</a> by <a href="https://www.flickr.com/photos/ivanavasilj/">Ivana Vasilj</a> – cc license\n<p>Depression in the IT industry can be more difficult to address, as many tech workers are intelligent, independent, and in high demand. Three years ago, when Yana Petrova and her colleague first proposed a presentation on depression for a local tech conference, she experienced a great deal of resistance.</p>\n<p>“There were a lot of discussions surrounding it and people in the organizations were hesitant to include it,” she said. “They believed that people who are in IT are earning very well, the people who are suffering should just go to the doctor, there’s no need to discuss it at a technical conference.” The presentation was so impactful, however, that some of the top Bulgarian psychologists heard about it and encouraged them to continue raising awareness.</p>\n<p>The IT industry has several unique factors that seem to contribute to depression and anxiety. Many people in the WordPress community, in particular, work alone at home as freelancers or with distributed companies. Unless the individual is motivated, this work environment can severely limit healthy social interactions. Additional pressures can also lead to periods of depression, including:</p>\n<ul>\n<li>Client work and relationships</li>\n<li>Pressure to always be connected</li>\n<li>Interaction with the larger development community</li>\n<li>An industry emphasis on high competency forces workers to continue building skills on top of ever-changing technologies, while also completing daily work</li>\n<li>Not understanding the limits of your body/emotions</li>\n</ul>\n<p>“I think that most of the time they are trying to become really good at what they are doing, which requires most of their attention and most of their time,” Petrova said, commenting on the lifestyle of many developers with whom she is connected.</p>\n<p>“When you are reading code, coding most of your time, and doing things related to coding, then a social part is missing – the part related to relationships, self-esteem, knowing yourself. You’re just not going deeper into that, because you are giving your time and attention to something else, trying to be good at something else. Our brain resources are kind of limited.”</p>\n<p>Client interaction is also a major cause of stress and anxiety for self-employed professionals. When you work from home by yourself without a team, criticism from clients can have a severe impact on your feelings of self-worth. If you don’t have a healthy reservoir of outside interests and hobbies, you can easily become mired in client negativity.</p>\n<p>During Petrova’s presentation at WordCamp Europe, she received questions about how to deal with clients who can damage a developer’s self-confidence. Sometimes clients don’t understand that they are not working with machines but rather real people with families and lives.</p>\n<p>“Because a lot of people are working from home, what the client thinks and what the community thinks about their work can be a source of depression,” she said. “Actually, a lot of people have mentioned that clients are sometimes rude in explaining how incompetent they were.” This can have a devastating impact on a developer who is lacking self-confidence, outside social connections, and restorative hobbies.</p>\n<p>“Questions about clients wasn’t something I expected, but it’s another vertical to explore,” Petrova said. It has inspired her to start working on a talk about relationships, clients, teams, and how to preserve your team.</p>\n<p>Petrova has observed that many people working in IT don’t prioritize knowing themselves and understanding their reactions, although this is not unique to the IT industry. They are often blind to their mental health issues and don’t know when to seek help.</p>\n<h2>Tips for Dealing with Depression and Anxiety</h2>\n<p>Petrova’s presentation centered around ways to prevent depression and successfully cope with work-related stress and anxiety. “Depression is not something that defines you for a lifetime,” she said. “It might be just a problem, and it might be that, at this time, happiness requires more effort for you.”</p>\n<p>She believes that depression is an important mechanism in the human consciousness. “It’s a signal for us that change is necessary – changes about us or changes somewhere around us.”</p>\n<p>Petrova compares cooking recipes to recipes for coping with depression, noting that it’s important to adapt those recipes to work with your preferences and needs. Her presentation highlights five ways that you can discover and create your own recipes for preventing depression from setting in.</p>\n<h4>1. Take deep breaths.</h4>\n<p>Deep breathing practices help you to regain calmness and perspective. “They say that graveyards are full of irreplaceable people,” she said. “Actually, we all are, but it’s more important that we are alive, we are here, and we are happy. We can never control everything in the world, and we should never try to take responsibility for all the things here. We often tend to forget that our bodies have their limits and we are fragile.” Deep breathing reminds us that we are not machines.</p>\n<p>In addition to breathing, Petrova suggests finding other activities outside of work that will help you to gain perspective on life. “Dedicate special time for your recipes,” she said. “Start spending an hour in the morning with your coffee. Spend Sunday afternoon with someone or with friends,” she suggests.</p>\n<p><strong>“But never give away this time. Never give it away for work. Never replace it for something, never sacrifice it. It’s important that you keep this thing and slow down.”</strong></p>\n<h4>2. Make lists.</h4>\n<p>Petrova advises people to make lists of recipes that work for them in preparation for moments when it’s difficult to think clearly. “Think of those lists as emergency plans. When the grey veil of depression comes, your rituals may not seem as important or as life-saving as the day before,” she said. “You might not enjoy them as you did before, so you should have a list of things.” Perhaps it’s a list of movies you wanted watch, or places you wanted to visit, a restaurant or recipe you wanted to try.</p>\n<blockquote><p>At the beginning you won’t be willing to do anything from this list. Those things will look silly and you say no this is not the time to do this. You will be preoccupied with all of your worries right now. Force yourself and just pick a thing and start doing it. Start those lists today and obey them frequently.</p></blockquote>\n<p>Petrova shared a few simple items on her own list – i.e. eating avocados, making herself a chai latte, enjoying a local spicy soup. If you maintain a clear list of things that make you feel better, you have some activities to turn to when things start to become stressful at work.</p>\n<h4>3. Provide small wins.</h4>\n<p>Make goals for yourself that put you on the path to success with frequent, small milestones. This will help to keep you oriented towards fulfillment. “Another recipe of mine was to keep an editorial calendar,” Petrova said. “Even if I am not feeling well, I already had something planned, so I can keep moving in that direction.”</p>\n<h4>4. Think about your thinking.</h4>\n<p>People who excel at solving some of tech’s most complex problems can also be notoriously masterful at avoiding introspection. Petrova approaches the topic of introspection with the idea of “debugging yourself,” a concept with which many in tech are familiar.</p>\n<p>She suggests writing your own user manual to document how you work and what keeps you healthy. “Write your own user manual. Start writing a user manual for yourself and imagine you are giving it to someone else. This will help you think more about how you are thinking,” she said.</p>\n<p>“You can see that there are a lot of small hacks that can help you feel better. Just imagine how empowering it might be to discover more,” she said.</p>\n<p>“This requires a lot of patience and dedication. It usually takes time for reading and time for writing. It takes time to debug your mind.” Petrova suggests writing down all of the things that help your mind work better so that you have that manual for when depression tries to settle in.</p>\n<p>“Debug yourself, but if you can’t do it yourself, then try to talk to someone,” Petrova said. “We cannot resolve anything by ourselves.”</p>\n<h4>5. Learn to listen, learn to share.</h4>\n<p>You can never underestimate the importance of community in maintaining your mental health. The community is stronger when people overcome their irrational inhibitions and learn to share their stories and listen to each other.</p>\n<p>“It’s not really easy to listen the proper way, but you can sometimes save people by listening to them carefully,” Petrova said. “You can empower them by listening to them.</p>\n<p>People need to tell their stories to realize what is happening. Sometimes when you are keeping things only in your head, you are not realizing the power of your situation.”</p>\n<p>When should depression lead you to seek professional help? “In some official resources, they say if you are feeling like this for four weeks then go find some help,” Petrova said.</p>\n<p>“But I think that the more you are getting to know yourself, the more you can feel if you need to meet with someone or talk with someone. The doctor might not be the first person. The first person might be a friend or a relative or someone who is closer to you. Or just someone you see, someone you believe in and decide to tell your story to. I really believe that it’s powerful to tell stories.”</p>\n<h2>Staying Healthy and Preventing Depression</h2>\n<p>Petrova recommends a book called <a href="http://www.amazon.com/The-Healthy-Programmer-Pragmatic-Programmers/dp/1937785319" target="_blank">The Healthy Programmer</a>, which contains the basics of healthy living for people who work most of the time in a seated position. She believes that movement is especially important for those who work from home and set their own schedules.</p>\n<blockquote><p>The first thing is related to moving/movement. Are you moving enough? Are you doing active things, sports? This is really important, because if you are living where you are working, then you can find yourself in a situation where you are staying home, ordering food all the time. You forget all the healthy things you could do to feel better, for your body to feel better and your mind to work well. It’s really related.</p></blockquote>\n<p>If you’re staying active and able to use your normal problem-solving skills to debug yourself, you will greatly lessen the chances of falling into depression. Building up these habits takes time, but you’re also less likely to be crippled by stress and anxiety. In the future, Petrova plans to start a blog called “The Happiness Cookbook” in order to encourage people to share their recipes with the community.</p>\n<p>“Get to know yourself better and your reactions to different situations,” Petrova advises. “You really need a lot of time to know what’s happening to you and to know how to react in a timely way for prevention.</p>\n<p>“We all have our stressful moments. We all have our sad moments. You are certain to have them in your lifetime. But you can learn how to prevent your reactions, what to do when depression happens, and the best way to overcome it. The temporary feelings can be over at some point with the help of simple tips, and then you are not going to get depressed. Otherwise, you are just digging into that.”</p>\n<p>Obviously, there are some forms of depression that will ultimately require professional help. Petrova’s tips for prevention are intended to help folks before they reach a very dark place where they have lost interest in work completely and are struggling to find vitality.</p>\n<p>“Depression means that you need to change something, for yourself, around yourself, about yourself,” she said. “This is the key message. Just research the pain that made you feel like this and start debugging it step by step.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Jan 2015 22:39:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Matt: Pope Francis on Climate Change";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44598";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://ma.tt/2015/01/pope-francis-on-climate-change/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:718:"<blockquote><p>He has been called the “superman pope”, and it would be hard to deny that Pope Francis has had a good December. Cited by President Barack Obama as a key player in the thawing relations between the US and Cuba, the Argentinian pontiff followed that by lecturing his cardinals on the need to clean up Vatican politics. But can Francis achieve a feat that has so far eluded secular powers and inspire decisive action on climate change?</p></blockquote>\n<p>The Guardian on <a href="http://www.theguardian.com/world/2014/dec/27/pope-francis-edict-climate-change-us-rightwing">Pope Francis’s edict on climate change will anger deniers and US churches</a>. Definitely the coolest pope in my lifetime.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 18 Jan 2015 16:30:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Matt: No Relief for Air Travelers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44607";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://ma.tt/2015/01/no-relief-for-air-travelers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:420:"<blockquote><p>Oil prices have fallen by about half since June, making it much cheaper just in time for drivers to fill up their cars for Christmas travel. But the decline in oil prices has had made no perceptible difference on the cost of flying.</p></blockquote>\n<p>New York Times: <a href="http://www.nytimes.com/2014/12/16/opinion/no-relief-for-air-travelers.html?_r=2&referrer=">No Relief for Air Travelers</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Jan 2015 23:35:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: Proposed Enhancements to Distraction-free Writing in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37456";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wptavern.com/proposed-enhancements-to-distraction-free-writing-in-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3711:"<p>When we <a title="http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1" href="http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1">asked readers</a> what they thought of the new Distraction-free writing mode in WordPress 4.1, a majority of readers responded that it was an improvement. However, a number of others stated they preferred the old version. Readers also <a title="http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1#comments" href="http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1#comments">took to the comments</a> to describe their first impression of the feature.</p>\n<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png" rel="prettyphoto[37456]"><img class="size-full wp-image-35707" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png?resize=1025%2C501" alt="Distraction Free Writing in WordPress 4.1" /></a>Distraction Free Writing in WordPress 4.1\n<p>Since the release of 4.1, I’ve forced myself to use DFW. When I write content, I often hit the preview button several times to review changes. This results in DFW mode turning on and off multiple times which I find distracting and at times, annoying. I’m not the only one who feels this way as Brian Krogsgard of <a title="https://poststatus.com/distraction-free-writing-wordpress/" href="https://poststatus.com/distraction-free-writing-wordpress/">PostStatus.com explains</a>:</p>\n<blockquote><p>When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.</p>\n<p>It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.</p>\n<p>I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts.</p></blockquote>\n<p>I like the idea of moving the Save Draft and Preview buttons to the post editor. It’s one of the reasons why <a title="http://wptavern.com/how-to-preview-posts-in-distraction-free-writing-mode-without-seeing-a-transition" href="http://wptavern.com/how-to-preview-posts-in-distraction-free-writing-mode-without-seeing-a-transition">I reviewed</a> the <a title="https://wordpress.org/plugins/fullscreen-preview-button/" href="https://wordpress.org/plugins/fullscreen-preview-button/">Distraction Free Preview Button</a> plugin by Alex King. Krogsgard also lists several other ideas with screenshots showing the changes in action, including:</p>\n<ul>\n<li>Inverted editor colors</li>\n<li>Centered post editor</li>\n<li>Setting the editor to use the Max-width available</li>\n<li>Full-height editor</li>\n</ul>\n<p>Jen Mylo, who reviewed the feature as a user, <a title="http://jenmylo.com/2015/01/17/distraction-free-writing-mode/" href="http://jenmylo.com/2015/01/17/distraction-free-writing-mode/">suggests</a> similar improvements. One other thing I’d like to see is a full-height editor. It’s annoying when the meta boxes fade away, the editor remains the same size as if the boxes are still in place. That’s because they are, but I think it would be better if DFW mode would go back to being a separate writing experience so meta boxes are a non-issue.</p>\n<p>I believe if the ideas proposed by Krogsgard and Mylo are implemented, DFW would likely become the primary mode in which I write content. Until then, I’m sticking with the default interface. What you do you think of the proposed ideas and are there any you’d add?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Jan 2015 22:09:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:80:"WPTavern: JavaScript Leads The Pack in RedMonk’s Programming Language Rankings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37449";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wptavern.com/javascript-leads-the-pack-in-redmonks-programming-language-rankings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2289:"<p>Research and analyst firm, <a title="http://redmonk.com/" href="http://redmonk.com/">RedMonk, </a>released its <a title="http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/" href="http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/">programming language rankings</a> for January 2015. RedMonk looks at programming language discussions on <a title="http://stackoverflow.com/" href="http://stackoverflow.com/">Stack Overflow</a> and usage on <a title="https://github.com/" href="https://github.com/">GitHub</a> in an effort to extract insights into potential adoption trends.</p>\n<p>The results from the analysis are not clear indications of general usage but rather, an examination of the correlation between two populations RedMonk believes to be predictive of future use.</p>\n<a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/RedMonkQ115ProgrammingLanguageRankings.png" rel="prettyphoto[37449]"><img class="size-full wp-image-37451" src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/RedMonkQ115ProgrammingLanguageRankings.png?resize=1025%2C687" alt="RedMonk Q115 Programming Language Rankings" /></a>RedMonk Q115 Programming Language Rankings\n<p>It doesn’t surprise me to see JavaScript and PHP so high on the chart, especially since JavaScript is in the <a title="http://ianmarshall.net/articles/140511.php" href="http://ianmarshall.net/articles/140511.php">middle of a renaissance</a>. The results also mirror the suggestion that in the future, <a title="http://wptavern.com/in-the-next-few-years-90-of-wordpress-development-could-be-javascript-based" href="http://wptavern.com/in-the-next-few-years-90-of-wordpress-development-could-be-javascript-based">90% of WordPress development</a> could be JavaScript based.</p>\n<p>Be sure to read <a title="http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/" href="http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/">RedMonk’s interpretation</a> of the data and the trends worth noting. Also worth reading is <a title="http://www.wired.com/2015/01/redmonk-swift" href="http://www.wired.com/2015/01/redmonk-swift">Wired.com’s take</a> on the data and the rising popularity of Apple’s Swift programming language. What do you make of the rankings?</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Jan 2015 20:53:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"Post Status: Ideas for small improvements to the new Distraction-Free Writing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://poststatus.com/?p=7388";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://poststatus.com/distraction-free-writing-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9980:"<p>Distraction-Free Writing has been a bit of a controversial feature in WordPress this release. It changed from a <em>you have to toggle to it every time</em> feature to <em>it’s always on feature</em> in WordPress 4.1.</p>\n<p>With that change, the DFW experience changed to be more like the regular editor, well, because it is the regular editor. It just removes stuff off of the screen that you’re not using.</p>\n<p>Here’s the editor now, with DFW not on:</p>\n<div id="attachment_7393" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/4-1-post-editor.png"><img class="wp-image-7393 size-large" src="https://poststatus.com/wp-content/uploads/2015/01/4-1-post-editor-752x473.png" alt="4-1-post-editor" width="752" height="473" /></a><p class="wp-caption-text">The WordPress post editor, as of WordPress 4.1 (with custom admin theme colors)</p></div>\n<p>And here’s the editor now, with DFW on:</p>\n<div id="attachment_7390" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/dfw-wp-4-1.png"><img class="wp-image-7390 size-large" src="https://poststatus.com/wp-content/uploads/2015/01/dfw-wp-4-1-752x442.png" alt="dfw-wp-4-1" width="752" height="442" /></a><p class="wp-caption-text">DFW mode as of WordPress 4.1</p></div>\n<p>Jen Mylo wrote a post about how <a href="http://jenmylo.com/2015/01/17/distraction-free-writing-mode/">she doesn’t like the new feature as much as the old one</a>. I’ve seen similar complaints a few times from folks.</p>\n<p>The positive trade-off is that now DFW is much more likely to be used, since the setting (the four-arrow icon in the upper right corner of the editor box) is persistent for a user once enabled. Previously, DFW had to be toggled in each use, and was probably used by a minority of users.</p>\n<p>4.1 was the first go at the feature in its new state, and I think it’s pretty great. I’m now using DFW every post I write, whereas before I almost always forgot to turn it on; plus, it previously felt like a commitment to the blog post.</p>\n<p>Nevertheless, I think Jen’s critique (as well as others’) are noteworthy, so I decided to take some of the complaints I’ve heard and hack around in the browser inspector to see if I could alleviate them.</p>\n<p>One thing Jen brought up was the height of the editor box. You no longer toggle the height from the bottom corner; instead it auto-adjusts with your content, and comes shipped with a default height.</p>\n<h3>Full-height editor box</h3>\n<p>She believes, and I agree, that it would be nice if the editor filled the available height of the window, because right now it feels a bit squished and cramped. Thankfully, we have the viewport height (vh) unit in CSS, and this can be adjusted with pure CSS and a few media queries.</p>\n<div id="attachment_7391" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/dfw-4-1-full-height.png"><img class="wp-image-7391 size-large" src="https://poststatus.com/wp-content/uploads/2015/01/dfw-4-1-full-height-752x451.png" alt="dfw-4-1-full-height" width="752" height="451" /></a><p class="wp-caption-text">WordPress DFW mode with full-height content area</p></div>\n<p>I think this is a progressive feature, so I’d be for using the vh CSS unit not using Javascript on this, despite the not-great browser support in IE.</p>\n<p>In fact, I really like this concept, even when not in DFW mode. It really calms me down, not seeing the metaboxes below the post content right out of the gate. We can just keep them right below the editor, just out of sight.</p>\n<div id="attachment_7392" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/post-editor-full-height.png"><img class="size-large wp-image-7392" src="https://poststatus.com/wp-content/uploads/2015/01/post-editor-full-height-752x451.png" alt="WordPress post editor with full height content area" width="752" height="451" /></a><p class="wp-caption-text">WordPress post editor with full height content area</p></div>\n<h3>Centered editor in DFW</h3>\n<p>Another note Jen made was that she was bothered the editor isn’t centered in DFW mode. Well, I’ve never noticed that, but <em>now I do, ugh</em>. <img src="https://poststatus.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> It’s this way because DFW simply hides the right column and admin columns, which are not the same width, and therefore the editor is left with unequal margins.</p>\n<p>Well, during the transition of those admin columns, theoretically, we could also move the editor box, though I think we should test what kind of UX effect there is of transitioning the editor your cursor is in. It might not be the most elegant solution.</p>\n<p>Nevertheless, here’s what it’d look like once you’re done, including the full-height editor box.</p>\n<div id="attachment_7394" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/dfw-full-height-and-centered.png"><img class="size-large wp-image-7394" src="https://poststatus.com/wp-content/uploads/2015/01/dfw-full-height-and-centered-752x471.png" alt="DFW full-height editor and centered" width="752" height="471" /></a><p class="wp-caption-text">DFW full-height editor and centered</p></div>\n<p>I’m iffy on this one. I really don’t like the idea of moving the box you’re actively focusing on. Needs testing.</p>\n<h3>Max-width on the editor box</h3>\n<p>A critique I learned from another user was that the huge width on the DFW editor box bothered them. I agree. I think we should put a max-width on the editor box — probably whether the user is in DFW mode or not.</p>\n<p>Here’s the large version that’s unwieldy, especially in DFW mode:</p>\n<div id="attachment_7400" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/dfw-max-width.png"><img class="size-large wp-image-7400" src="https://poststatus.com/wp-content/uploads/2015/01/dfw-max-width-752x285.png" alt="We should not let this get so wide. Line length matters!" width="752" height="285" /></a><p class="wp-caption-text">We should not let this get so wide. Line length matters!</p></div>\n<h3>Inverted editor colors, with centered content box</h3>\n<p>One more idea: what if we inverted the WordPress admin colors, so that the background was white, and metaboxes were gray. And then, we could ditch the “container” of the editor box altogether.</p>\n<p>Here’s a mockup of that.</p>\n<div id="attachment_7402" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/all-white-admin-background.jpg"><img class="size-large wp-image-7402" src="https://poststatus.com/wp-content/uploads/2015/01/all-white-admin-background-752x431.jpg" alt="All white background, with centered editor" width="752" height="431" /></a><p class="wp-caption-text">All white background, with centered editor</p></div>\n<p>I think this could look really nice, but it would require a good bit of admin changes.</p>\n<p>And then the Distraction-Free Writing version:</p>\n<p><a href="https://poststatus.com/wp-content/uploads/2015/01/dfw-all-white.jpg"><img class="aligncenter size-large wp-image-7404" src="https://poststatus.com/wp-content/uploads/2015/01/dfw-all-white-752x432.jpg" alt="dfw-all-white" width="752" height="432" /></a></p>\n<h3>Save and Preview inline</h3>\n<p>This one is my own idea, based on drafting posts in this mode every day.</p>\n<p>Distraction-Free Writing toggles on and off pretty rapidly as you focus in and out of the editor. When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.</p>\n<p>It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.</p>\n<p>I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts. Here’s what that looks like:</p>\n<div id="attachment_7389" class="wp-caption aligncenter"><a href="https://poststatus.com/wp-content/uploads/2015/01/dfw-inline-save-preview.jpg"><img class="size-large wp-image-7389" src="https://poststatus.com/wp-content/uploads/2015/01/dfw-inline-save-preview-752x473.jpg" alt="DFW with Save and Preview inline" width="752" height="473" /></a><p class="wp-caption-text">DFW with Save and Preview inline</p></div>\n<h3>Iteration is important</h3>\n<p>Iteration in WordPress feature development is important. I’m glad we introduced Distraction-Free Writing in the first place, and I think the changes in 4.1 are worthy. They may need some adjustments, but it’s a process that will continue to improve.</p>\n<p>Constructive feedback is always good. The more we use and figure out how others are using various features of WordPress, the more they can be improved.</p>\n<p>In preparing to write this post, I was able to reach out in <a href="https://poststatus.com/category/planet/feed/slack.wordpress.org">WordPress Slack</a> and find out the best venue to give feedback, and if Jen’s post and this one help start a conversation, the changes can make their way to <a href="https://core.trac.wordpress.org/">Trac tickets</a> and eventual patches to make WordPress better.</p>\n<p>I’ve seen at least a handful of folks say “Bring the old Distraction-Free Writing back!” That’s understandable; lots of folks don’t like change. Every UI-involved feature in WordPress ever has had critics.</p>\n<p>But when you look at WordPress today and WordPress 5 or more years ago, WordPress today is way more beautiful to use. That’s because the experience the core team has built has iterated over time in response to use, feedback, and contributions.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Jan 2015 18:01:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Jen Mylo: Distraction-free Writing Mode";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:26:"http://jenmylo.com/?p=4787";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://jenmylo.com/2015/01/17/distraction-free-writing-mode/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6729:"<p>Once upon a time in WordPress there was a New Feature called Distraction-free writing mode. You accessed it by clicking the icon in the editor toolbar that means <em>full screen</em> pretty much everywhere on the web.</p>\n<p><img class="aligncenter size-full wp-image-4788" src="https://jenmylo.files.wordpress.com/2015/01/dfw-icon-highlight.png?w=520&h=71" alt="post editor toolbar" width="520" height="71" /></p>\n<p>It would load a new screen tha mostly just consisted of a writing box not surrounded by meta boxes or formatting, and what limited formatting options there were would only appear when you moused out of the writing area. It wasn’t perfect (I would have liked that fading toolbar to have all the same formatting options as the regular editor) but it <em>was</em> pretty non-distracting, and it just felt calm.</p>\n<p><img class="aligncenter size-full wp-image-4790" src="https://jenmylo.files.wordpress.com/2015/01/dfw-ui.png?w=520" alt="old distraction-free writing interface" /></p>\n<p>A while back I noticed some changes in the wp-admin regular editor. All the navigation and meta boxes now faded away while you were writing, and I thought, “Oh, that’s pretty nice, kind of a DFW Lite!” I didn’t pay too much attention, as I was just writing a quick post, but in my head I approved, and thought it was a good improvement. Until this morning.</p>\n<p>Most of my blog-based activity happens on work-related blogs that have front-end posting forms, so it’s been a while since I tried to access DFW mode. But I was going to be writing a long post, and I wanted to go over into that peaceful screen, so I clicked on the full-screen icon. That’s when I discovered that what I thought was DFW Lite was actually the new DFW. There was no more new screen.</p>\n<p>At first I thought,”Hm, that’s a lot more efficient. Good for them!” Then I started writing, and thought, “[Letters-in-a-configuration-to-replicate-my-slightly-alarmed-and-uncomfortable-sound]!” I hated to admit it, but I felt physically uncomfortable. Am I turning into Sheldon (<a title="Video from Big Bang Theory" href="https://www.youtube.com/watch?v=ynUfxitGpfU">skip to 3:34</a>)? Crap! Anyway, here’s why I don’t love the new DFW.</p>\n<p>When wp core switched over to the “toolbar anchors to top of editor no matter how long your post” setup, users lost the ability to grab a corner of the editor and drag it to make it taller. Since it is supposed to automatically resize as you write, most people thought this was a tradeoff with a net benefit, and even though I really didn’t want to lose my little corner resize handle, I agreed that the net benefit was worth it. The thing is, if in your head you’ve already thought out a long post, starting in the small box feels cramped, kind of like when you have to repack a sleeping bag and you’re smooshing it with all your might to get it to fit back into the compact stuff sack.</p>\n<p>Think about opening a New Document in MS Word (or equivalent writing program) , or a writer putting a fresh piece of paper in the typewriter (for those who are too young to remember, <a title="Video of someone putting paper into a typewriter" href="https://www.youtube.com/watch?v=FkUXn5bOwzk">it’s like this</a>). There have been reams written by famous authors in the past about the feeling that action engenders — a feeling of limitless possibilities, a knock on the creative door, an open road ahead. That’s what DFW tried to emulate. Starting in the small box instead of the full height box feels like possibilities with limits, a creative window that won’t open more than 3 inches for safety, a road with one lane closed for construction. Thoughts scrunch down to try to fit into the available space.</p>\n<p>Even when the box expands to be the height of the screen (minus padding against top and bottom of browser), a chunk of space is lost at the top for the toolbar. That fade it used to have really did remove distraction. I wish there had been a way to combine the zen of the fade away (Matt’s original nickname for DFW was zen mode) with the convenience of the always-at-top placement.</p>\n<p>In the old DFW, the writing window really did have that feeling of a fresh New Document or crisp new sheet of paper. Now, even once it’s tall, it’s a bit off-center to the left, because that’s where the editor box is when on a screen containing navigation and metaboxes.</p>\n<p><img class="aligncenter size-full wp-image-4798" src="https://jenmylo.files.wordpress.com/2015/01/screen-shot-2015-01-17-at-7-54-33-am.png?w=520&h=313" alt="Screenshot of current distraction-free mode" width="520" height="313" /></p>\n<p>There was a time (pre-2000) when I didn’t think too much about alignment in UIs. Then I got a lot of design ideas drilled into my head that stuck, especially regarding alignment. I like asymmetry in a lot of things, always have. Hell, in a site we were just working on one of the things we said we wanted was some asymmetry. But for DFW, the symmetry — the centeredness — was a big part of what made that screen so calming. Your brain didn’t have to do any pattern recognition or internal balancing to make it feel right. But now it skews to the left and it’s driving me crazy, Sheldon style. This isn’t zen for me; it’s a misused apostrophe, a lowercase p, a cabinet door left open.</p>\n<p>I thought I’d be a holdout forever against using the new <a title="wordpress.com" href="http://wordpress.com">wordpress.com</a> posting interface (I have a lot of issues with it, surprise), but, well, their DFW has that open and symmetrical feeling (even if it has other problems) that makes for a non-Sheldony writing experience.</p>\n<p><img class="aligncenter size-full wp-image-4789" src="https://jenmylo.files.wordpress.com/2015/01/screen-shot-2015-01-17-at-7-27-45-am.png?w=520&h=378" alt="Screenshot of distraction-free writing mode on wordpress.com" width="520" height="378" /></p>\n<p>So this might be my last post written in wp-admin DFW mode for now. Farewell, old friend!</p>\n<p><em>* * *</em></p>\n<p><em>Standard disclaimer when writing about WordPress: This is my personal opinion. I have not been the UX lead for WordPress core for a couple of years now, so this post on my personal blog should not be seen as representing the WordPress project in any way, it’s just my personal experience with a user interface.</em></p><img alt="" border="0" src="http://pixel.wp.com/b.gif?host=jenmylo.com&blog=45389656&post=4787&subd=jenmylo&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Jan 2015 16:08:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Jen Mylo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WPTavern: First Look at SIDEKICK";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37315";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://wptavern.com/first-look-at-sidekick";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4144:"<p>After experiencing a <a title="http://wptavern.com/sidekick-delays-the-release-of-composer" href="http://wptavern.com/sidekick-delays-the-release-of-composer">significant delay</a> in late 2014, the folks over at SIDEKICK <a title="http://www.sidekick.pro/blog/launch-welcome-new-sidekick-pro/" href="http://www.sidekick.pro/blog/launch-welcome-new-sidekick-pro/">have launched</a> a new website along with Composer. <a title="http://www.sidekick.pro/plans/create_wp_walkthroughs/" href="http://www.sidekick.pro/plans/create_wp_walkthroughs/">Composer</a> is a tool that allows you to create visual, guided, walkthroughs. When SIDEKICK Co-founder, Ben Fox, showed off the initial demo last year, I described it as the <a title="http://www.techsmith.com/camtasia.html" href="http://www.techsmith.com/camtasia.html">Camtasia</a> of WordPress.</p>\n<p>SIDEKICK has a <a title="http://www.sidekick.pro/plans/create_wp_walkthroughs/" href="http://www.sidekick.pro/plans/create_wp_walkthroughs/">couple different plans</a> available depending upon how many walkthroughs you want to publish. The free account allows for three <strong>published</strong> walkthroughs, 50 monthly plays or views, 1 active website, and support for WordPress multi-site.</p>\n<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/SideKickActivated.png" rel="prettyphoto[37315]"><img class="size-full wp-image-37429" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/SideKickActivated.png?resize=1025%2C501" alt="SIDEKICK Activated" /></a>SIDEKICK Activated\n<p>The walkthrough creation interface is similar to Camtasia in that it has a timeline with various steps that can be added. To supply audio, you need to upload a pre-recorded mp3 file for each step. While not as easy as recording the audio within the plugin, it’s easier to fix mishaps without having to redo the entire walkthrough.</p>\n<a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WalkthroughInterface.png" rel="prettyphoto[37315]"><img class="size-full wp-image-37432" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WalkthroughInterface.png?resize=1025%2C280" alt="Walkthrough Interface" /></a>Walkthrough Interface\n<h2>It’s Clearly The First Version</h2>\n<p>While testing SIDEKICK, I encountered several things that need to be addressed in future versions. <del>During the initial setup, there is a box that explains how to build your own walkthrough with a link to get Composer. This leads me to believe that it’s a separate product or plugin when in reality, it’s not. Composer is part of SIDEKICK out of the box.</del> <em><strong>Update</strong></em> SIDEKICK has already released an update that fixes the copy.</p>\n<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/getcomposerbox.png" rel="prettyphoto[37315]"><img class="size-full wp-image-37433" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/getcomposerbox.png?resize=610%2C207" alt="Get Composer Information Box" /></a>Old Get Composer Information Box\n<p>I encountered a few links which point to a 404 page, like their <a title="http://www.sidekick.pro/terms-of-use/" href="http://www.sidekick.pro/terms-of-use/">Terms of Use</a>. With so many steps in the setup process, it would be nice if SIDEKICK had a walkthrough of its own, to guide users on how to configure it. Despite these minor setbacks, they don’t detract from its usefulness. Fox says, the team is already aware of the issues and over the next few weeks, will release several updates.</p>\n<p>It took awhile, but once I understood how it works, I found creating walkthroughs a fairly easy process. With version one out the door, it will be interesting to see how it’s adopted by theme and plugin developers, considering a number of them already use <a title="http://theme.fm/2011/09/introducing-pointers-in-wordpress-3-3-2407/" href="http://theme.fm/2011/09/introducing-pointers-in-wordpress-3-3-2407/">admin pointers</a> that are built into WordPress. However, there’s a distinct difference between a simple pointer and walking people through a task.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Jan 2015 03:59:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"Matt: Fasting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44604";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ma.tt/2015/01/fasting/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1053:"<p>“Fasting for as little as three days can regenerate the entire immune system, even in the elderly, scientists have found in a breakthrough described as ‘remarkable’.” — <a href="http://www.telegraph.co.uk/news/uknews/10878625/Fasting-for-three-days-can-regenerate-entire-immune-system-study-finds.html">Fasting for three days can regenerate entire immune system, study finds</a>.</p>\n<p>Harper’s had a <a href="http://harpers.org/archive/2012/03/starving-your-way-to-vigor/">great article on fasting a few years ago</a> it’s not online at the moment but <a href="https://cloudup.com/cgrXJBHXyeo">here’s a PDF of it</a>. It’s also <a href="http://www.yogicwayoflife.com/three-day-water-fast-and-its-benefits/">common in yoga</a> and <a href="http://joshmitteldorf.scienceblog.com/2014/06/12/the-three-day-fast-day-four/">folks trying to live longer</a>. I haven’t tried it myself yet, but perhaps will at some point this year — I like the idea of doing something by doing nothing.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Jan 2015 01:10:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Matt: The Right Problem";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44601";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2015/01/the-right-problem/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:385:"<blockquote><p>Working on the right problem is more important than working hard. — Caterina Fake</p></blockquote>\n<p>Found via <a href="http://davemart.in/2015/01/14/84-highlights-from-the-startup-playbook/">84 highlights from The Startup Playbook</a> by Automattician Dave Martin.</p>\n<p>The hardest thing in the world is spending the most time on the most important things.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Jan 2015 22:08:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Post Status: A small Medium experiment";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://poststatus.com/?p=7366";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"https://poststatus.com/medium-vs-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9842:"<p>I’ve always wanted to write a post on Medium. But I’ve always been too greedy to do so, because I like to own my content, and I’ve never had a topic that I really wanted to write about that didn’t better fit on my personal blog or this one.</p>\n<p>That changed today, so I got to experiment. On hearing that Teehan+Lax shut down, I felt it was a worthy time to try Medium. I had a bone to pick with their exit post, and they helped design Medium’s first version, so it seemed fitting.</p>\n<p>Here’s <a href="https://medium.com/@krogsgard/the-story-teehan-lax-isnt-telling-5b58e6109e88">a link to the finished product</a>. Until today, I had never really done anything to play with their editor beyond look at it and write a few sentences to see the basics of how things worked.</p>\n<h3>First impressions of Medium’s editor</h3>\n<p>Medium’s front-end is beautiful. And the back-end looks quite similar. They try to take pretty much everything out of your way to leave you to your words. I like that.</p>\n<p>The only problem with simplicity is that it can obfuscate how to actually do stuff. In the case of the Medium editor, there are two methods to interact with text.</p>\n<p><img class="aligncenter size-large wp-image-7370" src="https://poststatus.com/wp-content/uploads/2015/01/medium-more-options-752x261.jpg" alt="medium-more-options" width="752" height="261" /></p>\n<p>First, you can click the little plus button, which allows you to insert a pre-formatted block of something.</p>\n<p><img class="aligncenter size-large wp-image-7371" src="https://poststatus.com/wp-content/uploads/2015/01/medium-tooltip-752x208.jpg" alt="medium-tooltip" width="752" height="208" /></p>\n<p> </p>\n<p>Second, you can highlight text and get a tooltip of formatting options.</p>\n<p>Some of these options are confusing. The tooltip one was fine, but the + button was tougher. I didn’t know what to expect by clicking the horizontal line or the play button. I thought the code brackets were odd, as surely not many people are putting code on Medium. It turned out that was an oEmbed button.</p>\n<p>Eventually though, I figured out roughly how to do what, even inserting those big full screen images everyone associates to Medium.</p>\n<p>For most people and most posts, these tools are enough. And all in all the experience was delightful, despite this minor criticism. However, a part of me wanted <em>more</em>.</p>\n<p>I like the persistent editing buttons of WordPress (though I could definitely do with fewer options in TinyMCE). I even felt a little weird about Medium’s previews. It’s basically a front-end preview when you edit, but it’s also not quite teh same. For example, you don’t get the below post items and other elements that affect the overall feel of the page, versus just the article.</p>\n<p>Still, I think the WordPress editing experience could learn from Medium’s efforts, even if we don’t mimic it entirely. And I do think the recent changes to Distraction writing help get us there.</p>\n<h3>Simple but effective stats</h3>\n<p>Medium has stats built-in. With WordPress, most people use WordPress.com’s stats module through Jetpack, or Google Analytics, or both.</p>\n<p>Medium really trims down the stats information. You basically get a few metrics: Views, “Reads”, Read Ratio, and Recommendation counts.</p>\n<p><img class="aligncenter size-large wp-image-7372" src="https://poststatus.com/wp-content/uploads/2015/01/medium-stats-752x527.jpg" alt="medium-stats" width="752" height="527" /></p>\n<p>I <em>love</em> the read ratio stat. Medium’s reliance on reading versus pageviews is <a href="https://medium.com/data-lab/mediums-metric-that-matters-total-time-reading-86c4970837d5">pretty well documented</a>, and I’ve always thought it was great. But what I realized nearly immediately is that this gave me much greater assurance that my post is quality or not, versus metrics I have available to me with WordPress.com stats or even Google analytics.</p>\n<p>I usually determine quality of my posts based on how many tweets, comments, and pageviews I get for an article. This is great, but just because something isn’t shareworthy doesn’t mean it’s not high quality. Also, if I get 200 views but nearly everyone fully reads it, it’s better than getting 1,000 views where only 200 read it.</p>\n<p>In the latter example, I got views but I didn’t impact. My goal is to impact, and Medium’s “reads” stat helps me determine that very quickly.</p>\n<p>Referrals are also nice on Medium. I can quickly see where traffic is coming from, real time, and go see what that referring source said about my post or take part in the conversations.</p>\n<p>Most importantly, regarding referrals, is that <em>I can see them per article</em>. This is a feature I would love to see hit WordPress.com stats.</p>\n<p>Hardcore stats folks won’t be totally satisfied with Medium. And to my knowledge, you can add your own Google Analytics account to your medium account, so you have to live with what you get. For most of us, that is enough.</p>\n<p>I think there is a ton of opportunity for a solid stats plugin for WordPress that either makes great use of Google Analytics within the WordPress Dashboard, or rolls their own (outside of WordPress.com / Jetpack).</p>\n<h3>Medium-sized exposure</h3>\n<p>One element I was pretty curious of was exposure. I know that some articles have done really well on Medium, but I’m not sure what causes that.</p>\n<p>In my case, the article has had a couple thousand pageviews in a matter of an hour or two, so that’s great. However, I think it took off on Twitter and Designer News much more so than from Medium itself, besides recommendations</p>\n<p>For recommendations, it’s like a rolling snowball. I get emails from Medium every day telling me what my Twitter friends recommended on Medium. I imagine that the more people recommend my story, the more email and other distribution the story gets. That’s good, because I’ve always figured recommendation buttons were mostly useless on sites, and really only social proof for other would-be readers that are already on some kind of archive.</p>\n<p>As far as I can tell, Medium doesn’t really have a way to highlight new stories beyond recommendations. And they very much de-emphasize post dates and time-based feeds.</p>\n<h3>Tag, you’re not it</h3>\n<p>One last thing was categorization and tags. Medium no longer allows regular users to put a post in any particular category, as far as I can tell. You have to be some sort of more-certified user or author to put a post in one of their channels or tags or whatever they call them.</p>\n<p>I thought this was a little frustrating. Without some kind of tag, how can I put my story in a feed that others that don’t already follow me can find? I think it has potential to prevent lesser-known writers from ever being exposed to more eyeballs, because there is a much smaller initial audience to read their post.</p>\n<p>Furthermore, if I had 100 or 1,000 posts on Medium someday, it would make it harder for me to filter my own stuff. I often go back to certain categories on Post Status to see what I wrote about a particular topic in the past.</p>\n<h3>Notes and public previews</h3>\n<p>A couple of things that Medium excels at are notes and public previews. I can easily annotate my post in the margins, without putting the notes in the content (which I often do in WordPress). It’s very similar to Google Docs.</p>\n<p><img class="aligncenter size-large wp-image-7373" src="https://poststatus.com/wp-content/uploads/2015/01/medium-notes-752x265.jpg" alt="medium-notes" width="752" height="265" /></p>\n<p>And public previews and draft sharing is exceptional. I have public preview functionality on Post Status, and it works okay; it’s built into Medium, and it has great placement and is easy to use.</p>\n<p>I think WordPress could build these features in. They simply make publishing better. Nearly every site could utilize a tool like this and I think that while there are plugin options for accomplishing these tasks, it’s pretty core to the experience and mission of publishing.</p>\n<h3>Plenty to gleam, but not a silver bullet</h3>\n<p>All in all, I liked publishing on Medium.</p>\n<p>No, I don’t own the content. Though they do have a one-click button for exporting everything you’ve ever written. (<em>edit: reader and former Medium employee Evan Solomon notes I do own the content itself. I guess I mean it more in the sense that I don’t own the platform, and can’t guarantee my content will always be there.</em>)</p>\n<p>I also can’t use my own domain. If I published there long term, that would be a problem.</p>\n<p>It’s unfair to compare Medium directly to WordPress. But from a publishing perspective, I’d say there are definitely elements WordPress could learn from. However, we shouldn’t just jump completely on the simplification bandwagon.</p>\n<p>Now, in terms of who can definitely learn from Medium, it’s WordPress.com. If I were going with a hosted platform, owning my own domain and being able to choose my own theme are pretty much the only reasons I’d choose WordPress.com versus Medium. The overall account (especially) and publishing experiences (marginally) feel more polished on Medium than WordPress.com.</p>\n<p>I don’t know if I’ll publish on Medium again. Probably, when I find a circumstance that this blog or my personal blog aren’t the right place. It was fun to play with a shiny new tool, but I’m still a WordPress guy, and I think we’re doing alright.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Jan 2015 17:50:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"WPTavern: The WordPress Foundation Creates a Traveling Scholarship in Memory of Kim Parsell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3126:"<a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellDocsTeamMeetup.jpg" rel="prettyphoto[37415]"><img class="size-full wp-image-36621" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellDocsTeamMeetup.jpg?resize=750%2C460" alt="Kim Parsell With the Docs Team Meetup in Cincinnati 2013" /></a>Kim Parsell With the Docs Team Meetup in Cincinnati 2013\n<p><a title="http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away" href="http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away">Kim Parsell once told me</a> that attending WordCamp San Francisco 2014 was one of the best experiences of her life. It was her first WordCamp San Francisco and although she was unemployed at the time, she was able to attend thanks to financial assistance received from the <a title="http://wordpressfoundation.org/" href="http://wordpressfoundation.org/">WordPress Foundation</a>. Knowing how much it meant to her to attend the event, the Foundation has launched a <a title="https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/" href="https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/">new scholarship program in memory of Kim </a>to provide women in the WordPress community the same opportunity.</p>\n<p>The details of the scholarship are as follows:</p>\n<ul>\n<li>It will be a scholarship for a woman contributor with financial need who has never attended the event before.</li>\n<li>It will be limited to WCSF’s replacement event rather than available for any WordCamp.</li>\n<li>When travel scholarships are announced for the event, this specific memorial scholarship will be mentioned in the post.</li>\n<li>It will cover the ticket cost, flight, and lodging.</li>\n<li>It will be awarded once per year.</li>\n<li>It will be funded by the Foundation.</li>\n<li>It will be awarded by the community team (or whoever within the project is overseeing travel scholarships that year) to the recipient 3 months in advance of the event.</li>\n</ul>\n<p>Jen Mylo, who helped turn the idea into a reality, says the program will likely live inside of a broader scholarship program, “The assumption is that it will live within a broader travel scholarship program that can be worked on this year (SF was a test of the idea, but not intended to be the only WC that would offer assistance in the future if it worked well, which we haven’t yet worked out).”</p>\n<p>By limiting the scholarship to women, the goal is to encourage more women to get involved with the project. Mylo also explained why it’s limited to first time attendees, “As a Kim memorial, we wanted this to be very Kim-specific, and that first-time experience is what we want to provide someone in her memory.”</p>\n<p>Although there <a title="https://twitter.com/scottbasgaard/status/551531483056578560" href="https://twitter.com/scottbasgaard/status/551531483056578560">was talk</a> of possibly naming a WordPress release after Kim, this is a much more fitting memorial as it allows her to contribute to the project for years to come.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Jan 2015 01:08:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: WPWeekly Episode 177 – Hanging Out With GoDaddy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:44:"http://wptavern.com?p=37411&preview_id=37411";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wptavern.com/wpweekly-episode-177-hanging-out-with-godaddy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5253:"<p>Over the years, GoDaddy has become a company <a title="http://chrislema.com/turning-around-godaddy/" href="http://chrislema.com/turning-around-godaddy/">people love to hate</a>. Whether it’s poor server performance or the actions of former CEO, Bob Parsons, the company has garnered a negative reputation. Within the last two years however, GoDaddy has implemented several changes to turn the company around.</p>\n<p>In this episode, <a title="http://marcuscouch.com/" href="http://marcuscouch.com/">Marcus Couch</a> and I are joined by three GoDaddy employees:</p>\n<ul>\n<li><a title="https://twitter.com/kingjeff2" href="https://twitter.com/kingjeff2">Jeff King</a>, General Manager of Hosting and Security</li>\n<li><a title="https://twitter.com/ifyouwillit" href="https://twitter.com/ifyouwillit">Mendel Kurland</a>, WordPress evangelist</li>\n<li><a title="https://twitter.com/k_payne" href="https://twitter.com/k_payne">Kurt Payne</a>, developer of the <a title="https://wordpress.org/plugins/p3-profiler/" href="https://wordpress.org/plugins/p3-profiler/">P3 plugin</a> and GoDaddy’s Managed WordPress platform</li>\n</ul>\n<p>We discuss changes made after Bob Parsons stepped down as CEO and how they’ve helped create a new culture within the company. Kurland describes what it’s like to be the first WordPress evangelist and explains his role in helping to establish relationships with people in the WordPress ecosystem. Payne provides details on GoDaddy’s <a title="https://www.godaddy.com/pro/managed-wordpress-hosting" href="https://www.godaddy.com/pro/managed-wordpress-hosting">managed WordPress hosting</a> platform and what makes it different from competitors.</p>\n<p>Later in the show, we talk about the decision to <a title="http://wptavern.com/godaddy-removes-ticketing-and-email-support-in-favor-of-phone-and-live-chat" href="http://wptavern.com/godaddy-removes-ticketing-and-email-support-in-favor-of-phone-and-live-chat">remove ticketing and email support</a> in favor of phone and live chat support. We find out the lessons the company learned when it <a title="http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick" href="http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick">auto activated SIDEKICK</a> on customer’s sites without notifying them. Near the end of the interview, King shares details on a new product called <a title="https://www.godaddy.com/pro" href="https://www.godaddy.com/pro">GoDaddy Pro,</a> which will make it a lot easier to manage clients on the GoDaddy platform.</p>\n<p>The biggest takeaway from the interview is that, GoDaddy has made and continues to make radical changes. It’s not the same company of a few years ago. If you’ve written them off in the past, I encourage you to give them a second look.</p>\n<h2>Stories Discussed:</h2>\n<p><a title="http://wptavern.com/wordpress-4-2-will-automatically-enable-pretty-permalinks-for-new-sites-on-installation" href="http://wptavern.com/wordpress-4-2-will-automatically-enable-pretty-permalinks-for-new-sites-on-installation">WordPress 4.2 Will Automatically Enable Pretty Permalinks for New Sites on Installation</a><br />\n<a title="http://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing" href="http://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing">BuddyPress 2.2 Beta 1 Now Available for Testing</a><br />\n<a title="http://wptavern.com/preview-the-new-design-for-the-wordpress-themes-directory" href="http://wptavern.com/preview-the-new-design-for-the-wordpress-themes-directory">Preview the New Design for the WordPress Themes Directory</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title="https://wordpress.org/plugins/wp-email-logs/" href="https://wordpress.org/plugins/wp-email-logs/">WP Email Logs Plugin</a> stores any email sent by the wp_mail() function in a log file within the database. Details logged include: from and to user ids, from and to email address, mail subject, mail content, component, type, send date, and more.</p>\n<p><a title="https://wordpress.org/plugins/internal-notes/" href="https://wordpress.org/plugins/internal-notes/">Internal Notes</a> adds a simple textarea to the post and page editors where you can add notes regarding a particular post or page.</p>\n<p><a title="https://wordpress.org/plugins/facebook-feed/" href="https://wordpress.org/plugins/facebook-feed/">FaceBook Feed</a> allows you to easily display a customizable feed of your Facebook Page on the frontend of WordPress.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 28th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="http://www.wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #177:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Jan 2015 00:44:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"Post Status: WordPress and the new European Union VAT (Value-Added Tax) rules";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://poststatus.com/?p=7318";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"https://poststatus.com/wordpress-vat-eu/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16493:"<p>On January 1st, the EU rolled out some new rules for handling the VAT (Value-Added Tax). Let’s start with the obvious: <strong>I’m not a lawyer or accountant and this post is just me chit chatting and doesn’t constitute any official form of advice or whatever other legal disclaimer you need, consider this it.</strong></p>\n<p>For most non-Europeans, the VAT may be unfamiliar, but it is relatively similar to an American sales tax. Until now, non-European businesses could basically ignore VAT (unless they have a European office), and Europeans were able to utilize the VAT rate of their home office. Now, that’s changing.</p>\n<p>Big companies from outside the EU, of course, found some nice loopholes to avoid high VAT rates even when they have a place of business in Europe; they did so by registering their EU operations in Luxembourg, where the VAT rate is lowest. Then, they only had to pay the Luxembourg rate, no matter who they sold to in the EU. <em>The EU is now changing the rules so that the VAT rate of the consumer’s purchasing location is the rate applied, no matter where the merchant is from</em>.</p>\n<h3>General VAT information</h3>\n<p>Getting easy to read information on VAT is hard. The purpose of this post is to provide that sort of information within the context of WordPress. However, for the best way to read VAT stuff in general, I’d recommend <a href="http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/2015-digital-services-changes/">VAT Live</a>.</p>\n<h3>Impact on European businesses</h3>\n<p>This, in a nutshell, is the big deal. Previously, European merchants knew their own VAT rate and applied that rate to everyone they needed to apply it to. Now there are something like 28 different rates in the EU and merchants have to apply them based on the purchaser, not themselves.</p>\n<p>For EU merchants, this sucks. Starting two weeks ago, they now have to track a whole lot of stuff and (theoretically) pay taxes to all sorts of entities. The EU has organizations that help with this, and now there are businesses like <a href="http://www.taxamo.com/">Taxamo</a> that are helping handle the calculations and whatnot for these merchants.</p>\n<p>However, it appears actually complying is <a href="http://euvataction.org/2015/01/09/eu-vat-how-did-the-first-week-go-its-not-pretty/">hard for small businesses and large</a> so far. For Europeans, these rules are a complete mess and is truly going to screw up the digital good economy for European merchants.</p>\n<h3>Impact on non-European businesses</h3>\n<p>For non-European businesses, the new VAT rules are a lot fuzzier.</p>\n<p>In short, nothing has changed. There have been European rules in place since 2003 saying that non-European merchants should pay VAT when selling to European consumers — even for digital goods. The thing is: <em>they didn’t enforce this because non-Europeans obviously aren’t under jurisdiction of European authorities</em>.</p>\n<p><span class="pullquote alignright">So, most merchants not in Europe — but selling to Europeans — have ignored existing rules for years, and we still can. But there is a but.</span> According to some places I’m reading, there is the potential that American and other non-European governments could cooperate and even enforce European VAT rules on its citizens.</p>\n<p><strong>Is this likely? </strong>Heck if I know. I honestly can’t decide if companies like Taxamo are just trying to churn up fear to get more customers (which is natural) or if Americans and other non-Europeans should really pay attention to VAT.</p>\n<p>My gut tells me this policy is terrible and won’t last, at least without some kind of revenue floor (like 1 million Euros or the equivalent per year, or something). But that change could be years in the making. What until then?</p>\n<h3>The determining factors and implications</h3>\n<p>In the end, it really depends on how willing you are to roll the dice. In my heart of hearts, I hate the idea of paying a foreign government tax revenue for a digitial good when they have no jurisdiction over me.</p>\n<p>Even “digital good” is hard to define, though the UK attempts to <a href="https://www.gov.uk/government/publications/revenue-and-customs-brief-46-2014-vat-rule-change-and-the-vat-mini-one-stop-shop-additional-guidance/revenue-and-customs-brief-46-2014-vat-rule-change-and-the-vat-mini-one-stop-shop-additional-guidance#section-2">define qualified services in this document</a>.</p>\n<p>I mean, I don’t even have to charge sales tax to other states in the US when Americans buy from me. Ugh. So, I really, really want to just ignore the EU — as an American at least — and tell them to screw off and catch me if they can.</p>\n<p>But.</p>\n<p>There are a few buts this time.</p>\n<p><strong>1)</strong> It is risky. Because it is possible that the IRS will collaborate with EU member states to collect tax revenue from American digital merchants, as companies like Taxamo suggest can/will happen. I don’t want to get hit with some kind of audit or fine from the IRS years down the road.</p>\n<p>A friend did make a good point to me recently, noting that the IRS barely enforces digital goods taxes in the United States, so why would they do so on behalf of a foreign entity?</p>\n<p><strong>2)</strong> Are European buyers breaking the law if I don’t comply as a seller? I don’t know, but a friend of mine that is complying brought that up. I can’t find much documentation on this front, but I wouldn’t want to cause European customers to break their laws by buying from me if I don’t comply.</p>\n<p><strong>3)</strong> It makes my product more expensive to European buyers if I comply, and it hurts my feelings as an American (Boston tea party, man!), but realistically, services will — and already are — come to save the EU with relatively simple ways to comply.</p>\n<h3>Enforcement and methods for complying</h3>\n<p>From what I can tell, each EU member state has to do its own collecting and enforcing. The EU is the regulating body but not the ones that will put feet on pavement to go and enforce these rules and taxes.</p>\n<p><span class="pullquote alignright">The safe bet seems to be to pay up and deal with it.</span> But I have a feeling you could ignore these rules (if you aren’t European) and probably get by just fine.</p>\n<p>Alternatively, non-EU merchants could just ignore the EU and don’t sell to anyone there. Well, I won’t do that. I have a lot of EU-based readers and (potentially) customers. But I am pissed about these rules; <em>the European Union is hurting small businesses</em>, and the worldwide economy.</p>\n<p>I feel even worse for my EU-based friends. They don’t even have the option of ignoring EU member states. Penalties for non-compliance for them are even more frightening. They are being excluded as consumers of internationally distributed digital goods and also being pinned down as merchants by these overly cumbersome and irresponsibly drafted rules.</p>\n<h3>Self hosting eCommerce is even harder now</h3>\n<p>One additional implication of all of this is this: it is now even harder to self-host your eCommerce. If you sell at a marketplace like Etsy or ThemeForest, they can better (at least attempt to) manage the VAT rules and keep you safe. Though, from what I’ve heard, even some big marketplaces are struggling big-time with these new regulations.</p>\n<p>If you sell on your own, you have to figure out new methods on your own or with your software of choice.</p>\n<h3>How to comply with VAT</h3>\n<p>Complying with VAT has turned into a business opportunity, and “solutions” are popping up.</p>\n<p>No matter which solution you use, you’ll need to learn about <a href="http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/mini-one-stop-shop-moss/">VATMOSS</a>. VATMOSS stands for Value-Added Tax Mini One Stop Shop. Basically, you can register with one EU country and thereafter just deal with that country for quarterly “returns” or payments.</p>\n<p>If you go through the UK, they have <a href="https://www.gov.uk/register-and-use-the-vat-mini-one-stop-shop">information on registering for VATMOSS</a>.</p>\n<p>The EU member countries will divvy up the differences in taxes collected on their own.</p>\n<p>For non-EU providers, <a href="http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/non-eu-providers-vat-e-services-voes/">VoES</a> (VAT on Electronic Services) is also worth learning about if you’re providing “digital services.”</p>\n<h3>General needs</h3>\n<p>There are some general needs for your store if you’re going to comply with VAT</p>\n<ul>\n<li>Know <a href="http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/2015-digital-services-changes/">if your style of eCommerce applies</a></li>\n<li>You need to know the country of origin for the buyer</li>\n<li>You need the buyer’s IP address</li>\n<li>You need the country of origin for the buyer’s credit card</li>\n</ul>\n<p>Honestly, some WordPress plugins are playing catchup to make these things possible and / or easier.</p>\n<p>In addition to information collection, information storage is also important. You’re supposed to store this stuff for up to ten years! You are also supposed to have ready-made reports for various authorities.</p>\n<p>Some services are helping with the calculations, others with the whole gambit.</p>\n<h4>Taxamo</h4>\n<p>The number one player I’ve seen in the VAT compliance market is <a href="http://www.taxamo.com/">Taxamo</a>. They are working hard to market their product, which identifies the consumer’s country, applies the appropriate VAT, integrates with your eCommerce application, stores and creates reports of your data, and fills out a quarterly return form on your behalf. They do so for 0.20 Euros per transaction, once you surpass 20 transactions per month.</p>\n<p>Taxamo is trying to handle pretty much every part of the handshake for you, from collecting to reporting. Here’s their flow:</p>\n<p><img class="aligncenter size-large wp-image-7350" src="https://poststatus.com/wp-content/uploads/2015/01/taxamo-752x416.jpg" alt="taxamo" width="752" height="416" /></p>\n<p>Taxamo has a few integrations:</p>\n<p><a href="https://wordpress.org/plugins/rcp-taxamo/">Taxamo for Restrict Content Pro</a></p>\n<p><a href="https://easydigitaldownloads.com/extensions/taxamo-integration/">Taxamo for Easy Digital Downloads</a></p>\n<p><a href="http://www.woothemes.com/products/woocommerce-taxamo/">Taxamo for WooCommerce</a></p>\n<p>EU VAT API</p>\n<p>The <a href="https://vatinfo.eu/">EU VAT API</a> is more hands-on, but probably a nice option for developers looking for a minimilist solution. Developed by Radish Concepts (savvy readers may recognize WordPress community member Coen Jacobs, who works with Radish), the EU VAT API is a simple, but seemingly elegant solution for the calculation of the various EU VAT rates.</p>\n<p>The EU VAT API has WordPress integration plugins for both <a href="https://wordpress.org/plugins/woocommerce-vatinfoeu/">WooCommerce</a> and <a href="https://wordpress.org/plugins/edd-vatinfoeu/">Easy Digital Downloads</a>.</p>\n<p><em>edit: Coen Jacobs tells me that like Taxamo, the EU VAT API also handles more than just rates, but they haven’t fully documented all of the other features yet.</em></p>\n<h4>Other methods</h4>\n<p>The <a href="https://vatapi.com/">VAT API</a> is another simple API that looks good, but I don’t know as much about it.</p>\n<h3>Compliance with specific eCommerce systems</h3>\n<p>The big WordPress eCommerce players pretty much all have VAT compliance methods in place by now:</p>\n<p>WooCommerce – they’re heavily on the Taxamo bandwagon, and have <a href="http://www.woothemes.com/products/woocommerce-taxamo/">this extension</a>. But there’s also the <a href="https://github.com/radishconcepts/woocommerce-vatinfoeu">Radish Concepts one</a> noted earlier.They also have a <a href="http://www.woothemes.com/products/eu-vat-number/">super slim extension</a> where customers can enter an EU VAT number, that uses an API to calculate the cost. There’s a <a href="https://wordpress.org/plugins/woocommerce-eu-vat-assistant/">free plugin on WordPress.org</a> too. Also, <a href="http://develop.woothemes.com/woocommerce/2014/11/attention-theme-authors-frontend-changes-ahead-in-woocommerce-2-3/">WooCommerce 2.3 is beefing up some features</a> that will make it better capable for handling some of the more nuanced VAT rules.</p>\n<p>Easy Digital Downloads – Has a lot of options. Here’s their <a href="https://easydigitaldownloads.com/extensions?extension_s=VAT&action=extension_search">site tag for “VAT” that lists the options</a>.</p>\n<p><a href="http://getshopped.org">WP E-Commerce</a> – Has one coming, but it’s not complete yet.</p>\n<p><a href="http://jigoshop.com">Jigoshop</a> – I can’t find any references to the new VAT rules, but since these guys are based in Europe, surely they either have something or are working on it.</p>\n<p><a href="https://ithemes.com/2014/12/30/ithemes-exchange-vat-add-updated-ready-vat-moss/">iThemes Exchange</a> – Has what appears to be an in-house VAT add-on, up to date for 2015.</p>\n<h3>Who is complying so far?</h3>\n<p>I was interested in who is actually complying with the new VAT rules so far — both Europeans and non-Europeans.</p>\n<p>I’ve received 120 votes from shop owners selling digital goods in my poll. I think that’s a pretty great response. Here are the results:</p>\n<p><strong>Question: Do you have an eCommerce store that sells digital goods? Are you complying with the new EU VAT rules?</strong></p>\n<p><img class="aligncenter size-large wp-image-7351" src="https://poststatus.com/wp-content/uploads/2015/01/VAT-poll-compliance-752x322.jpg" alt="VAT-poll-compliance" width="752" height="322" /></p>\n<table>\n<thead>\n<tr>\n<th>Option</th>\n<th>Count</th>\n<th>%</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>I’m a European merchant and complying with new VAT rules</td>\n<td>27</td>\n<td>22.5%</td>\n</tr>\n<tr>\n<td>I’m a European merchant and not yet complying with new VAT rules</td>\n<td>20</td>\n<td>16.67%</td>\n</tr>\n<tr>\n<td>I’m a non-European merchant and complying with new VAT rules for European customers</td>\n<td>6</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>I’m a non-European merchant and not complying with new VAT rules for European customers</td>\n<td>31</td>\n<td>25.83%</td>\n</tr>\n<tr>\n<td>I’m a non-European merchant and I no longer sell to European customers</td>\n<td>12</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>I don’t know what you’re talking about</td>\n<td>3</td>\n<td>2.5%</td>\n</tr>\n<tr>\n<td>I haven’t decided what to do yet</td>\n<td>11</td>\n<td>9.17%</td>\n</tr>\n<tr>\n<td>Other:</td>\n<td>10</td>\n<td>8.33%</td>\n</tr>\n</tbody>\n</table>\n<p>I guess the numbers aren’t terribly surprising, though I am quite surprised by how many Europeans are not complying.</p>\n<h3>Now what?</h3>\n<p>I think most of us will agree that these rules suck. The most organized thing I’ve seen to protest them is the <a href="http://euvataction.org/">EU VAT Action site</a>. You should go there and see how to petition and participate in the debate if you are upset by these changes.</p>\n<p>Quite personally, I have to figure out what to do. My primary reasoning for doing this research was to decide if I need to comply. I wanted to share what I’ve learned with you.</p>\n<p>In addition to the poll I did, I also asked some friends running businesses. I think you’d be surprised just how many “big” American companies aren’t complying (big in the sense of the WordPress space).</p>\n<p>It does keep coming back to me, what one friend told me about how easy it was to register for VATMOSS and get his shop setup though. I guess I have a few more days to decide.</p>\n<p>If you haven’t figured out what you’re going to do with your shop yet, I hope this has helped. If you plan to sell some digital goods in the future, this should be a decent guide to get the lay of the land in terms of selling digital goods with WordPress and complying with the new European VAT rules.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Jan 2015 21:52:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Matt: Venture Capital in the 80s";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44595";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://ma.tt/2015/01/venture-capital-in-the-80s/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:198:"<p>For the best explanation of what’s going on with capital markets now <a href="http://reactionwheel.net/2015/01/80s-vc.html">it might be best to look to Venture Capital in the 1980s</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Jan 2015 18:30:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WPTavern: Papi Project Adds a Page Type API to WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37377";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wptavern.com/papi-project-adds-a-page-type-api-to-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4177:"<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/pages.jpg" rel="prettyphoto[37377]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/pages.jpg?resize=1024%2C498" alt="photo credit: zenobia_joy - cc" class="size-full wp-image-37381" /></a>photo credit: <a href="https://www.flickr.com/photos/zenobia_joy/5509949256/">zenobia_joy</a> – <a href="http://creativecommons.org/licenses/by-nc/2.0/">cc</a>\n<p>The <a href="http://codex.wordpress.org/Pages" target="_blank">Pages</a> feature, although generated dynamically in WordPress, was designed for use with static, evergreen content. Pages have always been somewhat simpler than posts, which received a major boost to flexibility when custom <a href="http://codex.wordpress.org/Post_Types" target="_blank">post types</a> came on the scene in version 3.0.</p>\n<p><a href="https://twitter.com/frozzare" target="_blank">Fredrik Forsmo</a>, a systems developer in Stockholm, Sweden, wanted to do more with pages and decided that WordPress needs a Page Type API. He created <a href="https://wp-papi.github.io/" target="_blank">Papi</a>, an open source project that offers a less traditional approach to working with fields and page types.</p>\n<p>“Papi was started because creating page types didn’t exists in a good way,” Forsmo said. “<a href="https://wordpress.org/plugins/advanced-custom-fields/" target="_blank">ACF</a> and other plugins only support custom fields on different post types. This is not a good way to create page types. Additionally, the URL structure isn’t ideal with custom post types.”</p>\n<p>Inspired by the lack of adequate solutions to address this need, Forsmo spent a year developing Papi in his spare time. The idea for the project is based on EPiServer’s <a href="http://pagetypebuilder.codeplex.com/" target="_blank">Page Type Builder</a>, which offers a more object oriented method of building pages. Papi brings this same approach to WordPress.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/add-new-page-type-view.png" rel="prettyphoto[37377]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/add-new-page-type-view.png?resize=1025%2C448" alt="add-new-page-type-view" class="aligncenter size-full wp-image-37397" /></a></p>\n<p>Essentially, it allows you to create page types using an existing post type or using custom post types. It doesn’t have an admin user interface for adding all the fields. “Papi uses classes in PHP, where one class represents one page type and in your class you add all fields you need,” Forsmo explained.</p>\n<p>After running it in production, he discovered that it’s easy to work with when it’s necessary to add new fields. Using Papi’s “page” post type, you can create different page types with different fields on the same post type, while maintaining a clean URL structure.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/start-page-example-page.png" rel="prettyphoto[37377]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/start-page-example-page.png?resize=1025%2C594" alt="start-page-example-page" class="aligncenter size-full wp-image-37401" /></a></p>\n<p>Forsmo believes that this is the way pages should work in WordPress. Although I don’t know if the idea will catch on with developers, the project seems useful for those rare scenarios where custom post types aren’t a good match.</p>\n<p>Papi isn’t on the WordPress plugin directory but can be downloaded from <a href="https://wp-papi.github.io/" target="_blank">GitHub</a>. It’s also available as a <a href="https://packagist.org/packages/wp-papi/papi" target="_blank">Composer package</a>. Papi currently works on WordPress 3.8+ (3.9+ if on HHVM) and PHP 5.3 and above. If you want to experiment with it, Forsmo has written <a href="http://papi.readthedocs.org/en/latest/" target="_blank">documentation</a> on how to get started, how to add page type meta boxes and options, functions available to use in your page type, and how to register a page type directory.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Jan 2015 16:28:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: Edit BuddyPress Activity Posts on the Front End";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37251";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wptavern.com/edit-buddypress-activity-posts-on-the-front-end";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3849:"<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-edit-activity.png" rel="prettyphoto[37251]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-edit-activity.png?resize=1025%2C465" alt="buddypress-edit-activity" class="aligncenter size-full wp-image-37345" /></a></p>\n<p>Earlier this week, the folks at <a href="http://www.buddyboss.com/" target="_blank">BuddyBoss</a> released <a href="http://wptavern.com/new-buddypress-global-search-plugin-adds-unified-search-of-all-buddypress-components" target="_blank">BuddyPress Global Search</a>, a new plugin that allows users to search through every BuddyPress component. The company’s founder, Michael Eisenwasser, was inspired to give back to the project by creating a string of free plugins that benefit the whole community.</p>\n<p><a href="https://wordpress.org/plugins/buddypress-edit-activity/" target="_blank">BuddyPress Edit Activity</a> is the team’s latest contribution. This plugin is another handy tool that is likely to be useful for a wide range of social networks. It allows users to edit their activity posts and replies on the front end, similar to the “Edit Post” feature that you see available on Facebook.</p>\n<p>Once installed, you’ll find a new edit option added the activity meta buttons.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-activity-edit-button.png" rel="prettyphoto[37251]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-activity-edit-button.png?resize=1025%2C351" alt="buddypress-activity-edit-button" class="aligncenter size-full wp-image-37348" /></a></p>\n<p>Clicking the button allows users to edit their own activity updates and replies. It gives them the opportunity to correct errors or add to their posts, instead of having to completely delete the post and start over.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-activity-editing.png" rel="prettyphoto[37251]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-activity-editing.png?resize=1025%2C289" alt="buddypress-activity-editing" class="aligncenter size-full wp-image-37360" /></a></p>\n<p>The plugin’s settings screen lets administrators turn editing on/off for activity posts and replies, and includes the ability to limit the feature to admins only. The panel also has an option to disable editing after a set number of minutes, a feature often available in plugins that extend WordPress comments. Setting it to zero makes comments editable indefinitely.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/bp-activity-fronted-edit-settings.png" rel="prettyphoto[37251]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/bp-activity-fronted-edit-settings.png?resize=1025%2C524" alt="bp-activity-fronted-edit-settings" class="aligncenter size-full wp-image-37362" /></a></p>\n<p>I tested the plugin and found that it works well and fits in like a natural part of BuddyPress. It automatically adapts to your current active theme and doesn’t force any obtrusive styles on the activity stream.</p>\n<p><a href="https://wordpress.org/plugins/buddypress-edit-activity/" target="_blank">BuddyPress Edit Activity</a> may seem like a small thing but it’s one of those extensions that adds an intuitive feature that greatly improves interaction between users. This is a feature that users have grown to expect based on experience with other social networks.</p>\n<p>BuddyBoss is hitting home runs with its most recent plugin releases, both of which are useful for nearly any type of BuddyPress network. The theme shop is strategically positioning itself for becoming more well-known in the market with its indispensable free plugins.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Jan 2015 07:10:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WPTavern: WP Engine Open Sources Mercury Vagrant for Running WordPress on HHVM and PHP-FPM";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37296";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"http://wptavern.com/wp-engine-open-sources-mercury-vagrant-for-running-wordpress-on-hhvm-and-php-fpm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3808:"<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg" rel="prettyphoto[37296]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg?resize=1025%2C427" alt="wp-engine" class="aligncenter size-full wp-image-34106" /></a></p>\n<p><a href="http://wpengine.com/" target="_blank">WP Engine</a> Labs, in collaboration with the <a href="https://github.com/Varying-Vagrant-Vagrants/VVV" target="_blank">VVV</a> creators at <a href="http://10up.com/" target="_blank">10up</a>, released <a href="https://github.com/wpengine/hgv" target="_blank">Mercury Vagrant (HGV)</a> today. The new open source Vagrant configuration uses HHVM to serve PHP code. It also includes the ability to run your development site using standard PHP to test against for comparison.</p>\n<p>Mercury Vagrant is useful for any WordPress developer who wants to develop on top of HHVM. Last year, WP Engine partnered with 10up to launch Mercury, its new <a href="http://wptavern.com/wp-engine-partners-with-10up-to-launch-enterprise-hhvm-wordpress-hosting-platform" target="_blank">enterprise HHVM WordPress hosting platform</a>. Mercury Vagrant was commissioned to help WP Engine customers with local development, but it was not designed to be specific to the host’s infrastructure. It is GPL-licensed and meant to be used with any host.</p>\n<p>After provisioning your VM, Mercury Vagrant includes the following:</p>\n<ul>\n<li><a href="http://percona.com/" target="_blank">Percona DB</a></li>\n<li><a href="http://php-fpm.org/" target="_blank">PHP-FPM</a></li>\n<li><a href="http://hhvm.com/" target="_blank">HHVM</a></li>\n<li><a href="http://nginx.com/" target="_blank">Nginx</a></li>\n<li><a href="http://varnish-cache.org/" target="_blank">Varnish</a></li>\n<li><a href="http://memcached.org/" target="_blank">Memcached</a></li>\n</ul>\n<p>HGV creates four different sites, with built-in documentation, for running code with either HHVM or PHP-FPM:</p>\n<ul>\n<li><a href="http://hgv.dev" target="_blank">hgv.dev</a> — General documentation and links for all of the tools</li>\n<li><a href="http://hhvm.hgv.dev" target="_blank">hhvm.hgv.dev</a> — A new WordPress installation running on HHVM</li>\n<li><a href="http://php.hgv.dev" target="_blank">php.hgv.dev</a> — A new WordPress installation running on PHP-FPM (PHP 5.5)</li>\n<li><a href="http://admin.hgv.dev" target="_blank">admin.hgv.dev</a> — Useful administrative tools (phpMyAdmin, etc.)</li>\n</ul>\n<p>It also includes URLs for testing Varnish caching:</p>\n<p><a href="http://admin.hgv.dev" target="_blank">cache.php.hgv.dev</a><br />\n<a href="http://cache.hhvm.hgv.dev" target="_blank">cache.hhvm.hgv.dev</a></p>\n<p>WP Engine labs is committed to supporting and improving Mercury Vagrant for the foreseeable future. The team has collaborated with Facebook to resolve many of the previous issues of using HHVM with WordPress sites. Even if you’re using different host that offers HHVM, this open source Vagrant configuration is a solid, professionally-supported tool for local testing. If you need help <a href="http://wpengine.com/mercury/how-to-start/" target="_blank">getting started</a>, WP Engine created a visual walk through and tutorial videos to help you set up your local machine with HHVM with Vagrant.</p>\n<p><a href="https://github.com/wpengine/hgv" target="_blank">Mercury Vagrant</a> is a community tool that will go a long way towards helping developers become more familiar with running sites on HHVM. <a href="http://wpengine.com/mercury" target="_blank">Benchmarks comparing WordPress sites on HHVM vs PHP-FPM</a> indicate a 600% performance increase with HHVM. Dramatic performance increases in this range should have more hosts looking to add support for HHVM in the near future.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Jan 2015 22:02:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WPTavern: I Love Composer, I Love WordPress, But I Object to a Marriage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37262";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wptavern.com/i-love-composer-i-love-wordpress-but-i-object-to-a-marriage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10606:"<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/composer.jpg" rel="prettyphoto[37262]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/composer.jpg?resize=1024%2C509" alt="photo credit: Jesse Kruger - cc" class="size-full wp-image-37299" /></a>photo credit: <a href="https://www.flickr.com/photos/jessekruger/390534235/">Jesse Kruger</a> – <a href="http://creativecommons.org/licenses/by-nc/2.0/">cc</a>\n<hr />\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/david-hayes.jpg" rel="prettyphoto[37262]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/david-hayes.jpg?resize=150%2C150" alt="david-hayes" class="alignright size-thumbnail wp-image-37266" /></a><br />\nThis post was contributed by <a href="http://www.davidbhayes.com/" target="_blank">David Hayes</a>. David loves solving difficult problems at <a href="http://pressupinc.com">Press Up</a>, publishing new WordPress tutorials at <a href="http://wpshout.com">WPShout</a>, and eating cold cereal with milk.</p>\n<hr />\n<p>The developer tool <a href="https://getcomposer.org/" target="_blank">Composer</a> has been sneaking in around the fringes of the WordPress community. <a href="http://composer.rarst.net/" target="_blank">Rarst</a> is a fan. The <a href="http://roots.io/using-composer-with-wordpress/" target="_blank">Roots theme framework</a> folks like it. There’s support infrastructure like <a href="http://wpackagist.org/" target="_blank">WPackagist</a>.</p>\n<p>Composer is widely known in the wider PHP development space. Developer types who mostly focus on WordPress probably have some passing familiarity with it. Maybe you ran across a project I mentioned, or heard about it at a WordCamp or meet-up. Or maybe you’ve seen Sarah’s intermittent coverage here at the Tavern when projects — most recently <a href="http://wptavern.com/buddypress-2-2-will-add-support-for-composer" target="_blank">BuddyPress</a> — take steps to support it.</p>\n<p>Composer is awesome. I think it’s the most exciting thing to happen to PHP in the last five years. WordPress is awesome. I’ve been using WordPress for nearly a decade now, and I wouldn’t recommend people use anything else for a beautiful, feature-rich publishing experience for the web. But I don’t think the two fit together as well as some would like, and that’s our focus.</p>\n<p>But don’t worry if you don’t know what Composer is, we’ll start with that. Then we’ll cover a bit about why WordPress is great and explain where the two fit together, sometimes a bit awkwardly. Finally, we’ll look at how and when it makes sense to incorporate Composer into WordPress work.</p>\n<h3>What is Composer Anyway?</h3>\n<p>In the very simplest version, Composer is dependency management for PHP. That is, it’s the way that I can pull in external code — libraries, classes, whatever you want to call them — that other people wrote, make sure it’s loaded for me to use, and never need to worry about it again. Many other languages have had solutions to this problem for awhile, of varying quality. In Ruby, <a href="https://rubygems.org/" target="_blank">Gems</a> are very well known. For front-end JavaScript development, there’s some standardization on Bower. Python’s pip has been around awhile. All of these things have similar roles, but the specific implementation is different.</p>\n<p>The big problem dependency managers solve is the way most people deal with dependencies — other people’s code they’re using to solve a problem. Without a tool like Composer, it is sloppy and haphazard. When you want a user-friendly date handling library, you go to your search engine, find a few hundred lines of code, copy them into a file, try your best to figure out how to work with them, and never ever know or care when the author of those lines later realizes they created a giant performance bottleneck or security vulnerability.</p>\n<p>Dependency managers also take care of the issue that some code you want to use may itself rely on other libraries, classes, etc., that you aren’t already using. This leads to big headaches. And in solving these issues, Composer also makes sure that it gets versions of all that software that work for all the various libraries your application makes use of.</p>\n<p>So with Composer, you’re saved from a lot of copy-pasting, you get super-powers about dependency issues, and you’re also given a much easier path to get performance improvements, security patches, new features, and so on.</p>\n<p>So you can, for example, tell Composer you want to use a nice date parsing library like <a href="https://github.com/briannesbitt/Carbon" target="_blank">Carbon</a>, set your code up to load the Composer dependencies for you before you use them (with a simple include ‘vendor/autoload.php''; to use this article’s only snippet of PHP) and you’re set to go. And when Carbon, or another dependency, gets updated, you’ll be able to quickly get the latest version with a simple run of Composer’s update command.</p>\n<h3>What Makes WordPress Great</h3>\n<p>Since you’re reading WPTavern, I’ll just say, succinctly, that WordPress is an easy-to-use CMS with a rich ecosystem of plugins and themes that make it easy to accomplish a wide variety of goals.</p>\n<p>WordPress is made to be easy-to-use — specifically, for the end user. An average WordPress user, who is put a little on edge by the mention of PHP code, is still able to easily change the look or behavior of their site just by installing a new theme and a few of the thousands of great plugins out there, right from the simple user interface. Even for commercial plugins and themes, the user can probably rely on few-click updates. Users get security updates to their core WordPress code without even needing to think about it.</p>\n<h3>How Composer and WordPress Can Work Together</h3>\n<p>As Josh Pollock called out in <a href="http://torquemag.io/improving-wordpress-development-workflow-composer/" target="_blank">a great article about Composer</a>, there are three basic ways WordPress and Composer can be combined:</p>\n<ul>\n<li>To manage dependencies for a theme or a plugin you’re developing</li>\n<li>To manage your themes and plugins used on a site</li>\n<li>For total site dependency management</li>\n</ul>\n<p>We’ll take on the last two first, as they’re the most common way in which people are talking about Composer.</p>\n<h3>Why Composer and WordPress Aren’t as Compatible as Peanut Butter and Jelly</h3>\n<p>So WordPress is great and easy to use for slightly-more-technical-than-average people. Composer is great — really really great — for developers. Don’t two great things make a new even greater thing? I mean: I love peanut butter, and I love jelly, and I think a peanut butter and jelly sandwich is one of the top ten foods invented in America. So why don’t I love the combination of Composer and WordPress?</p>\n<p>It’s not that they’re useless together. I think they can work together quite well, but I don’t think the solution of “run your whole WordPress site with Composer” that’s creeping into more and more places works well. It takes care of one problem — WordPress being awkward to manage and deploy for developer-types — by creating another — a less-than-great experience for the mortals left with the WordPress site who just want to install this new plugin.</p>\n<p>Basically, in trying to cram WordPress into Composer we’re forcing a square peg into a round hole. WordPress’ focus on end-user ease-of-use — just jump into the admin area and search for a plugin on the WordPress.org repository, or upload the Zip archive you got from the seller — is conceptually at odds with using Composer to install WordPress.</p>\n<p>The change of behavior, and frankly the greater knowledge required, makes it the opposite of a simple experience for most. For a site with dedicated and knowledgeable developers or admins around 24/7, that’s possibly a wise trade off, but for most WordPress sites I see, that’s a losing combination.</p>\n<h3>When Composer and WordPress are a Good Combination</h3>\n<p>Even for most WordPress cases, I think there’s one place where Composer’s great: when you have some dependencies in a theme or plugin. It’s the combination of WordPress and Composer I’ve tried repeatedly and recommend heartily. It is brilliant. When you’ve got a project that you know doesn’t really need to support down to PHP 5.2, and where you really do want some helper code, Composer is fantastic as a way to get that external code and seamlessly keep it up to date. (Autoloading, a Composer feature which we’ve ignored until this point, is also a big perk.)</p>\n<p>For plugin or theme development, I think Composer is great. If you’re making a plugin that would benefit from a great date-parsing library like Carbon, <a href="https://github.com/thephpleague/commonmark" target="_blank">a Markdown parser</a>, or something else, by all means use Composer to pull that in. For more WordPress specific stuff, such as <a href="https://github.com/WebDevStudios/CMB2" target="_blank">CMB2</a> or <a href="https://github.com/thomasgriffin/TGM-Plugin-Activation" target="_blank">TGM Plugin Activation</a>, it’s far better to pull that from Composer than an old-school copy and paste.</p>\n<h3>There’s a Time and a Place for Composer</h3>\n<p>WordPress and Composer aren’t useless together; far from it. But the “run your whole WordPress site with Composer” solution is only right for developer-intensive use of WordPress. If you’re using something like <a href="http://capistranorb.com/" target="_blank">Capistrano</a> for deployments already, go ahead and slot Composer right in beside it. For casual WordPress users, even those who’ve made or modified a theme or plugin before, Composer is most likely to end up feeling like awkward-to-integrate overkill.</p>\n<p>As a developer, you should know how to use Composer to take care of complex dependencies inside of a plugin or theme and then package up your Composer dependencies in a way that is invisible to the end user. Let them be blissfully unaware that you’ve used Composer at all. Let them keep that smooth and comfortable WordPress flow with core security and easy updates. That way we get the best of both!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Jan 2015 19:51:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WPTavern: The Features as Plugins First Model Is a Mess";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=33335";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wptavern.com/the-features-as-plugins-first-model-is-a-mess";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7987:"<p>Released in late 2013, <a title="http://wptavern.com/wordpress-3-8-parker-released" href="http://wptavern.com/wordpress-3-8-parker-released">WordPress 3.8</a> was packed with new features including, a new theme browser experience, widgets area chooser, and a redesign of the backend. It’s also the first release to include a feature using a new formal development process called <strong>features-as-plugins</strong> first. The backend redesign started off as a plugin called MP6 with <a title="https://make.wordpress.org/design/2013/03/09/as-a-continuation-of-the-work-begun-in/" href="https://make.wordpress.org/design/2013/03/09/as-a-continuation-of-the-work-begun-in/">development beginning</a> in March, 2013.</p>\n<p>Prior to MP6, features were largely developed inside of core during the development cycle. This method caused some versions to be delayed, as was <a title="https://make.wordpress.org/core/version-3-6-project-schedule/" href="https://make.wordpress.org/core/version-3-6-project-schedule/">the case for WordPress 3.6</a>. The success of MP6 proved that by developing core features as plugins first, they were easier to test, manage, and merge into core at the appropriate time. Since adopting the development process, at least seven features have <a title="https://make.wordpress.org/core/features-as-plugins/" href="https://make.wordpress.org/core/features-as-plugins/">landed in core</a>. However, as an outsider looking in, the process seems to be falling apart.</p>\n<h2>MP6 Set The Bar</h2>\n<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2013/10/mp6.jpg" rel="prettyphoto[33335]"><img class="size-full wp-image-10695" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2013/10/mp6.jpg?resize=800%2C452" alt="MP6 WordPress Admin Plugin" /></a>MP6 WordPress Admin Plugin\n<p>Each week, Matt Mullenweg and Matt Thomas released a new version for people to test. They also kept <a title="https://make.wordpress.org/design/tag/mp6/" href="https://make.wordpress.org/design/tag/mp6/">everyone updated</a> on what changed and left the comment form open to solicit feedback. This made it easy for people to participate in the development and testing process. By using P2 and the comment section, it was a lot easier to provide feedback. Since MP6 was a plugin, testing it was as easy as installing it on a stable version of WordPress.</p>\n<h2>The Lack of a Testing Audience</h2>\n<p>MP6 was available for download on the WordPress plugin directory. This made it accessible to anyone who wanted to test it. Recent plugins like the <a title="https://github.com/johnbillion/wp-session-manager" href="https://github.com/johnbillion/wp-session-manager">User Session Manager</a> by John Blackbourn don’t have any P2 posts on the Make WordPress Core site. As with several other features, discussion took place within a <a title="https://core.trac.wordpress.org/ticket/30264" href="https://core.trac.wordpress.org/ticket/30264">trac ticket</a>. Development of the plugin was handled on Github until it received a pass to be merged into core. Having a feature plugin only available on Github and a lack of communication surrounding the feature prevents a lot of people from potentially being part of the testing group.</p>\n<p>WordPress lead developer, Ryan Boren, <a title="https://make.wordpress.org/core/2014/11/03/open-update-thread/#comment-20735" href="https://make.wordpress.org/core/2014/11/03/open-update-thread/#comment-20735">noted in an open thread</a> in November of 2014, that when it comes to gathering a testing audience, no feature plugin has reached the standards set by MP6. For plugins to be merged into core, Boren suggested the following items should be met:</p>\n<ul>\n<li>Be present and up-to-date in the plugin directory.</li>\n<li>Be as ready to go on mobile as they are on desktop.</li>\n<li>Have visual records for major flows through all new interfaces on all devices.</li>\n<li>Have mature UI that isn’t going to derail the release train.</li>\n<li>Have a history of posting weekly updates to make/core.</li>\n<li>Have a history of regular plugin directory updates.</li>\n<li>Have a testing audience.</li>\n<li>Publish a merge consideration post on make/core complete with visual records and other diligence.</li>\n<li>Exist for at least one release cycle. Plugins created at the beginning of a release cycle should not be considered for merge until the next release.</li>\n</ul>\n<p>Several feature plugins fail to adhere to many of these proposed guidelines. In June of 2014, Andrew Nacin added a “<a title="http://wptavern.com/wordpress-trunk-adds-new-beta-testing-tab-to-plugins-screen" href="http://wptavern.com/wordpress-trunk-adds-new-beta-testing-tab-to-plugins-screen">Beta Testing</a>” tab to the add plugins screen for those who use WordPress trunk. The tab lists <a href="http://make.wordpress.org/core/features-as-plugins/" target="_blank">Feature Plugins</a> that are available for testing.</p>\n<a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/FeaturedPlugins.png" rel="prettyphoto[33335]"><img class="size-full wp-image-37253" src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/FeaturedPlugins.png?resize=1025%2C404" alt="Featured Plugin Development Looks Dead" /></a>Feature Plugin Development Looks Dead\n<p>Based on the results in the screenshot, it looks like every feature plugin is dead in the water, including the WP API. However, if you look at the activity for <a title="https://github.com/WP-API/WP-API" href="https://github.com/WP-API/WP-API">WP API on Github</a>, there’s plenty of development taking place. How can more people participate in the testing process if feature plugins are not routinely updated and available for download in the directory? This needs to change sooner rather than later.</p>\n<h2>Feature Plugins are More Like Experiments</h2>\n<p>Feature plugins are not guaranteed to be added to WordPress. Instead, the process is similar to a lab with each one being an experiment. Sometimes a plugin won’t be added but parts of it will. For example, many of the improvements to the post editor in 3.9, 4.0, and 4.1 are derived from the <a title="https://wordpress.org/plugins/wp-front-end-editor/" href="https://wordpress.org/plugins/wp-front-end-editor/">Front-end Editor</a>. Maybe the core team should think about renaming them to <strong>feature experiments</strong> as it’s more representative of what they really are.</p>\n<h2>Project Management</h2>\n<p>When I brought up the subject of feature plugin development at the January 7th core development meeting, Scott Taylor <a title="https://wordpress.slack.com/archives/core/p1420669524004536" href="https://wordpress.slack.com/archives/core/p1420669524004536">made an excellent point</a>, “F<span class="message_content">eatures-as-plugins often become Projects without requirements or tasks, which leads to a non-schedule, and then often require all-or-nothing to go in.” Feature plugins are generally driven by one or two people who might be good developers, but lack project management skills. It’s almost like someone needs to constantly shepherd feature plugins to make sure they’re following a schedule and keeping them all on the same page.</span></p>\n<h2>The Process Needs to be Fixed</h2>\n<p>It’s clear that the feature plugin development process is disjointed at best. Communication is lacking, synchronized development between plugins on Github and WordPress.org is non-existent, and some plugins are merged too quickly. If users are to receive the maximum benefits from the experimental process, it needs to be orchestrated better. At least the core team is <a title="https://make.wordpress.org/core/2015/01/13/feature-plugins-in-4-2-and-beyond/" href="https://make.wordpress.org/core/2015/01/13/feature-plugins-in-4-2-and-beyond/">aware of the problems</a> and is working towards improving the situation for the 4.2 development cycle.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Jan 2015 19:20:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt: Futuristic Predictions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44568";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://ma.tt/2015/01/futuristic-predictions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:336:"<p>Yesterday’s post was a bit of a downer, so here io9 lists <a href="http://io9.com/the-most-futuristic-predictions-that-came-true-in-2014-1674887659">The Most Futuristic Predictions That Came True In 2014</a>, including technologically-assisted telepathy, 3d printing in space, laser weapons, and landing a robot on a comet.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Jan 2015 15:15:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:101:"WPTavern: Justin Tadlock Joins Forces with Emil Uzelac to Provide WordPress Theme Review as a Service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37204";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:111:"http://wptavern.com/justin-tadlock-joins-forces-with-emil-uzelac-to-provide-wordpress-theme-review-as-a-service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5464:"<a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/red-pen.jpg" rel="prettyphoto[37204]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/red-pen.jpg?resize=1024%2C500" alt="photo credit: pollas - cc" class="size-full wp-image-37241" /></a>photo credit: <a href="https://www.flickr.com/photos/pollas/526544001/">pollas</a> – <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">cc</a>\n<p>Last week, Emil Uzelac <a href="http://wptavern.com/emil-uzelac-launches-new-wordpress-theme-review-service" target="_blank">launched a new theme review service</a> targeted at WordPress developers and companies that want their products to adhere to best practices. Just one week after launch, <a href="http://justintadlock.com/" target="_blank">Justin Tadlock</a>, a fellow member of the WordPress.org theme review team and author of the <a href="http://themehybrid.com/hybrid-core" target="_blank">Hybrid Core</a> framework, is joining forces with Uzelac to provide professional reviews to customers.</p>\n<p>“I’m interested in seeing where this goes. We (DevPress when I was there) were going to offer this service. It never took off because the business itself didn’t,” Tadlock <a href="http://wptavern.com/emil-uzelac-launches-new-wordpress-theme-review-service#comment-62455" target="_blank">commented</a> on the original announcement. In the past he has conducted paid reviews privately for commercial theme vendors. Uzelac noticed his interest and pounced on the opportunity to partner with him.</p>\n<p>“To quote one of my all time favorite businessman, J.C. Penney: ‘Growth is never by mere chance; it is the result of forces working together,''” Uzelac said. “Justin and I exchanged a few ideas in my launching interview and that is where I learned from Jeff that he had this idea back in 2011.”</p>\n<p>Since this idea has been on Tadlock’s mind for several years, he didn’t hesitate to get involved. “It’s something I pretty much immediately hopped on. We already have a bit of a working relationship as admins for the Theme Review Team. I believe it’s a good fit,” he said.</p>\n<p>Based on his <a href="http://wptavern.com/justin-tadlock-publishes-the-results-of-his-themeforest-experiment" target="_blank">experience at ThemeForest</a> and his service on the WordPress.org Theme Review Team, Tadlock is convinced that developers of all experience levels can benefit from professional theme review:</p>\n<blockquote><p>Professional theme authors who want to bring the highest quality theme to market need assurance that their code is solid. There’s nothing worse than spending months building an awesome theme only to have it break for a bunch of users because you missed something minor. Even the most experienced theme authors (myself included) overlook problems that a fresh, second pair of eyes could easily find. We have editors for books, newspapers, and so on for the same reason. Authors, whether they’re writers or theme developers, are going to miss something.</p></blockquote>\n<p>Although themes have always been critical to the success of WordPress, theme review is just now emerging as a service for which one might want to hire a dedicated professional. Tadlock attributes this to the increasing complexity of theme development. “Themes are a lot more complex than they were just 5 years ago, for example. This isn’t just because theme authors are packing in more stuff,” he said.</p>\n<p>“Part of it is because basic WordPress theme development has gotten more complex. WordPress has been packing in a lot of new things in recent years, and themes need to account for a variety of possibilities. Just having someone running through unit tests will be a big help.”</p>\n<p>Several readers commented on the original announcement to suggest that Uzelac consider offering a certification or badge of some sort for commercial theme authors to display once their themes have passed a professional review. Tadlock is open to the idea but sees it more as a marketing tool for their customers to employ.</p>\n<p>“That’s probably a good idea, but I don’t think that’s what really matters,” he said. “I think the focus should be on giving our clients (theme devs) peace of mind. Once we are seen as a legit and well-known service, a badge or something will most likely become a useful marketing tool for theme authors.”</p>\n<p><a href="http://themereview.co/" target="_blank">The Theme Review service</a> has already gained traction, and Uzelac reports that he completed his fourth review today. “I’ve taken only what I could handle alone and in time. Now that Justin is in, we will do more,” he said. “In only few days after the initial launch the response and support has been overwhelming. This confirms that our community is in great need of experienced reviewers.”</p>\n<p>When it comes to WordPress theme review skills and experience, Uzelac and Tadlock’s forces combined are unparalleled in the WordPress community. Tadlock hopes that together they can expand their efforts to serve more commercial theme providers. “I’d like to see regular business from some of the major theme shops,” he said. “That’s probably the biggest goal I’d shoot for at the moment.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 23:41:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WPTavern: VersionPress RC1 Released to Early Backers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37215";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wptavern.com/versionpress-rc1-released-to-early-backers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3708:"<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png" rel="prettyphoto[37215]"><img class="size-full wp-image-24643" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeaturedImage.png?resize=650%2C200" alt="Version Control Featured Image" /></a>Version Control Featured Image\n<p><a title="http://versionpress.net/" href="http://versionpress.net/">VersionPress</a>, the plugin that allows you to <a title="http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses" href="http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses">revert changes to a site</a> without having to restore a backup, is <a title="http://blog.versionpress.net/2015/01/announcing-early-access-program/" href="http://blog.versionpress.net/2015/01/announcing-early-access-program/">being released</a> to early backers. Near the middle of 2014, VersionPress creators <a href="https://twitter.com/borekb">Borek Bernard</a> and <a href="https://twitter.com/JanVoracek">Jan Voráček</a> created a crowdfunding campaign asking for $30K.</p>\n<p>The campaign started off on a rocky note, as several readers <a title="http://wptavern.com/versionpress-adopts-the-gpl-software-license" href="http://wptavern.com/versionpress-adopts-the-gpl-software-license">questioned what license</a> the plugin would use. Bernard decided to license the plugin using the GPLv2, but the decision was made near the middle of the campaign and the duo missed their goal by $14.5K. However, development continued and, for the past several months, the team has been hard at work getting the product to a point where people can start using it.</p>\n<p>A release candidate will be made available later this week to those who backed the project with $50 or more. If no major issues are reported, the team will release version 1.0 by the end of the month. However, the plugin will not be free to use. Those who want access to version 1.0 and future releases will need to join the <a title="http://versionpress.net/#get" href="http://versionpress.net/#get">early access program</a>. The program tries to strike a balance between making the plugin accessible to anyone who’s interested and funding development.</p>\n<a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/VersionPressEarlyAccessProgramPrices.png" rel="prettyphoto[37215]"><img class="size-full wp-image-37221" src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/VersionPressEarlyAccessProgramPrices.png?resize=956%2C308" alt="VersionPress Early Access Program Prices" /></a>Early Access Program Prices\n<p>VersionPress 1.0 is an initial release and won’t have all of the planned features such as sync and staging. Instead, those features will be rolled out in future versions of the product. According to their development plan:</p>\n<ul type="disc">\n<li>Version <strong>1.0</strong> will contain all the important <strong>basics</strong> – things like <strong>Undo</strong>, <strong>Rollback</strong>, <strong>automatic change tracking</strong>, support for all the built-in WordPress types, etc.</li>\n<li>Version <strong>2.0</strong> will bring full support for <strong>sync and staging</strong>.</li>\n<li>Versions <strong>3.0</strong>, <strong>4.0</strong> etc. will bring features from the <a href="http://docs.versionpress.net/en/release-notes/roadmap">roadmap</a>.</li>\n</ul>\n<p>I’m happy to see the duo remain committed to their goal of developing and shipping a working product. I still think VersionPress is a great idea and can’t wait to see how easy or difficult it is to use. Look for a thorough review on the Tavern sometime in February.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 21:31:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WPTavern: Is 2015 The Year of WordPress Admin Themes?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37098";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wptavern.com/is-2015-the-year-of-wordpress-admin-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3370:"<p>The CPO and partner of <a title="http://hmn.md/" href="http://hmn.md/">Human Made</a>, Noel Tock, <a title="https://medium.com/@noeltock/wordpress-in-2015-ed6a4674a608" href="https://medium.com/@noeltock/wordpress-in-2015-ed6a4674a608">published</a> his WordPress predictions for 2015. His predictions include, custom dashboards, front-end editing, internationalization, and more. This could be the year of admin themes, but I think it largely depends on whether the <a title="https://github.com/WP-API/WP-API" href="https://github.com/WP-API/WP-API">WP API</a> is merged into core.</p>\n<p>Tock predicts we’ll see a substantial increase in different WordPress backend experiences. Although there are implementations like <a title="http://www.happytables.com/" href="http://www.happytables.com/">Happytables</a> and <a title="http://jettyapp.com/" href="http://jettyapp.com/">Jetty</a> which use the WP API, I don’t think we’ll see a lot of adoption until it’s vetted and merged into core.</p>\n<p>Regarding custom dashboard experiences, Tock makes a great point when he says:</p>\n<blockquote><p>For the most part, premium custom dashboards will fail. If it’s too generic, it likely can’t compete with WP-Admin (which actively pursues <em class="markup--em markup--li-em">one size fits all). </em>On the other hand, if it’s too niche or not very extendable, it won’t be of much use either. A minimal small business dashboard with front-end editing will likely be the most popular seller.</p></blockquote>\n<p>Additionally, I think his advice to those looking to experiment with the API should be considered, “Don’t create a custom dashboard because you want to change the way it looks, change it because you significantly want to improve the experience of <em class="markup--em markup--p-em">your </em>users.”</p>\n<p>Jason Schuller’s admin design for <a title="http://wptavern.com/jason-schuller-to-re-enter-wordpress-theme-market-with-niche-admin-designs" href="http://wptavern.com/jason-schuller-to-re-enter-wordpress-theme-market-with-niche-admin-designs">Pickle</a> is a great example of a backend that correlates with what’s on the frontend. Everything that’s unnecessary to manage the frontend of the site is removed from the backend, creating a streamlined experience.</p>\n<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/10/pickle-admin.jpg" rel="prettyphoto[37098]"><img class="wp-image-32235 size-full" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/10/pickle-admin.jpg?resize=964%2C520" alt="pickle-admin" /></a>WordPress Backend For The Pickle Theme\n<p>The WP API will make it easy for developers to create a variety of different admin experiences, but users will ultimately decide which implementation is right for them. We may even see an entire category added to the <a title="https://wordpress.org/themes/" href="https://wordpress.org/themes/">WordPress theme directory</a> for admin themes.</p>\n<p>Whether the API is merged this year or next, custom admin themes are inevitable. In the future, there will likely be an admin theme that matches the way you use WordPress to harmonize the user experience. What that theme looks like is anyone’s guess, but I’m looking forward to reviewing custom admin experiences created by developers using the API.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 21:18:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: Better Notifications Plugin for WordPress Now Out of Beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37180";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wptavern.com/better-notifications-plugin-for-wordpress-now-out-of-beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4881:"<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/better-notifications-for-wordpress-featured.png" rel="prettyphoto[37180]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/better-notifications-for-wordpress-featured.png?resize=660%2C300" alt="better-notifications-for-wordpress-featured" class="aligncenter size-full wp-image-37196" /></a></p>\n<p>The beta version of the <a href="https://wordpress.org/plugins/bnfw/" target="_blank">Better Notifications for WordPress</a> plugin was released last year, and it lay dormant for many months while its original collaborators searched for a new developer. The plugin was created to allow you to send customizable HTML emails to users based on different actions in WordPress.</p>\n<p>Jack McConnell, founder of development agency <a href="http://www.voltronik.co.uk/" target="_blank">Voltronik</a>, commissioned the plugin to be built while creating <a href="http://www.voltronik.co.uk/case-studies/building-web-app-wordpress-re-imagining-bespoke-project-management-system/" target="_blank">a custom project management system</a> on top of WordPress. “One of the requirements was for notifications of new projects (WordPress categories) via email. I couldn’t find a plugin that sent notifications for events such as these, so I decided to write my own,” McConnell said. He worked with a developer to push the beta out over the course of a weekend, but that’s as far as it went last year.</p>\n<p>After finding a new developer, McConnell was able to get the plugin out of beta and develop a roadmap for future releases. Version 1.0 is a major overhaul and a complete re-write of the plugin. New features include:</p>\n<ul>\n<li>Auto-importer: Your old notifications will be imported when updating the plugin</li>\n<li>New ‘Generator’ for easily creating and editing your notifications</li>\n<li>More options and notification types as per feedback via the forums</li>\n<li>Granular control over choosing either user roles or individual users you’d like to send a notification to</li>\n<li>Fully translatable</li>\n</ul>\n<p>Each email can be customized using HTML, CSS, and Voltronik’s extensive list of <a href="http://www.voltronik.co.uk/wordpress-plugins/better-notifications-for-wordpress-shortcodes/" target="_blank">shortcodes</a>, which means you can add your site’s logo, a simple design, and all kinds of content to the emails. You can also set the notifications to go to selected individual users or limit the notifications based on user roles.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/better-notifications-for-wordpress.png" rel="prettyphoto[37180]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/better-notifications-for-wordpress.png?resize=806%2C534" alt="better-notifications-for-wordpress" class="aligncenter size-full wp-image-37190" /></a></p>\n<p>In addition to customizing WordPress’ default notification emails (i.e. new comments, registrations, password reset), the plugin adds options for the following:</p>\n<ul>\n<li>New category</li>\n<li>New post updated, published</li>\n<li>New [custom post type] updated, published, pending review</li>\n<li>Custom taxonomy – new term added</li>\n</ul>\n<p>Better Notifications for WordPress adds notification customization options for every custom post type you have registered on your site, which can be very useful if your CPT-based plugins don’t include notifications.</p>\n<p>If you’re trying to keep a tight rein on new category creation, this plugin will help keep you in the loop. It also makes it easy to brand your site communications better as an alternative to WordPress’ ugly notification emails. The plugin was built to fit into WordPress like a natural part of the admin.</p>\n<p>McConnell identifies other scenarios where Better Notifications might be useful:</p>\n<ul>\n<li>Outreach: A blog/news site with hundreds of subscribers – use it to alert them of new blog posts</li>\n<li>Communication: A small, internal WordPress site – use it to alert staff of new posts and comments</li>\n<li>Monitor: A website for a new product or service – use it for notifications of pingbacks and trackbacks</li>\n<li>Security: To receive alerts of password reset requests and their corresponding email address</li>\n</ul>\n<p>If you need greater control and customization over WordPress’ email notifications, this plugin handles just about every kind of notice on actions related to publishing. It’s well on its way to becoming a comprehensive tool and McConnell and his team are eager to improve the plugin based on user feedback. <a href="https://wordpress.org/plugins/bnfw/" target="_blank">Better Notifications for WordPress</a> version 1.0 is now available for download on WordPress.org.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 19:58:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"Post Status: GravityView raises the bar for WordPress video advertisements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://poststatus.com/?p=7332";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://poststatus.com/gravityview-songadaymann/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1092:"<p>Okay, maybe it doesn’t raise the bar the way you think I mean. But this is worthwhile.</p>\n<p>I’m pretty busy building the new Post Status infrastructure, but not too busy to post this.</p>\n<p><a href="https://gravityview.co/">GravityView</a> is a WordPress plugin by Zack Katz and Katz Web Services that lists Gravity Forms entries on your site in a nice way. It’s a slick plugin I’ve been meaning to dig further into since I learned about it at a WordCamp a few months back.</p>\n<p>Nevertheless, the folks behind GravityView have hired <a href="https://twitter.com/songadaymann">@songadaymann</a>, <a href="http://jonathanmann.net/about/">Jonathan Mann</a>, to create a new video for them, and it is… unforgettable.</p>\n<p></p>\n<p>I mean, I told you.</p>\n<p>This is the type of “hey this is funny / quirky” will probably better qualify for the members only newsletter in the future. But while I’m <a href="https://poststatus.com/club/" title="Post Status Membership Club">building that out</a>, you all get this nugget of fun for free.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 19:28:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Matt: Limits to Growth";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44525";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2015/01/limits-to-growth/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:637:"<p>“They modelled data up to 1970, then developed a range of scenarios out to 2100, depending on whether humanity took serious action on environmental and resource issues. […] The book’s central point, much criticised since, is that “the earth is finite” and the quest for unlimited growth in population, material goods etc would eventually lead to a crash. So were they right?” The answer lies in <a href="http://www.theguardian.com/commentisfree/2014/sep/02/limits-to-growth-was-right-new-research-shows-were-nearing-collapse">Limits to Growth was right. New research shows we’re nearing collapse</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 19:19:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Ping-O-Matic: A Prompt a Day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://blog.pingomatic.com/?p=115";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://blog.pingomatic.com/2015/01/13/a-prompt-a-day/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1387:"<p><a href="http://pingomatic.com/" target="_blank">Ping-O-Matic</a> is all about getting your latest content out into the world and driving more traffic to your blog. Sometimes, though, we need inspiration to write.</p>\n<p>Our friends at <em><a href="http://dailypost.wordpress.com" target="_blank">The Daily Post</a></em> published a free ebook of daily prompts: a gentle nudge to encourage a regular blogging habit. It’s available in four languages: <strong>English</strong>, <strong>French</strong>, <strong>Spanish</strong>, and <strong>Indonesian</strong>:</p>\n<p><a href="https://dailypost.wordpress.com/postaday/ebook-365-writing-prompts/" target="_blank">Ebook: 365 Writing Prompts</a></p>\n<p><a href="https://dailypost.wordpress.com/postaday/ebook-365-writing-prompts/"><img class=" size-large wp-image-116 aligncenter" src="https://pingomatic.files.wordpress.com/2015/01/ebook-365-featured-2.png?w=600&h=178" alt="ebook-365-featured 2" /></a></p>\n<p>Download the version you need — it’s free!</p><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pingomatic.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pingomatic.wordpress.com/115/" /></a> <img alt="" border="0" src="http://pixel.wp.com/b.gif?host=blog.pingomatic.com&blog=68432&post=115&subd=pingomatic&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 18:16:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:20:"Cheri Lucas Rowlands";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"WPTavern: How to Customize The Body and Title Font in WordPress Default Themes Without Touching Code";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37158";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"http://wptavern.com/how-to-customize-the-body-and-title-font-in-wordpress-default-themes-without-touching-code";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3147:"<p>WordPress 4.1 ships with three default themes, <a title="https://wordpress.org/themes/twentythirteen" href="https://wordpress.org/themes/twentythirteen">Twenty Thirteen</a>, <a title="https://wordpress.org/themes/twentyfourteen" href="https://wordpress.org/themes/twentyfourteen">Twenty Fourteen</a>, and <a title="https://wordpress.org/themes/twentyfifteen" href="https://wordpress.org/themes/twentyfifteen">Twenty Fifteen</a>. Although the theme customizer enables you to edit a default theme’s colors, header image, and other attributes, it doesn’t give you the ability to change the body and title fonts. If you’d like to easily change fonts in a default theme using the customizer without using code, try the <a title="https://wordpress.org/plugins/styleguide/" href="https://wordpress.org/plugins/styleguide/">Styleguide plugin</a> created by <a title="http://www.binarymoon.co.uk/" href="http://www.binarymoon.co.uk/">Ben Gillbanks</a>.</p>\n\n<a href="http://wptavern.com/how-to-customize-the-body-and-title-font-in-wordpress-default-themes-without-touching-code/2015customizerbeforestyleguide"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/2015CustomizerBeforeStyleguide.png?resize=297%2C668" class="attachment-full" alt="Customizer Before Styleguide is Activated" /></a>\n<a href="http://wptavern.com/how-to-customize-the-body-and-title-font-in-wordpress-default-themes-without-touching-code/2015customizerafterstyleguide"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/2015CustomizerAfterStyleguide.png?resize=291%2C826" class="attachment-full" alt="Customizer after Styleguide is Activated" /></a>\n\n<p>Once Styleguide is activated, you’ll see two new options added to the customizer. These allow you to edit the font for the body and title text. Styleguide will let you change fonts for headers and body text in almost any theme, but out of the box it supports Twenty Ten through Twenty Fifteen. There’s also support for <a title="https://creativemarket.com/BinaryMoon/108641-Puzzle-Responsive-WordPress-Theme?u=BinaryMoon" href="https://creativemarket.com/BinaryMoon/108641-Puzzle-Responsive-WordPress-Theme?u=BinaryMoon">Puzzle</a>, a theme created by Gillbanks.</p>\n<p>If you’re using one of the supported themes mentioned above then it will add font and color editing to the customizer, allowing you to style the themes as you wish. Developers can add support for their own themes by using the ‘add_theme_support’ command. Check out the <a title="https://github.com/BinaryMoon/styleguide/tree/master/theme-styles" href="https://github.com/BinaryMoon/styleguide/tree/master/theme-styles">included theme-styles</a> to see live examples on how to use the command.</p>\n<p>Gillbanks notes that additional theme support will be added in the future. Until then, if you’re using one of WordPress’ default themes, <a title="https://wordpress.org/plugins/styleguide/" href="https://wordpress.org/plugins/styleguide/">Styleguide</a> is an easy way to add the ability to customize the body and title fonts without touching a line of code.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 04:28:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Matt: Struggles of Distributed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44585";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://ma.tt/2015/01/struggles-of-distributed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:511:"<p>I think it’s good to show both sides of what a distributed organization is like, here are two essays by different <a href="http://automattic.com/">Automatticians</a>. Steph Yiu writes <a href="http://hoppycow.com/2015/01/04/still-figuring-it-out-communicating-remotely-with-lots-of-people/">Still figuring it out: communicating remotely with lots of people</a> and Chris Hardie writes on <a href="http://www.chrishardie.com/2015/01/distributed-vs-person-teams/">Distributed vs. In-person Teams</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Jan 2015 00:48:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WPTavern: New BuddyPress Global Search Plugin Adds Unified Search of All BuddyPress Components";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37106";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://wptavern.com/new-buddypress-global-search-plugin-adds-unified-search-of-all-buddypress-components";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2938:"<p>The developers behind the <a href="http://www.buddyboss.com/" target="_blank">BuddyBoss</a> theme shop released a plugin today that has the potential to benefit nearly every BuddyPress social network. <a href="https://wordpress.org/plugins/buddypress-global-search/" target="_blank">BuddyPress Global Search</a> adds a unified search bar, allowing users to search through every BuddyPress component, along with pages, posts, and select custom post types.</p>\n<p>Once activated, the plugin turns the site’s WordPress search inputs into a global search, capable of returning results for any of the social content on the site. It also features a live dropdown of results as you are typing.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-global-search.png" rel="prettyphoto[37106]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-global-search.png?resize=1025%2C708" alt="buddypress-global-search" class="aligncenter size-full wp-image-37141" /></a></p>\n<p>The plugin’s settings page allows administrators to include or exclude any component or custom post type from the unified search.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-global-search-settings.png" rel="prettyphoto[37106]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/buddypress-global-search-settings.png?resize=1025%2C532" alt="buddypress-global-search-settings" class="aligncenter size-full wp-image-37144" /></a></p>\n<p>The plugin was designed to work with any theme out of the box and should adopt your theme’s styling for BuddyPress search results. However, every theme is different and it may require additional tweaking to get it to perfectly compliment your current design.</p>\n<p>I spoke with BuddyBoss founder Michael Eisenwasser, who said that the plugin is his company’s way of giving back to one of WordPress’ sister projects. “I saw Matt at WCSF talking about WP companies giving back 5%, and was inspired to give back to BuddyPress,” he said. “Better search has always been lacking in BP. We built this one because we would use it ourselves on pretty much any site.”</p>\n<p>Eisenwasser plans to continue improving BuddyPress Global Search and will add new features based on user feedback. The BuddyBoss team is cooking up a string of free plugins and next on deck is one that will allow users to easily edit BuddyPress activity on the front end.</p>\n<p>If you administer a BuddyPress site and want your search results to return content from the social network, this plugin offers a solid option. Download <a href="https://wordpress.org/plugins/buddypress-global-search/" target="_blank">BuddyPress Global Search</a> for free from WordPress.org. Documentation and support can be found on the <a href="http://www.buddyboss.com/tutorials/" target="_blank">BuddyBoss website</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Jan 2015 23:21:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: Preview the New Design for the WordPress Themes Directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wptavern.com/preview-the-new-design-for-the-wordpress-themes-directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3730:"<p>A long-awaited update to the official WordPress Themes Directory is in progress. Contributors on the <a href="http://make.wordpress.org/meta/" target="_blank">Meta team</a> for WordPress.org are picking up speed on the effort to move the theme repository away from bbPress and into a new plugin, comprised of a custom post type for the repository package and a theme uploader.</p>\n<p>Konstantin Obenland posted a <a href="https://make.wordpress.org/meta/2015/01/09/theme-directory-update-19/" target="_blank">project update</a> to inform contributors that both the <a href="https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes" target="_blank">theme</a> and the <a href="https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory" target="_blank">plugin</a> that help to power the directory are now open source and available for anyone to view on <a href="https://meta.trac.wordpress.org/ticket/745" target="_blank">meta.trac</a>. The plan is to match the new directory design to the WordPress admin themes browser, allowing users to filter themes in a similar way.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/new-themes-directory.png" rel="prettyphoto[37090]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/new-themes-directory.png?resize=1001%2C852" alt="new-themes-directory" class="aligncenter size-full wp-image-37112" /></a></p>\n<p>As you can see in the screenshots above, much of the same UI from WordPress is being re-purposed for the directory. Users will be able to select from all available filters in order to narrow down results.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/themes-directory-filters.png" rel="prettyphoto[37090]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/themes-directory-filters.png?resize=987%2C662" alt="themes-directory-filters" class="aligncenter size-full wp-image-37115" /></a></p>\n<p>A <a href="https://wordpress.org/themesnew/" target="_blank">live preview</a> of the new directory is available, though Obenland warns it’s still a bit buggy. The new design also includes an update for the <a href="https://wordpress.org/themesnew/commercial/" target="_blank">commercially-supported GPL themes</a> page.</p>\n<h3>Timeline for Launching the New Themes Directory</h3>\n<p>There is no set timeline for launching the new directory, though some of the larger tasks have already been accomplished. All the necessary API changes are complete, along with the upload process, theme suspension and approval capabilities, and theme version handling.</p>\n<p>Obenland identified a list of important tasks that will need to be accomplished before launching the new directory. These items include things like importing existing themes from bbPress, rewriting the theme API and downloads handling to work with WordPress, synchronizing theme review results as a cron job, etc.</p>\n<p>Matching the UI to the admin themes browser means that users will have a consistent experience, whether they are searching on WordPress.org or browsing in the WordPress admin. It also speeds up the process by enabling contributors to reuse work that has already been done for the core software.</p>\n<p>If you are interested in contributing with the WordPress Meta team, now is an exciting time to jump in. All of the code for the project is public on <a href="https://meta.trac.wordpress.org/ticket/745" target="_blank">meta.trac</a>, and you can offer feedback on the <a href="https://make.wordpress.org/meta/2015/01/09/theme-directory-update-19/" target="_blank">Make.WordPress.org/Meta</a> blog.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Jan 2015 19:58:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: BuddyPress 2.2 Beta 1 Now Available for Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=37060";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2509:"<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png" rel="prettyphoto[37060]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398" alt="buddypress-logo-blue" class="aligncenter size-full wp-image-30655" /></a></p>\n<p>Over the weekend, BuddyPress project lead John James Jacoby announced that <a href="https://buddypress.org/2015/01/buddypress-2-2-beta-1/" target="_blank">2.2 beta 1</a> is ready for testing. The upcoming release has been in development since last September. Jacoby’s campaign for six months of BuddyPress, bbPress, and GlotPress development was <a href="http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded" target="_blank">fully funded</a> in mid-December, allowing him to spend more time on the project in 2015.</p>\n<p>So far, the 2.2 milestone has <a href="https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.2" target="_blank">127 resolved tickets</a>, which include enhancements and fixes across all components. Jacoby outlined the most significant changes that require more testing ahead of the official release:</p>\n<ul>\n<li><a href="http://wptavern.com/buddypress-2-2-on-track-to-provide-a-basic-member-type-api" target="_blank">Member types</a> will allow developers to register different types of users, i.e. ‘teacher’ vs. ‘student’.</li>\n<li>Post type activities will allow developers to <a href="http://wptavern.com/buddypress-2-2-to-add-custom-post-type-support-to-the-activity-stream" target="_blank">connect custom post types to activity stream items</a>.</li>\n<li>Numerous improvements to the Legacy template pack</li>\n<li>Several new query API’s (based on WordPress improvements) for retrieving more specific results</li>\n<li>Continued cache enhancements, particularly for multi-site and multi-network WordPress configurations</li>\n<li>Tons of under-the-hood improvements</li>\n<li>Increased coverage of inline code documentation, actions, and filters</li>\n</ul>\n<p>Now is good time for BuddyPress site administrators and plugin and theme developers to start testing their extensions against the beta. You can download the zip file for 2.2 beta 1 from the <a href="https://buddypress.org/2015/01/buddypress-2-2-beta-1/" target="_blank">release announcement</a>. The plugin’s core development team is aiming to get the official 2.2 release out to users by the end of January.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Jan 2015 05:31:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Matt: Thirty One";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44592";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ma.tt/2015/01/thirty-one/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3042:"<p>The first year of my thirties was both incredibly challenging and incredibly rewarding. I started a new decade and <a href="http://ma.tt/2014/01/toni-automattic-ceo/">a new role as CEO</a> at the same time, and at Automattic we grew to over 300 people and <a href="http://ma.tt/2014/05/new-funding-for-automattic/">raised money for the first time in a while</a>, both of which I couldn’t have predicted five or even two years ago.</p>\n<p>My big takeaway from the year was the importance of habits and small actions for accomplishing big things. To be productive I don’t need any fancy setups or project management software, just a well-groomed todo list and a pomodoro timer. This year on my birthday I find myself in Egypt which is an awe-inspiring place in many ways, but most striking to me has been the enduring beauty of craftsmanship with access to only the simplest of tools.</p>\n<p>In running, which I started this past summer while in Italy, I was able <a href="http://ma.tt/2014/10/run-better/">to slow down to go further and without injury</a>, and ended up putting in about 140 miles which took my fitness to be better than it’s been so far in my adult life. At least half of those miles were with friends and you can’t underestimate the importance of friends in helping you overcome mental blocks. (Also flew 425k miles in 2014, a new record. You can run anywhere and with minimal equipment — it’s a great way to explore a city.)</p>\n<p>Reading and writing, two of the activities still most important to me, benefitted from a “just do it” philosophy of putting one foot in front of the other. I <a href="http://ma.tt/2014/10/streak/">published more words</a> on ma.tt than any year since 2007, and I find blogging one of the most rewarding pastimes in my life. It was also a year of not trying to be all business all the time: I started reading fiction regularly after a decade away and letting the topics here drift wherever my interest is at the moment. Last year I talked about balance, and I think this is what drove many of the accomplishments I’m looking back on fondly now.</p>\n<p>I’m proud of how 2014 went, and I hope to build on that foundation to be a better person and reach even more ambitious milestones in the year to come. Here’s to slowing down to go further, and tackling big tasks with friends.</p>\n<p>Previously: <a href="http://ma.tt/2003/01/bday/">19</a>, <a href="http://ma.tt/2004/01/so-im-20/">20</a>, <a href="http://ma.tt/2005/01/hot-barely-legal-matt/">21</a>, <a href="http://ma.tt/2006/01/matt-22/">22</a>, <a href="http://ma.tt/2007/01/twenty-three/">23</a>, <a href="http://ma.tt/2008/01/twenty-four/">24</a>, <a href="http://ma.tt/2009/01/twenty-five/">25</a>, <a href="http://ma.tt/2010/01/twenty-six/">26</a>, <a href="http://ma.tt/2011/01/twenty-seven/">27</a>, <a href="http://ma.tt/2012/01/twenty-eight/">28</a>, and <a href="http://ma.tt/2013/01/twenty-nine/">29</a>, <a href="http://ma.tt/2014/01/matt-3-0/">30</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Jan 2015 04:26:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Matt: NFL is a Non-Profit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44285";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://ma.tt/2015/01/nfl-is-a-non-profit/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:283:"<p>Did you know the NFL is a non-profit? Slate says <a href="http://www.slate.com/articles/business/moneybox/2014/09/the_nfl_should_lose_its_tax_exempt_status_the_league_is_not_a_nonprofit.html">the NFL should lose its tax-exempt status: The league is not a “nonprofit.”</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 10 Jan 2015 18:12:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: PGP Tutorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44579";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"http://ma.tt/2015/01/pgp-tutorial/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:373:"<p>Speaking <a href="http://ma.tt/2014/12/donate-to-gnupg/">of PGP</a> and <a href="http://ma.tt/?p=44577">security</a>, this self-described<a href="http://notes.jerzygangi.com/the-best-pgp-tutorial-for-mac-os-x-ever/">best PGP tutorial for Mac OS X, ever</a> actually lives up to the promise. Check it out, makes encrypting and decrypting things on the fly super easy.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 10 Jan 2015 00:26:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Jan 2015 17:41:27 GMT";s:12:"content-type";s:8:"text/xml";s:14:"content-length";s:6:"247704";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 23 Jan 2015 17:30:22 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20150114180124";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(156698, 'theme_mods_twentyeleven-old', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1421787917;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}}}}', 'yes'),
(156802, 'kamn_easy_twitter_feed_widget_options', 'a:2:{s:44:"kamn_easy_twitter_feed_widget_script_control";i:1;s:43:"kamn_easy_twitter_feed_widget_reset_control";i:0;}', 'yes'),
(156856, 'rewrite_rules', 'a:196:{s:19:"sitemap_index\\.xml$";s:19:"index.php?sitemap=1";s:31:"([^/]+?)-sitemap([0-9]+)?\\.xml$";s:51:"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]";s:24:"([a-z]+)?-?sitemap\\.xsl$";s:25:"index.php?xsl=$matches[1]";s:12:"promotion/?$";s:32:"index.php?post_type=ps_promotion";s:42:"promotion/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=ps_promotion&feed=$matches[1]";s:37:"promotion/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=ps_promotion&feed=$matches[1]";s:29:"promotion/page/([0-9]{1,})/?$";s:50:"index.php?post_type=ps_promotion&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:37:"ngg_album/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"ngg_album/([^/]+)/trackback/?$";s:36:"index.php?ngg_album=$matches[1]&tb=1";s:38:"ngg_album/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?ngg_album=$matches[1]&paged=$matches[2]";s:45:"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?ngg_album=$matches[1]&cpage=$matches[2]";s:30:"ngg_album/([^/]+)(/[0-9]+)?/?$";s:48:"index.php?ngg_album=$matches[1]&page=$matches[2]";s:26:"ngg_album/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"ngg_album/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"ngg_gallery/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"ngg_gallery/([^/]+)/trackback/?$";s:38:"index.php?ngg_gallery=$matches[1]&tb=1";s:40:"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?ngg_gallery=$matches[1]&paged=$matches[2]";s:47:"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$";s:51:"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]";s:32:"ngg_gallery/([^/]+)(/[0-9]+)?/?$";s:50:"index.php?ngg_gallery=$matches[1]&page=$matches[2]";s:28:"ngg_gallery/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"ngg_gallery/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"ngg_pictures/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"ngg_pictures/([^/]+)/trackback/?$";s:39:"index.php?ngg_pictures=$matches[1]&tb=1";s:41:"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?ngg_pictures=$matches[1]&paged=$matches[2]";s:48:"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]";s:33:"ngg_pictures/([^/]+)(/[0-9]+)?/?$";s:51:"index.php?ngg_pictures=$matches[1]&page=$matches[2]";s:29:"ngg_pictures/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"ngg_pictures/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"displayed_gallery/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:55:"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:75:"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"displayed_gallery/([^/]+)/trackback/?$";s:44:"index.php?displayed_gallery=$matches[1]&tb=1";s:46:"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?displayed_gallery=$matches[1]&paged=$matches[2]";s:53:"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]";s:38:"displayed_gallery/([^/]+)(/[0-9]+)?/?$";s:56:"index.php?displayed_gallery=$matches[1]&page=$matches[2]";s:34:"displayed_gallery/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"displayed_gallery/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"display_type/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"display_type/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"display_type/([^/]+)/trackback/?$";s:39:"index.php?display_type=$matches[1]&tb=1";s:41:"display_type/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?display_type=$matches[1]&paged=$matches[2]";s:48:"display_type/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?display_type=$matches[1]&cpage=$matches[2]";s:33:"display_type/([^/]+)(/[0-9]+)?/?$";s:51:"index.php?display_type=$matches[1]&page=$matches[2]";s:29:"display_type/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"display_type/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"gal_display_source/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"gal_display_source/([^/]+)/trackback/?$";s:45:"index.php?gal_display_source=$matches[1]&tb=1";s:47:"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?gal_display_source=$matches[1]&paged=$matches[2]";s:54:"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?gal_display_source=$matches[1]&cpage=$matches[2]";s:39:"gal_display_source/([^/]+)(/[0-9]+)?/?$";s:57:"index.php?gal_display_source=$matches[1]&page=$matches[2]";s:35:"gal_display_source/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"gal_display_source/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"lightbox_library/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:54:"lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:"lightbox_library/([^/]+)/trackback/?$";s:43:"index.php?lightbox_library=$matches[1]&tb=1";s:45:"lightbox_library/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?lightbox_library=$matches[1]&paged=$matches[2]";s:52:"lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$";s:56:"index.php?lightbox_library=$matches[1]&cpage=$matches[2]";s:37:"lightbox_library/([^/]+)(/[0-9]+)?/?$";s:55:"index.php?lightbox_library=$matches[1]&page=$matches[2]";s:33:"lightbox_library/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"lightbox_library/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:43:"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:36:"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?ngg_tag=$matches[1]&paged=$matches[2]";s:18:"ngg_tag/([^/]+)/?$";s:29:"index.php?ngg_tag=$matches[1]";s:37:"promotion/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"promotion/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"promotion/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"promotion/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"promotion/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"promotion/([^/]+)/trackback/?$";s:39:"index.php?ps_promotion=$matches[1]&tb=1";s:50:"promotion/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?ps_promotion=$matches[1]&feed=$matches[2]";s:45:"promotion/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?ps_promotion=$matches[1]&feed=$matches[2]";s:38:"promotion/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?ps_promotion=$matches[1]&paged=$matches[2]";s:45:"promotion/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?ps_promotion=$matches[1]&cpage=$matches[2]";s:30:"promotion/([^/]+)(/[0-9]+)?/?$";s:51:"index.php?ps_promotion=$matches[1]&page=$matches[2]";s:26:"promotion/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"promotion/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"promotion/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"promotion/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"promotion/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"promotions/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?promotion-categories=$matches[1]&feed=$matches[2]";s:46:"promotions/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?promotion-categories=$matches[1]&feed=$matches[2]";s:39:"promotions/([^/]+)/page/?([0-9]{1,})/?$";s:60:"index.php?promotion-categories=$matches[1]&paged=$matches[2]";s:21:"promotions/([^/]+)/?$";s:42:"index.php?promotion-categories=$matches[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:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([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:64:"([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:57:"([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:39:"([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:56:"([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:51:"([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:44:"([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:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)(/[0-9]+)?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";}', 'yes'),
(156973, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1422034882;s:7:"checked";a:14:{s:34:"advanced-custom-fields-pro/acf.php";s:5:"5.1.6";s:42:"advanced-random-posts/adv-random-posts.php";s:3:"2.3";s:28:"category-posts/cat-posts.php";s:3:"4.0";s:37:"disable-comments/disable-comments.php";s:3:"1.2";s:31:"gravityforms 2/gravityforms.php";s:8:"1.3.13.1";s:50:"multiple-post-thumbnails/multi-post-thumbnails.php";s:5:"1.6.4";s:29:"nextgen-gallery/nggallery.php";s:9:"2.0.66.37";s:26:"promotion-slider/index.php";s:5:"3.3.4";s:43:"shortcodes-ultimate/shortcodes-ultimate.php";s:5:"4.9.3";s:35:"wp-twitter-feed/wp-twitter-feed.php";s:3:"2.1";s:29:"wp-db-backup/wp-db-backup.php";s:5:"2.2.4";s:24:"wordpress-seo/wp-seo.php";s:5:"1.7.1";s:33:"wp-nivo-slider/wp-nivo-slider.php";s:3:"3.1";s:15:"wp-ui/wp-ui.php";s:5:"0.8.8";}s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:12:{s:42:"advanced-random-posts/adv-random-posts.php";O:8:"stdClass":6:{s:2:"id";s:4:"5149";s:4:"slug";s:21:"advanced-random-posts";s:6:"plugin";s:42:"advanced-random-posts/adv-random-posts.php";s:11:"new_version";s:3:"2.3";s:3:"url";s:52:"https://wordpress.org/plugins/advanced-random-posts/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/advanced-random-posts.zip";}s:28:"category-posts/cat-posts.php";O:8:"stdClass":6:{s:2:"id";s:4:"1199";s:4:"slug";s:14:"category-posts";s:6:"plugin";s:28:"category-posts/cat-posts.php";s:11:"new_version";s:3:"4.0";s:3:"url";s:45:"https://wordpress.org/plugins/category-posts/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/category-posts.4.0.zip";}s:37:"disable-comments/disable-comments.php";O:8:"stdClass":6:{s:2:"id";s:5:"22847";s:4:"slug";s:16:"disable-comments";s:6:"plugin";s:37:"disable-comments/disable-comments.php";s:11:"new_version";s:3:"1.2";s:3:"url";s:47:"https://wordpress.org/plugins/disable-comments/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/disable-comments.zip";}s:50:"multiple-post-thumbnails/multi-post-thumbnails.php";O:8:"stdClass":6:{s:2:"id";s:5:"15362";s:4:"slug";s:24:"multiple-post-thumbnails";s:6:"plugin";s:50:"multiple-post-thumbnails/multi-post-thumbnails.php";s:11:"new_version";s:5:"1.6.4";s:3:"url";s:55:"https://wordpress.org/plugins/multiple-post-thumbnails/";s:7:"package";s:73:"https://downloads.wordpress.org/plugin/multiple-post-thumbnails.1.6.4.zip";}s:29:"nextgen-gallery/nggallery.php";O:8:"stdClass":6:{s:2:"id";s:3:"592";s:4:"slug";s:15:"nextgen-gallery";s:6:"plugin";s:29:"nextgen-gallery/nggallery.php";s:11:"new_version";s:9:"2.0.66.37";s:3:"url";s:46:"https://wordpress.org/plugins/nextgen-gallery/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/nextgen-gallery.zip";}s:26:"promotion-slider/index.php";O:8:"stdClass":7:{s:2:"id";s:5:"17709";s:4:"slug";s:16:"promotion-slider";s:6:"plugin";s:26:"promotion-slider/index.php";s:11:"new_version";s:5:"3.3.4";s:14:"upgrade_notice";s:151:"Fixed issue where slider shortcode attribute wasn't working, fix to minimize menu overlap issues and changed time delay option to a numeric input.";s:3:"url";s:47:"https://wordpress.org/plugins/promotion-slider/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/promotion-slider.3.3.4.zip";}s:43:"shortcodes-ultimate/shortcodes-ultimate.php";O:8:"stdClass":6:{s:2:"id";s:5:"21713";s:4:"slug";s:19:"shortcodes-ultimate";s:6:"plugin";s:43:"shortcodes-ultimate/shortcodes-ultimate.php";s:11:"new_version";s:5:"4.9.3";s:3:"url";s:50:"https://wordpress.org/plugins/shortcodes-ultimate/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/shortcodes-ultimate.zip";}s:35:"wp-twitter-feed/wp-twitter-feed.php";O:8:"stdClass":6:{s:2:"id";s:5:"18747";s:4:"slug";s:15:"wp-twitter-feed";s:6:"plugin";s:35:"wp-twitter-feed/wp-twitter-feed.php";s:11:"new_version";s:3:"2.1";s:3:"url";s:46:"https://wordpress.org/plugins/wp-twitter-feed/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wp-twitter-feed.2.1.zip";}s:29:"wp-db-backup/wp-db-backup.php";O:8:"stdClass":6:{s:2:"id";s:3:"419";s:4:"slug";s:12:"wp-db-backup";s:6:"plugin";s:29:"wp-db-backup/wp-db-backup.php";s:11:"new_version";s:5:"2.2.4";s:3:"url";s:43:"https://wordpress.org/plugins/wp-db-backup/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wp-db-backup.2.2.4.zip";}s:24:"wordpress-seo/wp-seo.php";O:8:"stdClass":6:{s:2:"id";s:4:"5899";s:4:"slug";s:13:"wordpress-seo";s:6:"plugin";s:24:"wordpress-seo/wp-seo.php";s:11:"new_version";s:5:"1.7.1";s:3:"url";s:44:"https://wordpress.org/plugins/wordpress-seo/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wordpress-seo.1.7.1.zip";}s:33:"wp-nivo-slider/wp-nivo-slider.php";O:8:"stdClass":6:{s:2:"id";s:5:"14669";s:4:"slug";s:14:"wp-nivo-slider";s:6:"plugin";s:33:"wp-nivo-slider/wp-nivo-slider.php";s:11:"new_version";s:3:"3.1";s:3:"url";s:45:"https://wordpress.org/plugins/wp-nivo-slider/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wp-nivo-slider.3.2.zip";}s:15:"wp-ui/wp-ui.php";O:8:"stdClass":7:{s:2:"id";s:5:"24115";s:4:"slug";s:5:"wp-ui";s:6:"plugin";s:15:"wp-ui/wp-ui.php";s:11:"new_version";s:5:"0.8.8";s:14:"upgrade_notice";s:134:"Now Compatible with 3.6 and above. Usual - Save the options, Clear cache. Keep watching GIT for quick updates. http://kav.in/u/wpuigit";s:3:"url";s:36:"https://wordpress.org/plugins/wp-ui/";s:7:"package";s:48:"https://downloads.wordpress.org/plugin/wp-ui.zip";}}}', 'yes'),
(157004, '_transient_is_multi_author', '0', 'yes'),
(156989, 'su_presets_row', 'a:1:{s:9:"last_used";a:3:{s:2:"id";s:9:"last_used";s:4:"name";s:18:"Last used settings";s:8:"settings";a:2:{s:5:"class";s:0:"";s:7:"content";s:0:"";}}}', 'yes'),
(156814, 'disable_comments_options', 'a:5:{s:19:"disabled_post_types";a:3:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:10:"attachment";}s:17:"remove_everywhere";b:1;s:9:"permanent";b:0;s:16:"extra_post_types";b:0;s:10:"db_version";i:6;}', 'yes'),
(156864, '_transient_timeout_su/generator/popup', '1422099585', 'no'),
(156865, '_transient_su/generator/popup', ' <div id="su-generator-wrap" style="display:none">\r\n <div id="su-generator">\r\n <div id="su-generator-header">\r\n <div id="su-generator-tools"><a href="http://localhost/Kamini/wp-admin/admin.php?page=shortcodes-ultimate#tab-1" target="_blank" title="Settings">Plugin settings</a> <span></span> <a href="http://gndev.info/shortcodes-ultimate/" target="_blank" title="Plugin homepage">Plugin homepage</a> <span></span> <a href="http://wordpress.org/support/plugin/shortcodes-ultimate/" target="_blank" title="Support forums">Support forums</a> <span></span> <a href="http://localhost/Kamini/wp-admin/admin.php?page=shortcodes-ultimate-addons" target="_blank" title="Add-ons" class="su-add-ons">Add-ons</a></div>\r\n <input type="text" name="su_generator_search" id="su-generator-search" value="" placeholder="Search for shortcodes" />\r\n <div id="su-generator-filter">\r\n <strong>Filter by type</strong>\r\n <a href="#" data-filter="all">All</a><a href="#" data-filter="content">Content</a><a href="#" data-filter="box">Box</a><a href="#" data-filter="media">Media</a><a href="#" data-filter="gallery">Gallery</a><a href="#" data-filter="data">Data</a><a href="#" data-filter="other">Other</a> </div>\r\n <div id="su-generator-choices" class="su-generator-clearfix">\r\n <span data-name="Heading" data-shortcode="heading" title="Styled heading" data-desc="Styled heading" data-group="content"><i class="fa fa-h-square"></i>Heading</span>\n<span data-name="Tabs" data-shortcode="tabs" title="Tabs container" data-desc="Tabs container" data-group="box"><i class="fa fa-list-alt"></i>Tabs</span>\n<span data-name="Tab" data-shortcode="tab" title="Single tab" data-desc="Single tab" data-group="box"><i class="fa fa-list-alt"></i>Tab</span>\n<span data-name="Spoiler" data-shortcode="spoiler" title="Spoiler with hidden content" data-desc="Spoiler with hidden content" data-group="box"><i class="fa fa-list-ul"></i>Spoiler</span>\n<span data-name="Accordion" data-shortcode="accordion" title="Accordion with spoilers" data-desc="Accordion with spoilers" data-group="box"><i class="fa fa-list"></i>Accordion</span>\n<span data-name="Divider" data-shortcode="divider" title="Content divider with optional TOP link" data-desc="Content divider with optional TOP link" data-group="content"><i class="fa fa-ellipsis-h"></i>Divider</span>\n<span data-name="Spacer" data-shortcode="spacer" title="Empty space with adjustable height" data-desc="Empty space with adjustable height" data-group="content other"><i class="fa fa-arrows-v"></i>Spacer</span>\n<span data-name="Highlight" data-shortcode="highlight" title="Highlighted text" data-desc="Highlighted text" data-group="content"><i class="fa fa-pencil"></i>Highlight</span>\n<span data-name="Label" data-shortcode="label" title="Styled label" data-desc="Styled label" data-group="content"><i class="fa fa-tag"></i>Label</span>\n<span data-name="Quote" data-shortcode="quote" title="Blockquote alternative" data-desc="Blockquote alternative" data-group="box"><i class="fa fa-quote-right"></i>Quote</span>\n<span data-name="Pullquote" data-shortcode="pullquote" title="Pullquote" data-desc="Pullquote" data-group="box"><i class="fa fa-quote-left"></i>Pullquote</span>\n<span data-name="Dropcap" data-shortcode="dropcap" title="Dropcap" data-desc="Dropcap" data-group="content"><i class="fa fa-bold"></i>Dropcap</span>\n<span data-name="Frame" data-shortcode="frame" title="Styled image frame" data-desc="Styled image frame" data-group="content"><i class="fa fa-picture-o"></i>Frame</span>\n<span data-name="Row" data-shortcode="row" title="Row for flexible columns" data-desc="Row for flexible columns" data-group="box"><i class="fa fa-columns"></i>Row</span>\n<span data-name="Column" data-shortcode="column" title="Flexible and responsive columns" data-desc="Flexible and responsive columns" data-group="box"><i class="fa fa-columns"></i>Column</span>\n<span data-name="List" data-shortcode="list" title="Styled unordered list" data-desc="Styled unordered list" data-group="content"><i class="fa fa-list-ol"></i>List</span>\n<span data-name="Button" data-shortcode="button" title="Styled button" data-desc="Styled button" data-group="content"><i class="fa fa-heart"></i>Button</span>\n<span data-name="Service" data-shortcode="service" title="Service box with title" data-desc="Service box with title" data-group="box"><i class="fa fa-check-square-o"></i>Service</span>\n<span data-name="Box" data-shortcode="box" title="Colored box with caption" data-desc="Colored box with caption" data-group="box"><i class="fa fa-list-alt"></i>Box</span>\n<span data-name="Note" data-shortcode="note" title="Colored box" data-desc="Colored box" data-group="box"><i class="fa fa-list-alt"></i>Note</span>\n<span data-name="Expand" data-shortcode="expand" title="Expandable text block" data-desc="Expandable text block" data-group="box"><i class="fa fa-sort-amount-asc"></i>Expand</span>\n<span data-name="Lightbox" data-shortcode="lightbox" title="Lightbox window with custom content" data-desc="Lightbox window with custom content" data-group="gallery"><i class="fa fa-external-link"></i>Lightbox</span>\n<span data-name="Lightbox content" data-shortcode="lightbox_content" title="Inline content for lightbox" data-desc="Inline content for lightbox" data-group="gallery"><i class="fa fa-external-link"></i>Lightbox content</span>\n<span data-name="Tooltip" data-shortcode="tooltip" title="Tooltip window with custom content" data-desc="Tooltip window with custom content" data-group="other"><i class="fa fa-comment-o"></i>Tooltip</span>\n<span data-name="Private" data-shortcode="private" title="Private note for post authors" data-desc="Private note for post authors" data-group="other"><i class="fa fa-lock"></i>Private</span>\n<span data-name="YouTube" data-shortcode="youtube" title="YouTube video" data-desc="YouTube video" data-group="media"><i class="fa fa-youtube-play"></i>YouTube</span>\n<span data-name="YouTube Advanced" data-shortcode="youtube_advanced" title="YouTube video player with advanced settings" data-desc="YouTube video player with advanced settings" data-group="media"><i class="fa fa-youtube-play"></i>YouTube Advanced</span>\n<span data-name="Vimeo" data-shortcode="vimeo" title="Vimeo video" data-desc="Vimeo video" data-group="media"><i class="fa fa-youtube-play"></i>Vimeo</span>\n<span data-name="Screenr" data-shortcode="screenr" title="Screenr video" data-desc="Screenr video" data-group="media"><i class="fa fa-youtube-play"></i>Screenr</span>\n<span data-name="Dailymotion" data-shortcode="dailymotion" title="Dailymotion video" data-desc="Dailymotion video" data-group="media"><i class="fa fa-youtube-play"></i>Dailymotion</span>\n<span data-name="Audio" data-shortcode="audio" title="Custom audio player" data-desc="Custom audio player" data-group="media"><i class="fa fa-play-circle"></i>Audio</span>\n<span data-name="Video" data-shortcode="video" title="Custom video player" data-desc="Custom video player" data-group="media"><i class="fa fa-play-circle"></i>Video</span>\n<span data-name="Table" data-shortcode="table" title="Styled table from HTML or CSV file" data-desc="Styled table from HTML or CSV file" data-group="content"><i class="fa fa-table"></i>Table</span>\n<span data-name="Permalink" data-shortcode="permalink" title="Permalink to specified post/page" data-desc="Permalink to specified post/page" data-group="content other"><i class="fa fa-link"></i>Permalink</span>\n<span data-name="Members" data-shortcode="members" title="Content for logged in members only" data-desc="Content for logged in members only" data-group="other"><i class="fa fa-lock"></i>Members</span>\n<span data-name="Guests" data-shortcode="guests" title="Content for guests only" data-desc="Content for guests only" data-group="other"><i class="fa fa-user"></i>Guests</span>\n<span data-name="RSS Feed" data-shortcode="feed" title="Feed grabber" data-desc="Feed grabber" data-group="content other"><i class="fa fa-rss"></i>RSS Feed</span>\n<span data-name="Menu" data-shortcode="menu" title="Custom menu by name" data-desc="Custom menu by name" data-group="other"><i class="fa fa-bars"></i>Menu</span>\n<span data-name="Sub pages" data-shortcode="subpages" title="List of sub pages" data-desc="List of sub pages" data-group="other"><i class="fa fa-bars"></i>Sub pages</span>\n<span data-name="Siblings" data-shortcode="siblings" title="List of cureent page siblings" data-desc="List of cureent page siblings" data-group="other"><i class="fa fa-bars"></i>Siblings</span>\n<span data-name="Document" data-shortcode="document" title="Document viewer by Google" data-desc="Document viewer by Google" data-group="media"><i class="fa fa-file-text"></i>Document</span>\n<span data-name="Gmap" data-shortcode="gmap" title="Maps by Google" data-desc="Maps by Google" data-group="media"><i class="fa fa-globe"></i>Gmap</span>\n<span data-name="Slider" data-shortcode="slider" title="Customizable image slider" data-desc="Customizable image slider" data-group="gallery"><i class="fa fa-picture-o"></i>Slider</span>\n<span data-name="Carousel" data-shortcode="carousel" title="Customizable image carousel" data-desc="Customizable image carousel" data-group="gallery"><i class="fa fa-picture-o"></i>Carousel</span>\n<span data-name="Gallery" data-shortcode="custom_gallery" title="Customizable image gallery" data-desc="Customizable image gallery" data-group="gallery"><i class="fa fa-picture-o"></i>Gallery</span>\n<span data-name="Posts" data-shortcode="posts" title="Custom posts query with customizable template" data-desc="Custom posts query with customizable template" data-group="other"><i class="fa fa-th-list"></i>Posts</span>\n<span data-name="Dummy text" data-shortcode="dummy_text" title="Text placeholder" data-desc="Text placeholder" data-group="content"><i class="fa fa-text-height"></i>Dummy text</span>\n<span data-name="Dummy image" data-shortcode="dummy_image" title="Image placeholder with random image" data-desc="Image placeholder with random image" data-group="content"><i class="fa fa-picture-o"></i>Dummy image</span>\n<span data-name="Animation" data-shortcode="animate" title="Wrapper for animation. Any nested element will be animated" data-desc="Wrapper for animation. Any nested element will be animated" data-group="other"><i class="fa fa-bolt"></i>Animation</span>\n<span data-name="Meta" data-shortcode="meta" title="Post meta" data-desc="Post meta" data-group="data"><i class="fa fa-info-circle"></i>Meta</span>\n<span data-name="User" data-shortcode="user" title="User data" data-desc="User data" data-group="data"><i class="fa fa-info-circle"></i>User</span>\n<span data-name="Post" data-shortcode="post" title="Post data" data-desc="Post data" data-group="data"><i class="fa fa-info-circle"></i>Post</span>\n<span data-name="Template" data-shortcode="template" title="Theme template" data-desc="Theme template" data-group="other"><i class="fa fa-puzzle-piece"></i>Template</span>\n<span data-name="QR code" data-shortcode="qrcode" title="Advanced QR code generator" data-desc="Advanced QR code generator" data-group="content"><i class="fa fa-qrcode"></i>QR code</span>\n<span data-name="Scheduler" data-shortcode="scheduler" title="Allows to show the content only at the specified time period" data-desc="Allows to show the content only at the specified time period" data-group="other"><i class="fa fa-clock-o"></i>Scheduler</span>\n </div>\r\n </div>\r\n <div id="su-generator-settings"></div>\r\n <input type="hidden" name="su-generator-selected" id="su-generator-selected" value="http://localhost/Kamini/wp-content/plugins/shortcodes-ultimate" />\r\n <input type="hidden" name="su-generator-url" id="su-generator-url" value="http://localhost/Kamini/wp-content/plugins/shortcodes-ultimate" />\r\n <input type="hidden" name="su-compatibility-mode-prefix" id="su-compatibility-mode-prefix" value="su_" />\r\n <div id="su-generator-result" style="display:none"></div>\r\n </div>\r\n </div>\r\n ', 'no'),
(156958, 'su_presets_column', 'a:1:{s:9:"last_used";a:3:{s:2:"id";s:9:"last_used";s:4:"name";s:18:"Last used settings";s:8:"settings";a:4:{s:4:"size";s:3:"1/4";s:6:"center";s:2:"no";s:5:"class";s:0:"";s:7:"content";s:14:"Column content";}}}', 'yes');
-- --------------------------------------------------------
--
-- Table structure for table `wp_postmeta`
--
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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1864 ;
--
-- Dumping data for table `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7, 6, '_edit_last', '1'),
(8, 6, '_edit_lock', '1421928365:1'),
(9, 6, '_wp_page_template', 'default'),
(10, 8, '_edit_last', '1'),
(11, 8, '_edit_lock', '1421928993:1'),
(12, 8, '_wp_page_template', 'default'),
(13, 10, '_edit_last', '1'),
(14, 10, '_edit_lock', '1421927007:1'),
(15, 10, '_wp_page_template', 'default'),
(16, 12, '_edit_last', '1'),
(17, 12, '_edit_lock', '1421928392:1'),
(18, 12, '_wp_page_template', 'default'),
(22, 16, '_edit_last', '1'),
(23, 16, '_edit_lock', '1421927914:1'),
(24, 16, '_wp_page_template', 'default'),
(25, 19, '_menu_item_type', 'post_type'),
(26, 19, '_menu_item_menu_item_parent', '0'),
(27, 19, '_menu_item_object_id', '16'),
(28, 19, '_menu_item_object', 'page'),
(29, 19, '_menu_item_target', ''),
(30, 19, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(31, 19, '_menu_item_xfn', ''),
(32, 19, '_menu_item_url', ''),
(88, 26, '_edit_last', '1'),
(749, 368, '_wp_attached_file', '2012/01/placeholder.jpg'),
(750, 368, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:23:"2012/01/placeholder.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"placeholder-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:21:"placeholder-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:23:"placeholder-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(89, 26, '_edit_lock', '1421927216:1'),
(642, 270, '_menu_item_object', 'page'),
(641, 270, '_menu_item_object_id', '268'),
(640, 270, '_menu_item_menu_item_parent', '258'),
(639, 270, '_menu_item_type', 'post_type'),
(638, 268, '_wp_page_template', 'products.php'),
(90, 26, '_wp_page_template', 'products.php'),
(637, 268, 'feat_slider', ''),
(1305, 655, '_wp_attached_file', '2012/01/caci.jpg'),
(635, 268, '_edit_lock', '1421929591:1'),
(634, 268, '_edit_last', '1'),
(633, 261, 'page_secondary-image_thumbnail_id', '198'),
(733, 352, '_menu_item_type', 'post_type'),
(91, 28, '_edit_last', '1'),
(734, 352, '_menu_item_menu_item_parent', '0'),
(735, 352, '_menu_item_object_id', '10'),
(736, 352, '_menu_item_object', 'page'),
(92, 28, '_edit_lock', '1421927212:1'),
(737, 352, '_menu_item_target', ''),
(738, 352, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(623, 261, '_wp_page_template', 'default'),
(622, 261, 'feat_slider', ''),
(621, 261, '_edit_lock', '1421926814:1'),
(620, 261, '_edit_last', '1'),
(93, 28, '_wp_page_template', 'products.php'),
(94, 30, '_edit_last', '1'),
(95, 30, '_edit_lock', '1421927213:1'),
(96, 30, '_wp_page_template', 'products.php'),
(97, 32, '_edit_last', '1'),
(98, 32, '_edit_lock', '1421927214:1'),
(99, 32, '_wp_page_template', 'products.php'),
(100, 34, '_edit_last', '1'),
(101, 34, '_edit_lock', '1421927215:1'),
(102, 34, '_wp_page_template', 'products.php'),
(103, 36, '_edit_last', '1'),
(104, 36, '_edit_lock', '1421927217:1'),
(105, 36, '_wp_page_template', 'products.php'),
(729, 351, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(728, 351, '_menu_item_target', ''),
(727, 351, '_menu_item_object', 'page'),
(726, 351, '_menu_item_object_id', '10'),
(725, 351, '_menu_item_menu_item_parent', '0'),
(724, 351, '_menu_item_type', 'post_type'),
(115, 39, '_menu_item_type', 'post_type'),
(116, 39, '_menu_item_menu_item_parent', '258'),
(117, 39, '_menu_item_object_id', '36'),
(118, 39, '_menu_item_object', 'page'),
(119, 39, '_menu_item_target', ''),
(120, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(121, 39, '_menu_item_xfn', ''),
(122, 39, '_menu_item_url', ''),
(169, 45, '_edit_last', '1'),
(124, 40, '_menu_item_type', 'post_type'),
(125, 40, '_menu_item_menu_item_parent', '258'),
(126, 40, '_menu_item_object_id', '34'),
(127, 40, '_menu_item_object', 'page'),
(128, 40, '_menu_item_target', ''),
(129, 40, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(130, 40, '_menu_item_xfn', ''),
(131, 40, '_menu_item_url', ''),
(170, 45, '_edit_lock', '1421928133:1'),
(133, 41, '_menu_item_type', 'post_type'),
(134, 41, '_menu_item_menu_item_parent', '258'),
(135, 41, '_menu_item_object_id', '32'),
(136, 41, '_menu_item_object', 'page'),
(137, 41, '_menu_item_target', ''),
(138, 41, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(139, 41, '_menu_item_xfn', ''),
(140, 41, '_menu_item_url', ''),
(171, 46, '_wp_attached_file', '2012/01/slider1.jpg'),
(142, 42, '_menu_item_type', 'post_type'),
(143, 42, '_menu_item_menu_item_parent', '258'),
(144, 42, '_menu_item_object_id', '30'),
(145, 42, '_menu_item_object', 'page'),
(146, 42, '_menu_item_target', ''),
(147, 42, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(148, 42, '_menu_item_xfn', ''),
(149, 42, '_menu_item_url', ''),
(151, 43, '_menu_item_type', 'post_type'),
(152, 43, '_menu_item_menu_item_parent', '258'),
(153, 43, '_menu_item_object_id', '28'),
(154, 43, '_menu_item_object', 'page'),
(155, 43, '_menu_item_target', ''),
(156, 43, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(157, 43, '_menu_item_xfn', ''),
(158, 43, '_menu_item_url', ''),
(172, 46, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"418";s:14:"hwstring_small";s:23:"height=''48'' width=''128''";s:4:"file";s:19:"2012/01/slider1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"slider1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"slider1-300x113.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"113";}s:5:"large";a:3:{s:4:"file";s:20:"slider1-1024x387.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"387";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"slider1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:19:"slider1-500x189.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"189";}}s:10:"image_meta";a:10:{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:"";}}'),
(160, 44, '_menu_item_type', 'post_type'),
(161, 44, '_menu_item_menu_item_parent', '258'),
(162, 44, '_menu_item_object_id', '26'),
(163, 44, '_menu_item_object', 'page'),
(164, 44, '_menu_item_target', ''),
(165, 44, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(166, 44, '_menu_item_xfn', ''),
(167, 44, '_menu_item_url', ''),
(731, 351, '_menu_item_url', ''),
(723, 10, 'feat_slider', ''),
(199, 68, '_edit_last', '1'),
(173, 45, '_thumbnail_id', '46'),
(174, 46, '_wp_attachment_image_alt', ''),
(176, 48, '_edit_last', '1'),
(177, 48, '_edit_lock', '1421928125:1'),
(178, 49, '_wp_attached_file', '2012/01/slider2.jpg'),
(179, 49, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"418";s:14:"hwstring_small";s:23:"height=''48'' width=''128''";s:4:"file";s:19:"2012/01/slider2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"slider2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"slider2-300x113.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"113";}s:5:"large";a:3:{s:4:"file";s:20:"slider2-1024x387.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"387";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"slider2-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:19:"slider2-500x189.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"189";}}s:10:"image_meta";a:10:{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:"";}}'),
(200, 68, '_edit_lock', '1421927681:1'),
(201, 68, '_wp_page_template', 'default'),
(202, 70, '_edit_last', '1'),
(180, 48, '_thumbnail_id', '49'),
(181, 49, '_wp_attachment_image_alt', ''),
(185, 53, '_edit_last', '1'),
(186, 53, '_edit_lock', '1421928116:1'),
(187, 54, '_wp_attached_file', '2012/01/slider3.jpg'),
(188, 54, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"418";s:14:"hwstring_small";s:23:"height=''48'' width=''128''";s:4:"file";s:19:"2012/01/slider3.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"slider3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"slider3-300x113.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"113";}s:5:"large";a:3:{s:4:"file";s:20:"slider3-1024x387.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"387";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"slider3-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:19:"slider3-500x189.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"189";}}s:10:"image_meta";a:10:{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:"";}}'),
(203, 70, '_edit_lock', '1326368285:1'),
(204, 70, '_wp_page_template', 'default'),
(205, 72, '_edit_last', '1'),
(206, 72, '_edit_lock', '1421926806:1'),
(189, 53, '_thumbnail_id', '54'),
(190, 54, '_wp_attachment_image_alt', ''),
(193, 48, '_wp_old_slug', 'homepage-slider-2'),
(195, 45, '_wp_old_slug', 'homepage-slider-1'),
(207, 72, '_wp_page_template', 'default'),
(208, 74, '_edit_last', '1'),
(209, 74, '_edit_lock', '1421926800:1'),
(210, 74, '_wp_page_template', 'default'),
(211, 76, '_edit_last', '1'),
(212, 76, '_edit_lock', '1421928534:1'),
(213, 76, '_wp_page_template', 'bookofsecrets.php'),
(214, 78, '_edit_last', '1'),
(215, 78, '_edit_lock', '1421928693:1'),
(216, 78, '_wp_page_template', 'default'),
(217, 80, '_edit_last', '1'),
(218, 80, '_edit_lock', '1421928406:1'),
(219, 80, '_wp_page_template', 'default'),
(339, 102, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(338, 102, '_menu_item_target', ''),
(337, 102, '_menu_item_object', 'page'),
(336, 102, '_menu_item_object_id', '100'),
(748, 367, '_wp_attachment_image_alt', 'Travel Candles'),
(335, 102, '_menu_item_menu_item_parent', '257'),
(334, 102, '_menu_item_type', 'post_type'),
(333, 100, '_wp_page_template', 'default'),
(332, 100, '_edit_lock', '1421927347:1'),
(331, 100, '_edit_last', '1'),
(489, 196, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:20:"2012/01/training.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"training-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"training-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:21:"training-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"training-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:20:"training-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(488, 196, '_wp_attached_file', '2012/01/training.jpg'),
(486, 16, 'feat_slider', ''),
(485, 74, 'feat_slider', ''),
(484, 72, 'feat_slider', ''),
(483, 70, 'feat_slider', ''),
(341, 102, '_menu_item_url', ''),
(253, 89, '_menu_item_type', 'post_type'),
(254, 89, '_menu_item_menu_item_parent', '260'),
(255, 89, '_menu_item_object_id', '78'),
(256, 89, '_menu_item_object', 'page'),
(257, 89, '_menu_item_target', ''),
(258, 89, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(259, 89, '_menu_item_xfn', ''),
(260, 89, '_menu_item_url', ''),
(343, 28, 'feat_slider', '1'),
(262, 90, '_menu_item_type', 'post_type'),
(263, 90, '_menu_item_menu_item_parent', '260'),
(264, 90, '_menu_item_object_id', '76'),
(265, 90, '_menu_item_object', 'page'),
(266, 90, '_menu_item_target', ''),
(267, 90, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(268, 90, '_menu_item_xfn', ''),
(269, 90, '_menu_item_url', ''),
(344, 30, 'feat_slider', '1'),
(345, 32, 'feat_slider', '1'),
(747, 367, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:18:"2012/01/travel.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"travel-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"travel-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"travel-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(346, 26, 'feat_slider', '1'),
(746, 367, '_wp_attached_file', '2012/01/travel.jpg'),
(745, 363, '_wp_attachment_image_alt', 'Home Candles'),
(347, 34, 'feat_slider', '1'),
(298, 94, '_menu_item_type', 'post_type'),
(299, 94, '_menu_item_menu_item_parent', '257'),
(300, 94, '_menu_item_object_id', '68'),
(301, 94, '_menu_item_object', 'page'),
(302, 94, '_menu_item_target', ''),
(303, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(304, 94, '_menu_item_xfn', ''),
(305, 94, '_menu_item_url', ''),
(348, 36, 'feat_slider', ''),
(464, 154, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"156";s:6:"height";s:3:"148";s:14:"hwstring_small";s:23:"height=''96'' width=''101''";s:4:"file";s:23:"2012/01/first_thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"first_thumb-150x148.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"148";}}s:10:"image_meta";a:10:{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:"";}}'),
(463, 154, '_wp_attached_file', '2012/01/first_thumb.jpg'),
(462, 153, '_edit_lock', '1421948123:1'),
(461, 153, '_edit_last', '1'),
(349, 116, '_wp_attached_file', '2012/01/massage.jpg'),
(316, 96, '_menu_item_type', 'custom'),
(317, 96, '_menu_item_menu_item_parent', '0'),
(318, 96, '_menu_item_object_id', '96'),
(319, 96, '_menu_item_object', 'custom'),
(320, 96, '_menu_item_target', ''),
(321, 96, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(322, 96, '_menu_item_xfn', ''),
(323, 96, '_menu_item_url', 'http://kaminibeauty.blogspot.com'),
(340, 102, '_menu_item_xfn', ''),
(350, 116, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:19:"2012/01/massage.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"massage-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"massage-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:13:"small-feature";a:3:{s:4:"file";s:19:"massage-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(351, 34, '_thumbnail_id', '116'),
(352, 116, '_wp_attachment_image_alt', 'Massage & Holistic'),
(353, 124, '_wp_attached_file', '2012/01/handsfeet.jpg'),
(354, 124, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:21:"2012/01/handsfeet.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"handsfeet-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"handsfeet-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:13:"small-feature";a:3:{s:4:"file";s:21:"handsfeet-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(355, 32, '_thumbnail_id', '124'),
(356, 124, '_wp_attachment_image_alt', 'Hands & Feet'),
(357, 126, '_wp_attached_file', '2012/01/facial.jpg'),
(358, 126, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:18:"2012/01/facial.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"facial-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"facial-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:13:"small-feature";a:3:{s:4:"file";s:18:"facial-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(1293, 648, '_wp_attached_file', '2012/01/facial1.jpg'),
(360, 126, '_wp_attachment_image_alt', 'Facial'),
(361, 128, '_wp_attached_file', '2012/01/hairremoval.jpg'),
(362, 128, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:23:"2012/01/hairremoval.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"hairremoval-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"hairremoval-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:13:"small-feature";a:3:{s:4:"file";s:23:"hairremoval-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(1297, 650, '_wp_attached_file', '2012/01/hairremoval2.jpg'),
(364, 128, '_wp_attachment_image_alt', 'Hair Removal'),
(365, 130, '_wp_attached_file', '2012/01/threading.jpg'),
(366, 130, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:21:"2012/01/threading.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"threading-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"threading-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:13:"small-feature";a:3:{s:4:"file";s:21:"threading-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(1301, 652, '_wp_attached_file', '2012/01/threading1.jpg'),
(368, 130, '_wp_attachment_image_alt', 'Kamini Threading™'),
(369, 137, '_edit_last', '1'),
(370, 137, '_edit_lock', '1421928137:1'),
(1269, 638, '_wp_attached_file', '2012/03/compnew.jpg'),
(1262, 630, '_thumbnail_id', '631'),
(1263, 631, '_wp_attachment_image_alt', 'A peaceful haven in the heart of Kensington'),
(1264, 630, 'feat_slider', ''),
(1248, 625, '_wp_attached_file', '2012/01/sasha.jpg'),
(375, 137, 'feat_slider', ''),
(1357, 714, '_wp_attached_file', '2012/04/IMG_0010.jpg'),
(1259, 630, '_edit_lock', '1421928128:1'),
(1260, 631, '_wp_attached_file', '2012/03/slider1.jpg'),
(1261, 631, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"418";s:14:"hwstring_small";s:23:"height=''48'' width=''128''";s:4:"file";s:19:"2012/03/slider1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"slider1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"slider1-300x113.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"113";}s:5:"large";a:3:{s:4:"file";s:20:"slider1-1024x387.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"387";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"slider1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"slider1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:19:"slider1-500x189.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"189";}}s:10:"image_meta";a:10:{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:"";}}'),
(1258, 630, '_edit_last', '1'),
(1356, 713, '_wp_attached_file', '2012/04/FinalGift1.jpg'),
(386, 144, '_menu_item_type', 'custom'),
(387, 144, '_menu_item_menu_item_parent', '0'),
(388, 144, '_menu_item_object_id', '144'),
(389, 144, '_menu_item_object', 'custom'),
(390, 144, '_menu_item_target', ''),
(391, 144, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(392, 144, '_menu_item_xfn', ''),
(393, 144, '_menu_item_url', '/'),
(435, 149, '_menu_item_target', ''),
(395, 145, '_menu_item_type', 'post_type'),
(396, 145, '_menu_item_menu_item_parent', '0'),
(397, 145, '_menu_item_object_id', '100'),
(398, 145, '_menu_item_object', 'page'),
(399, 145, '_menu_item_target', ''),
(400, 145, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(401, 145, '_menu_item_xfn', ''),
(402, 145, '_menu_item_url', ''),
(434, 149, '_menu_item_object', 'custom'),
(404, 146, '_menu_item_type', 'post_type'),
(405, 146, '_menu_item_menu_item_parent', '0'),
(406, 146, '_menu_item_object_id', '76'),
(407, 146, '_menu_item_object', 'page'),
(408, 146, '_menu_item_target', ''),
(409, 146, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(410, 146, '_menu_item_xfn', ''),
(411, 146, '_menu_item_url', ''),
(433, 149, '_menu_item_object_id', '149'),
(742, 10, 'page_secondary-image_thumbnail_id', '198'),
(432, 149, '_menu_item_menu_item_parent', '0'),
(422, 148, '_menu_item_type', 'post_type'),
(423, 148, '_menu_item_menu_item_parent', '0'),
(424, 148, '_menu_item_object_id', '26'),
(425, 148, '_menu_item_object', 'page'),
(426, 148, '_menu_item_target', ''),
(427, 148, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(428, 148, '_menu_item_xfn', ''),
(429, 148, '_menu_item_url', ''),
(431, 149, '_menu_item_type', 'custom'),
(436, 149, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(437, 149, '_menu_item_xfn', ''),
(438, 149, '_menu_item_url', 'http://kaminibeauty.blogspot.com'),
(440, 150, '_menu_item_type', 'post_type'),
(441, 150, '_menu_item_menu_item_parent', '0'),
(442, 150, '_menu_item_object_id', '16'),
(443, 150, '_menu_item_object', 'page'),
(444, 150, '_menu_item_target', ''),
(445, 150, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(446, 150, '_menu_item_xfn', ''),
(447, 150, '_menu_item_url', ''),
(730, 351, '_menu_item_xfn', ''),
(452, 152, '_menu_item_type', 'taxonomy'),
(453, 152, '_menu_item_menu_item_parent', '257'),
(454, 152, '_menu_item_object_id', '7'),
(455, 152, '_menu_item_object', 'category'),
(456, 152, '_menu_item_target', ''),
(457, 152, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(458, 152, '_menu_item_xfn', ''),
(459, 152, '_menu_item_url', ''),
(530, 224, '_wp_attached_file', '2012/01/tatlertn.jpg'),
(466, 154, '_wp_attachment_image_alt', 'First news article title'),
(467, 153, 'feat_slider', ''),
(469, 156, '_edit_last', '1'),
(470, 156, '_edit_lock', '1332835818:1'),
(471, 156, 'feat_slider', ''),
(472, 156, '_wp_page_template', 'default'),
(473, 100, 'feat_slider', ''),
(474, 161, '_wp_attached_file', '2012/01/about.jpg'),
(475, 161, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:17:"2012/01/about.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"about-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"about-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:18:"about-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"about-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:17:"about-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(478, 163, '_wp_attached_file', '2012/01/about1.jpg'),
(477, 161, '_wp_attachment_image_alt', 'About Kamini™'),
(479, 163, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:18:"2012/01/about1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"about1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"about1-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:19:"about1-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"about1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:18:"about1-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1490, 810, '_wp_attached_file', '2012/01/secondary-image.jpg'),
(481, 163, '_wp_attachment_image_alt', 'About Kamini™'),
(482, 68, 'feat_slider', ''),
(490, 68, 'page_secondary-image_thumbnail_id', '196'),
(491, 196, '_wp_attachment_image_alt', 'Training & Recruitment'),
(492, 198, '_wp_attached_file', '2012/01/specialoffers.jpg'),
(493, 198, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:25:"2012/01/specialoffers.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"specialoffers-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"specialoffers-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:26:"specialoffers-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:11:"feat_slider";a:3:{s:4:"file";s:25:"specialoffers-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:25:"specialoffers-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(494, 74, 'page_secondary-image_thumbnail_id', '198'),
(495, 198, '_wp_attachment_image_alt', 'Special Offers'),
(496, 72, 'page_secondary-image_thumbnail_id', '198'),
(497, 70, 'page_secondary-image_thumbnail_id', '198'),
(498, 202, '_wp_attached_file', '2012/01/contact.jpg'),
(499, 202, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:19:"2012/01/contact.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"contact-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"contact-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:20:"contact-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"contact-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:19:"contact-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(500, 16, 'page_secondary-image_thumbnail_id', '202'),
(501, 202, '_wp_attachment_image_alt', 'Contact'),
(502, 205, '_wp_attached_file', '2012/01/prodserv.jpg'),
(503, 205, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:20:"2012/01/prodserv.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"prodserv-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"prodserv-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:21:"prodserv-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"prodserv-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:20:"prodserv-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1215, 606, '_wp_attached_file', '2012/01/facialheader.jpg'),
(505, 205, '_wp_attachment_image_alt', 'Products & Services'),
(1219, 608, '_wp_attached_file', '2012/01/hairremoval1.jpg'),
(1223, 610, '_wp_attached_file', '2012/01/hands.jpg'),
(1329, 673, '_wp_attached_file', '2012/01/threading2.jpg'),
(1227, 612, '_wp_attached_file', '2012/01/massage1.jpg'),
(1231, 614, '_wp_attached_file', '2012/01/more.jpg'),
(511, 212, '_wp_attached_file', '2012/01/gems.jpg'),
(512, 212, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:16:"2012/01/gems.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"gems-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"gems-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:17:"gems-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"gems-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:16:"gems-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(513, 80, 'page_secondary-image_thumbnail_id', '212'),
(514, 212, '_wp_attachment_image_alt', 'Kamini Gems'),
(515, 80, 'feat_slider', ''),
(1340, 690, '_wp_attached_file', '2012/01/gemshead.jpg'),
(517, 76, 'feat_slider', ''),
(518, 78, 'page_secondary-image_thumbnail_id', '212'),
(519, 78, 'feat_slider', ''),
(526, 222, '_wp_attached_file', '2012/01/tatler_cover_july_2011.jpg'),
(521, 153, '_wp_old_slug', 'first-news-article-title'),
(527, 222, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"303";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:34:"2012/01/tatler_cover_july_2011.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"tatler_cover_july_2011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"tatler_cover_july_2011-227x300.jpg";s:5:"width";s:3:"227";s:6:"height";s:3:"300";}s:11:"feat_slider";a:3:{s:4:"file";s:34:"tatler_cover_july_2011-303x185.jpg";s:5:"width";s:3:"303";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:34:"tatler_cover_july_2011-227x300.jpg";s:5:"width";s:3:"227";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(528, 222, '_wp_attachment_image_alt', 'Tatler article - The Last Beauty Taboo Features Kamini Beauty'),
(531, 224, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"156";s:6:"height";s:3:"148";s:14:"hwstring_small";s:23:"height=''96'' width=''101''";s:4:"file";s:20:"2012/01/tatlertn.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"tatlertn-150x148.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"148";}}s:10:"image_meta";a:10:{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:"";}}'),
(532, 153, 'post_secondary-image_thumbnail_id', '224'),
(533, 224, '_wp_attachment_image_alt', 'Tatler article - The Last Beauty Taboo Features Kamini Beauty'),
(536, 227, '_edit_last', '1'),
(537, 227, '_edit_lock', '1421928141:1'),
(538, 228, '_wp_attached_file', '2012/01/timeout.jpg'),
(539, 228, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"156";s:6:"height";s:3:"148";s:14:"hwstring_small";s:23:"height=''96'' width=''101''";s:4:"file";s:19:"2012/01/timeout.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"timeout-150x148.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"148";}}s:10:"image_meta";a:10:{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:"";}}'),
(540, 227, 'post_secondary-image_thumbnail_id', '228'),
(541, 228, '_wp_attachment_image_alt', 'London Beauty Salon Treatment Giveaway on Time Out'),
(542, 227, 'feat_slider', ''),
(547, 233, '_wp_attached_file', '2012/01/©-Kamini1.jpg'),
(548, 233, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"528";s:6:"height";s:3:"320";s:14:"hwstring_small";s:23:"height=''77'' width=''128''";s:4:"file";s:22:"2012/01/©-Kamini1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"©-Kamini1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"©-Kamini1-300x181.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"181";}s:11:"feat_slider";a:3:{s:4:"file";s:22:"©-Kamini1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:22:"©-Kamini1-495x300.jpg";s:5:"width";s:3:"495";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(550, 241, '_edit_last', '1'),
(551, 241, '_edit_lock', '1326394266:1'),
(552, 241, '_promo_slider_disable_links', 'true'),
(553, 243, '_edit_last', '1'),
(554, 243, '_edit_lock', '1326394304:1'),
(555, 243, '_promo_slider_disable_links', 'true'),
(556, 243, '_wp_old_slug', 'quote-2'),
(557, 244, '_edit_last', '1'),
(558, 244, '_edit_lock', '1326394343:1'),
(559, 244, '_promo_slider_disable_links', 'true'),
(560, 245, '_edit_last', '1'),
(561, 245, '_edit_lock', '1326394376:1'),
(562, 245, '_promo_slider_disable_links', 'true'),
(563, 243, '_wp_old_slug', 'jane-brown'),
(564, 244, '_wp_old_slug', 'naomi-watts'),
(565, 245, '_wp_old_slug', 'keira-knightley'),
(566, 251, '_edit_last', '1'),
(567, 251, '_edit_lock', '1326394413:1'),
(568, 251, '_promo_slider_disable_links', 'true'),
(569, 252, '_edit_last', '1'),
(570, 252, '_edit_lock', '1326394443:1'),
(571, 252, '_promo_slider_disable_links', 'true'),
(572, 253, '_edit_last', '1'),
(573, 253, '_edit_lock', '1326394463:1'),
(574, 253, '_promo_slider_disable_links', 'true'),
(1488, 809, '_wp_attached_file', '2012/01/Copy-of-IMG_3304.jpg'),
(1487, 6, 'feat_slider', ''),
(578, 255, '_edit_last', '1'),
(579, 255, '_edit_lock', '1326394512:1'),
(580, 255, '_promo_slider_disable_links', 'true'),
(581, 256, '_edit_last', '1'),
(582, 256, '_edit_lock', '1335342523:1'),
(583, 256, '_promo_slider_disable_links', 'true'),
(584, 257, '_menu_item_type', 'custom'),
(585, 257, '_menu_item_menu_item_parent', '0'),
(586, 257, '_menu_item_object_id', '257'),
(587, 257, '_menu_item_object', 'custom'),
(588, 257, '_menu_item_target', ''),
(589, 257, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(590, 257, '_menu_item_xfn', ''),
(591, 257, '_menu_item_url', ''),
(645, 270, '_menu_item_xfn', ''),
(593, 258, '_menu_item_type', 'custom'),
(594, 258, '_menu_item_menu_item_parent', '0'),
(595, 258, '_menu_item_object_id', '258'),
(596, 258, '_menu_item_object', 'custom'),
(597, 258, '_menu_item_target', ''),
(598, 258, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(599, 258, '_menu_item_xfn', ''),
(600, 258, '_menu_item_url', ''),
(740, 352, '_menu_item_url', ''),
(739, 352, '_menu_item_xfn', ''),
(644, 270, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(611, 260, '_menu_item_type', 'custom'),
(612, 260, '_menu_item_menu_item_parent', '0'),
(613, 260, '_menu_item_object_id', '260'),
(614, 260, '_menu_item_object', 'custom'),
(615, 260, '_menu_item_target', ''),
(616, 260, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(617, 260, '_menu_item_xfn', ''),
(618, 260, '_menu_item_url', '#'),
(643, 270, '_menu_item_target', ''),
(646, 270, '_menu_item_url', ''),
(648, 277, '_wp_attached_file', '2012/01/logos.png'),
(649, 277, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1096";s:6:"height";s:3:"100";s:14:"hwstring_small";s:23:"height=''11'' width=''128''";s:4:"file";s:17:"2012/01/logos.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"logos-150x100.png";s:5:"width";s:3:"150";s:6:"height";s:3:"100";}s:6:"medium";a:3:{s:4:"file";s:16:"logos-300x27.png";s:5:"width";s:3:"300";s:6:"height";s:2:"27";}s:5:"large";a:3:{s:4:"file";s:17:"logos-1024x93.png";s:5:"width";s:4:"1024";s:6:"height";s:2:"93";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"logos-40x40.png";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"logos-509x100.png";s:5:"width";s:3:"509";s:6:"height";s:3:"100";}s:13:"small-feature";a:3:{s:4:"file";s:16:"logos-500x45.png";s:5:"width";s:3:"500";s:6:"height";s:2:"45";}}s:10:"image_meta";a:10:{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:"";}}'),
(650, 280, '_wp_attached_file', '2012/01/MRF20E-Swan-Brochure-low-res.pdf'),
(651, 280, '_wp_attachment_metadata', 'a:0:{}'),
(652, 281, '_wp_attached_file', '2012/01/Swanposter.pdf'),
(653, 281, '_wp_attachment_metadata', 'a:0:{}'),
(654, 294, '_edit_last', '1'),
(655, 294, '_edit_lock', '1421934695:1'),
(1313, 659, '_wp_attached_file', '2012/01/products.jpg'),
(657, 294, 'feat_slider', ''),
(658, 294, '_wp_page_template', 'default'),
(659, 296, '_menu_item_type', 'post_type'),
(660, 296, '_menu_item_menu_item_parent', '419'),
(661, 296, '_menu_item_object_id', '294'),
(662, 296, '_menu_item_object', 'page'),
(663, 296, '_menu_item_target', ''),
(664, 296, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(665, 296, '_menu_item_xfn', ''),
(666, 296, '_menu_item_url', ''),
(668, 301, '_edit_last', '1'),
(669, 301, '_edit_lock', '1421929513:1'),
(1309, 657, '_wp_attached_file', '2012/01/venus.jpg'),
(671, 301, 'feat_slider', ''),
(672, 301, '_wp_page_template', 'products.php'),
(673, 303, '_menu_item_type', 'post_type'),
(674, 303, '_menu_item_menu_item_parent', '258'),
(675, 303, '_menu_item_object_id', '301'),
(676, 303, '_menu_item_object', 'page'),
(677, 303, '_menu_item_target', ''),
(678, 303, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(679, 303, '_menu_item_xfn', ''),
(680, 303, '_menu_item_url', ''),
(682, 308, '_edit_last', '1'),
(683, 308, '_edit_lock', '1421928142:1'),
(684, 308, 'feat_slider', ''),
(686, 310, '_menu_item_type', 'taxonomy'),
(687, 310, '_menu_item_menu_item_parent', '0'),
(688, 310, '_menu_item_object_id', '7'),
(689, 310, '_menu_item_object', 'category'),
(690, 310, '_menu_item_target', ''),
(691, 310, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(692, 310, '_menu_item_xfn', ''),
(693, 310, '_menu_item_url', ''),
(744, 363, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/01.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"01-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"01-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"01-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(743, 363, '_wp_attached_file', '2012/01/01.jpg'),
(703, 323, '_wp_attached_file', '2012/01/prod1.jpg'),
(704, 323, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"156";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''57''";s:4:"file";s:17:"2012/01/prod1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"prod1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"prod1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"prod1-156x185.jpg";s:5:"width";s:3:"156";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(705, 323, '_wp_attachment_image_alt', 'Bi-Phased Soft Make-Up Removing Fluid Eyes and Lips'),
(706, 326, '_wp_attached_file', '2012/01/prod11.jpg'),
(707, 326, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:18:"2012/01/prod11.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"prod11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"prod11-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"prod11-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(708, 327, '_wp_attached_file', '2012/01/prod2.jpg'),
(709, 327, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:17:"2012/01/prod2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"prod2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"prod2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"prod2-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(710, 328, '_wp_attached_file', '2012/01/prod3.jpg'),
(711, 328, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:17:"2012/01/prod3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"prod3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"prod3-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"prod3-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(712, 329, '_wp_attached_file', '2012/01/prod4.jpg'),
(713, 329, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"148";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''54''";s:4:"file";s:17:"2012/01/prod4.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"prod4-148x150.jpg";s:5:"width";s:3:"148";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"prod4-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"prod4-148x185.jpg";s:5:"width";s:3:"148";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(714, 333, '_wp_attached_file', '2012/01/sothys.jpg'),
(715, 333, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"421";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''36'' width=''128''";s:4:"file";s:18:"2012/01/sothys.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"sothys-150x120.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"120";}s:6:"medium";a:3:{s:4:"file";s:17:"sothys-300x85.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"85";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"sothys-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(716, 335, '_wp_attached_file', '2012/01/cetuem.jpg'),
(717, 335, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"421";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''36'' width=''128''";s:4:"file";s:18:"2012/01/cetuem.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"cetuem-150x120.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"120";}s:6:"medium";a:3:{s:4:"file";s:17:"cetuem-300x85.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"85";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"cetuem-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(718, 337, '_wp_attached_file', '2012/01/essie.jpg'),
(719, 337, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"421";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''36'' width=''128''";s:4:"file";s:17:"2012/01/essie.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"essie-150x120.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"120";}s:6:"medium";a:3:{s:4:"file";s:16:"essie-300x85.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"85";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"essie-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(720, 338, '_wp_attached_file', '2012/01/neom.jpg'),
(721, 338, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"421";s:6:"height";s:3:"120";s:14:"hwstring_small";s:23:"height=''36'' width=''128''";s:4:"file";s:16:"2012/01/neom.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"neom-150x120.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"120";}s:6:"medium";a:3:{s:4:"file";s:15:"neom-300x85.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"85";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"neom-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(751, 369, '_wp_attached_file', '2012/01/access.jpg'),
(752, 369, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:18:"2012/01/access.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"access-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"access-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"access-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(753, 369, '_wp_attachment_image_alt', 'Candle Accessories'),
(754, 370, '_wp_attached_file', '2012/01/luxury.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(755, 370, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:18:"2012/01/luxury.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"luxury-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"luxury-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"luxury-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(756, 370, '_wp_attachment_image_alt', 'Luxury Candle Collections'),
(757, 371, '_wp_attached_file', '2012/01/reed.jpg'),
(758, 371, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:16:"2012/01/reed.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"reed-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"reed-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"reed-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(759, 371, '_wp_attachment_image_alt', 'Reed Diffusers'),
(760, 372, '_wp_attached_file', '2012/01/placeholder1.jpg'),
(761, 372, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:24:"2012/01/placeholder1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"placeholder1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"placeholder1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"placeholder1-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(762, 373, '_wp_attached_file', '2012/01/spray.jpg'),
(763, 373, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:17:"2012/01/spray.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"spray-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"spray-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"spray-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(764, 373, '_wp_attachment_image_alt', 'Room Mists'),
(765, 374, '_wp_attached_file', '2012/01/bodywash.jpg'),
(766, 374, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2012/01/bodywash.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"bodywash-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"bodywash-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"bodywash-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(767, 374, '_wp_attachment_image_alt', 'Body Wash'),
(768, 375, '_wp_attached_file', '2012/01/bodylotion.jpg'),
(769, 375, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:22:"2012/01/bodylotion.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"bodylotion-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:20:"bodylotion-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:22:"bodylotion-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(770, 375, '_wp_attachment_image_alt', 'Body Lotion'),
(771, 376, '_wp_attached_file', '2012/01/bodyoils.jpg'),
(772, 376, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2012/01/bodyoils.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"bodyoils-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"bodyoils-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"bodyoils-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(773, 376, '_wp_attachment_image_alt', 'Body Oils'),
(774, 377, '_wp_attached_file', '2012/01/bathoil.jpg'),
(775, 377, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:19:"2012/01/bathoil.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"bathoil-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"bathoil-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"bathoil-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(776, 377, '_wp_attachment_image_alt', 'Bath & Shower Oils'),
(777, 378, '_wp_attached_file', '2012/01/luxessentials.jpg'),
(778, 378, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:25:"2012/01/luxessentials.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"luxessentials-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:23:"luxessentials-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:25:"luxessentials-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(779, 378, '_wp_attachment_image_alt', 'Luxury Bath Essentials'),
(780, 379, '_wp_attached_file', '2012/01/placeholder2.jpg'),
(781, 379, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:24:"2012/01/placeholder2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"placeholder2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"placeholder2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"placeholder2-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(782, 380, '_wp_attached_file', '2012/01/handwash.jpg'),
(783, 380, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2012/01/handwash.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"handwash-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"handwash-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"handwash-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(784, 380, '_wp_attachment_image_alt', 'Hand Wash'),
(785, 381, '_wp_attached_file', '2012/01/handlotion.jpg'),
(786, 381, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:22:"2012/01/handlotion.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"handlotion-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:20:"handlotion-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:22:"handlotion-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(787, 381, '_wp_attachment_image_alt', 'Hand Lotion'),
(788, 382, '_wp_attached_file', '2012/01/hwlcoll.jpg'),
(789, 382, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:19:"2012/01/hwlcoll.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"hwlcoll-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"hwlcoll-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"hwlcoll-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(790, 382, '_wp_attachment_image_alt', 'Hand Wash & Lotion Collection'),
(791, 384, '_wp_attached_file', '2012/01/011.jpg'),
(792, 384, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/01/011.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"011-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"011-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"011-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(793, 384, '_wp_attachment_image_alt', 'SCR Skin Cleanser'),
(794, 385, '_wp_attached_file', '2012/01/02.jpg'),
(795, 385, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/02.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"02-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"02-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"02-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(796, 385, '_wp_attachment_image_alt', 'SCR Botanical Daily Wash (SLS & Fragrance Free)'),
(797, 386, '_wp_attached_file', '2012/01/03.jpg'),
(798, 386, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/03.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"03-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"03-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"03-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(799, 386, '_wp_attachment_image_alt', 'SCR Botanical Skin Toner (Alcohol Free)'),
(800, 387, '_wp_attached_file', '2012/01/04.jpg'),
(801, 387, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/04.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"04-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"04-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"04-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(802, 387, '_wp_attachment_image_alt', 'SCR Sensitive Skin Toner (Alcohol Free)'),
(803, 388, '_wp_attached_file', '2012/01/05.jpg'),
(804, 388, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/05.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"05-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"05-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"05-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(805, 388, '_wp_attachment_image_alt', 'SCR Original Skin Toner (Alcohol Free)'),
(806, 389, '_wp_attached_file', '2012/01/06.jpg'),
(807, 389, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/06.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"06-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"06-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"06-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(808, 389, '_wp_attachment_image_alt', 'SCR Exfoliating Gel Mask'),
(809, 390, '_wp_attached_file', '2012/01/07.jpg'),
(810, 390, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/07.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"07-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"07-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"07-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(811, 390, '_wp_attachment_image_alt', 'SCR Purifying Mask'),
(812, 391, '_wp_attached_file', '2012/01/08.jpg'),
(813, 391, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/08.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"08-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"08-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"08-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(814, 391, '_wp_attachment_image_alt', 'SCR Mask Aperetif'),
(815, 392, '_wp_attached_file', '2012/01/placeholder3.jpg'),
(816, 392, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:24:"2012/01/placeholder3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"placeholder3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"placeholder3-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"placeholder3-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(817, 393, '_wp_attached_file', '2012/01/10.jpg'),
(818, 393, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/10.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"10-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"10-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"10-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(819, 393, '_wp_attachment_image_alt', 'SCR Cane Gommage'),
(820, 394, '_wp_attached_file', '2012/01/11.jpg'),
(821, 394, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/11.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"11-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"11-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(822, 394, '_wp_attachment_image_alt', 'SCR Gold Regenerator Serum - Antioxidant'),
(823, 395, '_wp_attached_file', '2012/01/12.jpg'),
(824, 395, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/12.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"12-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"12-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(825, 395, '_wp_attachment_image_alt', 'SCR Skin Emulsion'),
(826, 396, '_wp_attached_file', '2012/01/13.jpg'),
(827, 396, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/13.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"13-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"13-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"13-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(828, 396, '_wp_attachment_image_alt', 'SCR Creme De Lite'),
(829, 397, '_wp_attached_file', '2012/01/14.jpg'),
(830, 397, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/14.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"14-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"14-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"14-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(831, 397, '_wp_attachment_image_alt', 'SCR Rejuvenate Complex'),
(832, 398, '_wp_attached_file', '2012/01/15.jpg'),
(833, 398, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/15.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"15-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"15-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"15-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(834, 398, '_wp_attachment_image_alt', 'SCR Anti Blemish Balm'),
(835, 399, '_wp_attached_file', '2012/01/16.jpg'),
(836, 399, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/16.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"16-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"16-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"16-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(837, 399, '_wp_attachment_image_alt', 'SCR Lip Allure'),
(838, 400, '_wp_attached_file', '2012/01/17.jpg'),
(839, 400, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/17.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"17-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"17-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"17-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(840, 400, '_wp_attachment_image_alt', 'SCR Eye Cleanser (Oil & Fragrance Free)'),
(841, 401, '_wp_attached_file', '2012/01/18.jpg'),
(842, 401, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/18.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"18-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"18-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"18-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(843, 401, '_wp_attachment_image_alt', 'SCR Collagen Eye Gel / Mask'),
(844, 402, '_wp_attached_file', '2012/01/19.jpg'),
(845, 402, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/19.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"19-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"19-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"19-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(846, 402, '_wp_attachment_image_alt', 'SCR Oxygen Complex Eye Cream'),
(847, 403, '_wp_attached_file', '2012/01/20.jpg'),
(848, 403, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/20.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"20-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"20-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"20-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(849, 403, '_wp_attachment_image_alt', 'SCR Alpha Facial Oil - Pure Relaxation'),
(850, 404, '_wp_attached_file', '2012/01/21.jpg'),
(851, 404, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/21.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"21-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"21-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"21-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(852, 404, '_wp_attachment_image_alt', 'SCR Beta Facial Oil - Pure Detoxification'),
(853, 405, '_wp_attached_file', '2012/01/22.jpg'),
(854, 405, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/01/22.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"22-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"22-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"22-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(855, 405, '_wp_attachment_image_alt', 'SCR Gamma Facial Oil - Pure Balance'),
(856, 412, '_edit_last', '1'),
(857, 412, '_edit_lock', '1421929223:1'),
(858, 412, 'feat_slider', ''),
(859, 412, '_wp_page_template', 'default'),
(1426, 785, '_edit_last', '1'),
(1427, 785, '_edit_lock', '1371219188:1'),
(1378, 731, '_wp_page_template', 'products.php'),
(1377, 731, 'feat_slider', ''),
(1376, 731, '_edit_lock', '1352203189:1'),
(1375, 731, '_edit_last', '1'),
(869, 416, '_edit_last', '1'),
(870, 416, '_edit_lock', '1421948125:1'),
(871, 416, 'feat_slider', ''),
(872, 416, '_wp_page_template', 'default'),
(873, 418, '_menu_item_type', 'post_type'),
(874, 418, '_menu_item_menu_item_parent', '419'),
(875, 418, '_menu_item_object_id', '416'),
(876, 418, '_menu_item_object', 'page'),
(877, 418, '_menu_item_target', ''),
(878, 418, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(879, 418, '_menu_item_xfn', ''),
(880, 418, '_menu_item_url', ''),
(882, 419, '_menu_item_type', 'custom'),
(883, 419, '_menu_item_menu_item_parent', '258'),
(884, 419, '_menu_item_object_id', '419'),
(885, 419, '_menu_item_object', 'custom'),
(886, 419, '_menu_item_target', ''),
(887, 419, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(888, 419, '_menu_item_xfn', ''),
(889, 419, '_menu_item_url', ''),
(1317, 661, '_wp_attached_file', '2012/03/products.jpg'),
(892, 430, '_wp_attached_file', '2012/03/2.jpg'),
(893, 430, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"2-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(894, 430, '_wp_attachment_image_alt', 'Purifying Beauty Milk & Lotion'),
(895, 431, '_wp_attached_file', '2012/03/3.jpg'),
(896, 431, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"3-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"3-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(897, 431, '_wp_attachment_image_alt', 'Softening Beauty Milk & Lotion'),
(898, 432, '_wp_attached_file', '2012/03/4.jpg'),
(899, 432, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/4.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"4-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"4-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(900, 432, '_wp_attachment_image_alt', 'Soothing Beauty Milk & Lotion'),
(901, 433, '_wp_attached_file', '2012/03/6.jpg'),
(902, 433, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/6.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"6-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"6-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"6-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(903, 433, '_wp_attachment_image_alt', 'Bi-Phased soft make-up removing fluid for face and eyes'),
(904, 435, '_wp_attached_file', '2012/03/1.jpg'),
(905, 435, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"1-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(906, 435, '_wp_attachment_image_alt', 'Normalising Beauty Milk & Lotion'),
(907, 436, '_wp_attached_file', '2012/03/21.jpg'),
(908, 436, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/21.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"21-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"21-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"21-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(909, 436, '_wp_attachment_image_alt', 'Purifying Beauty Milk & Lotion'),
(910, 437, '_wp_attached_file', '2012/03/31.jpg'),
(911, 437, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/31.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"31-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"31-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"31-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(912, 437, '_wp_attachment_image_alt', 'Softening Beauty Milk & Lotion'),
(913, 438, '_wp_attached_file', '2012/03/41.jpg'),
(914, 438, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/41.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"41-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"41-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"41-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(915, 438, '_wp_attachment_image_alt', 'Soothing Beauty Milk & Lotion'),
(916, 439, '_wp_attached_file', '2012/03/5.jpg'),
(917, 439, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/5.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"5-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"5-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"5-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(918, 439, '_wp_attachment_image_alt', 'Clearness Beauty Milk & Lotion'),
(919, 441, '_wp_attached_file', '2012/03/7.jpg'),
(920, 441, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/7.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"7-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"7-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"7-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(921, 441, '_wp_attachment_image_alt', 'Eau Thermal Spa Cleansing Water'),
(922, 442, '_wp_attached_file', '2012/03/8.jpg'),
(923, 442, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/8.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"8-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"8-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"8-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(924, 442, '_wp_attachment_image_alt', 'Morning Cleanser'),
(925, 444, '_wp_attached_file', '2012/03/9.jpg'),
(926, 444, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:13:"2012/03/9.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"9-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:11:"9-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:13:"9-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(927, 444, '_wp_attachment_image_alt', 'Purifying Foaming Gel'),
(928, 445, '_wp_attached_file', '2012/03/placeholder.jpg'),
(929, 445, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:23:"2012/03/placeholder.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"placeholder-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:21:"placeholder-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:23:"placeholder-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(930, 446, '_wp_attached_file', '2012/03/placeholder1.jpg'),
(931, 446, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:24:"2012/03/placeholder1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"placeholder1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"placeholder1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"placeholder1-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(932, 447, '_wp_attached_file', '2012/03/12.jpg'),
(933, 447, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/12.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"12-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"12-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(934, 447, '_wp_attachment_image_alt', 'Anti-Ageing Double Mask'),
(935, 448, '_wp_attached_file', '2012/03/13.jpg'),
(936, 448, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/13.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"13-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"13-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"13-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(937, 448, '_wp_attachment_image_alt', 'Immuniscience'),
(938, 449, '_wp_attached_file', '2012/03/14.jpg'),
(939, 449, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/14.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"14-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"14-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"14-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(940, 449, '_wp_attachment_image_alt', 'Hydra-Nourishing Mask'),
(941, 450, '_wp_attached_file', '2012/03/15.jpg'),
(942, 450, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/15.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"15-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"15-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"15-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(943, 450, '_wp_attachment_image_alt', 'Absorbant Mask'),
(944, 451, '_wp_attached_file', '2012/03/placeholder2.jpg'),
(945, 451, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:24:"2012/03/placeholder2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"placeholder2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"placeholder2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"placeholder2-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(946, 453, '_wp_attached_file', '2012/03/17.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(947, 453, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/17.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"17-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"17-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"17-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(948, 453, '_wp_attachment_image_alt', 'Hydra-Protective Cream or Emulsion'),
(949, 454, '_wp_attached_file', '2012/03/18.jpg'),
(950, 454, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/18.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"18-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"18-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"18-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(951, 454, '_wp_attachment_image_alt', 'Immuniscience Fluid'),
(952, 455, '_wp_attached_file', '2012/03/18b.jpg'),
(953, 455, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/03/18b.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"18b-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"18b-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"18b-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(954, 455, '_wp_attachment_image_alt', 'Immuniscience Cream'),
(955, 456, '_wp_attached_file', '2012/03/19a.jpg'),
(956, 456, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/03/19a.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"19a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"19a-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"19a-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(957, 456, '_wp_attachment_image_alt', 'Hydra-matt Fluid & Active Cream'),
(958, 457, '_wp_attached_file', '2012/03/19b.jpg'),
(959, 457, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/03/19b.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"19b-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"19b-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"19b-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(960, 457, '_wp_attachment_image_alt', 'Purifying Serum'),
(961, 458, '_wp_attached_file', '2012/03/20.jpg'),
(962, 458, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/20.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"20-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"20-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"20-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(963, 458, '_wp_attachment_image_alt', 'Clarte & Confort Cream and protective cream'),
(964, 459, '_wp_attached_file', '2012/03/placeholder3.jpg'),
(965, 459, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:24:"2012/03/placeholder3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"placeholder3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"placeholder3-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"placeholder3-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(966, 461, '_wp_attached_file', '2012/03/211.jpg'),
(967, 461, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/03/211.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"211-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"211-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"211-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(968, 461, '_wp_attachment_image_alt', 'Intensive Anti-Ageing Serum Graded Product 1-4'),
(969, 462, '_wp_attached_file', '2012/03/22.jpg'),
(970, 462, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/22.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"22-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"22-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"22-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(971, 462, '_wp_attachment_image_alt', 'Intensive Anti-Ageing Daily Cream Graded Product 1-4'),
(972, 463, '_wp_attached_file', '2012/03/23.jpg'),
(973, 463, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/23.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"23-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"23-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"23-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(974, 463, '_wp_attachment_image_alt', 'Neck Shaping Care'),
(975, 464, '_wp_attached_file', '2012/03/24.jpg'),
(976, 464, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/24.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"24-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"24-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"24-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(977, 464, '_wp_attachment_image_alt', 'Intensive Hydrating Serum'),
(978, 465, '_wp_attached_file', '2012/03/25.jpg'),
(979, 465, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/25.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"25-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"25-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"25-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(980, 465, '_wp_attachment_image_alt', 'Intensive Hydrating Cream'),
(981, 466, '_wp_attached_file', '2012/03/26.jpg'),
(982, 466, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/26.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"26-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"26-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"26-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(983, 466, '_wp_attachment_image_alt', 'Nutritive Comfort Cream'),
(984, 467, '_wp_attached_file', '2012/03/27.jpg'),
(985, 467, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/27.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"27-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"27-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"27-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(986, 467, '_wp_attachment_image_alt', 'Essential Lipid Elixir'),
(987, 469, '_wp_attached_file', '2012/03/28.jpg'),
(988, 469, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/28.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"28-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"28-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"28-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(989, 469, '_wp_attachment_image_alt', 'Tensor Eye Gel'),
(990, 470, '_wp_attached_file', '2012/03/29.jpg'),
(991, 470, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/29.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"29-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"29-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"29-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(992, 470, '_wp_attachment_image_alt', 'Age-defying Eye Cream'),
(993, 471, '_wp_attached_file', '2012/03/30.jpg'),
(994, 471, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/30.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"30-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"30-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"30-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(995, 471, '_wp_attachment_image_alt', 'De-stressing Eye Mask'),
(996, 472, '_wp_attached_file', '2012/03/311.jpg'),
(997, 472, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/03/311.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"311-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"311-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"311-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(998, 472, '_wp_attachment_image_alt', 'Brightening Fluid'),
(999, 473, '_wp_attached_file', '2012/03/32.jpg'),
(1000, 473, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/32.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"32-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"32-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"32-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1001, 473, '_wp_attachment_image_alt', 'Preparative Lotion'),
(1002, 474, '_wp_attached_file', '2012/03/33.jpg'),
(1003, 474, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/33.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"33-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"33-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"33-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1004, 474, '_wp_attachment_image_alt', 'Double Action Serum'),
(1005, 475, '_wp_attached_file', '2012/03/34.jpg'),
(1006, 475, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/34.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"34-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"34-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"34-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1007, 475, '_wp_attachment_image_alt', 'Micro-dermabrasion Mask'),
(1008, 476, '_wp_attached_file', '2012/03/35.jpg'),
(1009, 476, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/35.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"35-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"35-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"35-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1010, 476, '_wp_attachment_image_alt', 'Double Renewal System'),
(1011, 477, '_wp_attached_file', '2012/03/36.jpg'),
(1012, 477, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/36.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"36-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"36-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"36-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1013, 477, '_wp_attachment_image_alt', 'Continuous Renewal Care Moisturizer'),
(1014, 478, '_wp_attached_file', '2012/03/37.jpg'),
(1015, 478, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/37.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"37-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"37-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"37-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1016, 478, '_wp_attachment_image_alt', 'Refining Peel-off Mask'),
(1017, 479, '_wp_attached_file', '2012/03/38.jpg'),
(1018, 479, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/38.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"38-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"38-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"38-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1019, 479, '_wp_attachment_image_alt', 'Complexion Perfector'),
(1020, 480, '_wp_attached_file', '2012/03/39.jpg'),
(1021, 480, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/39.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"39-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"39-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"39-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1022, 480, '_wp_attachment_image_alt', 'Matifying Refiner Solution'),
(1023, 481, '_wp_attached_file', '2012/03/40.jpg'),
(1024, 481, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/40.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"40-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"40-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"40-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1025, 481, '_wp_attachment_image_alt', 'Smoothing Refiner Solution'),
(1026, 483, '_wp_attached_file', '2012/03/411.jpg'),
(1027, 483, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/03/411.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"411-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"411-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"411-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1028, 483, '_wp_attachment_image_alt', 'Make-up removing fluid with Cherry Bud'),
(1029, 484, '_wp_attached_file', '2012/03/42.jpg'),
(1030, 484, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/42.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"42-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"42-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"42-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1031, 484, '_wp_attachment_image_alt', 'Flower water with angelica and hawthorn'),
(1032, 485, '_wp_attached_file', '2012/03/43.jpg'),
(1033, 485, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/43.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"43-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"43-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"43-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1034, 485, '_wp_attachment_image_alt', 'Hellanthus and walnut shells exfoliant'),
(1035, 486, '_wp_attached_file', '2012/03/44.jpg'),
(1036, 486, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/44.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"44-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"44-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"44-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1037, 486, '_wp_attachment_image_alt', 'Face care with helianthus and rosemary'),
(1038, 488, '_wp_attached_file', '2012/03/45.jpg'),
(1039, 488, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/45.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"45-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"45-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"45-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1040, 488, '_wp_attachment_image_alt', 'Global anti-age de-stressing care moisturizer'),
(1041, 489, '_wp_attached_file', '2012/03/46.jpg'),
(1042, 489, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/46.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"46-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"46-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"46-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1043, 489, '_wp_attachment_image_alt', 'Global anti-age de-stressing serum'),
(1044, 490, '_wp_attached_file', '2012/03/47.jpg'),
(1045, 490, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/47.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"47-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"47-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"47-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1046, 490, '_wp_attachment_image_alt', 'Eye Contour Serum'),
(1047, 491, '_wp_attached_file', '2012/03/48.jpg'),
(1048, 491, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/48.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"48-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"48-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"48-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1049, 491, '_wp_attachment_image_alt', 'Intense Lip Care'),
(1050, 492, '_wp_attached_file', '2012/03/49.jpg'),
(1051, 492, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/49.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"49-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"49-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"49-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1052, 492, '_wp_attachment_image_alt', 'Age-defying hand treatment'),
(1053, 493, '_wp_attached_file', '2012/03/50.jpg'),
(1054, 493, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/50.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"50-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"50-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"50-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1055, 493, '_wp_attachment_image_alt', 'Anti-ageing smoothing body balm'),
(1056, 494, '_wp_attached_file', '2012/03/51.jpg'),
(1057, 494, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/51.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"51-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"51-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"51-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1058, 494, '_wp_attachment_image_alt', 'Eau de Parfum'),
(1059, 496, '_wp_attached_file', '2012/03/52.jpg'),
(1060, 496, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/52.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"52-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"52-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"52-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1061, 496, '_wp_attachment_image_alt', 'Shower Cream'),
(1062, 497, '_wp_attached_file', '2012/03/53.jpg'),
(1063, 497, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/53.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"53-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"53-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"53-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1064, 497, '_wp_attachment_image_alt', 'Relaxing Body Scrub'),
(1065, 498, '_wp_attached_file', '2012/03/54.jpg'),
(1066, 498, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/54.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"54-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"54-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"54-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1067, 498, '_wp_attachment_image_alt', 'Nourishing Body Elixir'),
(1068, 499, '_wp_attached_file', '2012/03/55.jpg'),
(1069, 499, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/55.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"55-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"55-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"55-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1070, 499, '_wp_attachment_image_alt', 'Hydrating Body Mist'),
(1071, 500, '_wp_attached_file', '2012/03/56.jpg'),
(1072, 500, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/56.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"56-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"56-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"56-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1073, 500, '_wp_attachment_image_alt', 'Shower Gel'),
(1074, 501, '_wp_attached_file', '2012/03/57.jpg'),
(1075, 501, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/57.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"57-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"57-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"57-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1076, 501, '_wp_attachment_image_alt', 'Delicious Scrub'),
(1077, 502, '_wp_attached_file', '2012/03/58.jpg'),
(1078, 502, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/58.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"58-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"58-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"58-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1079, 502, '_wp_attachment_image_alt', 'Nourishing Body Elixir'),
(1080, 504, '_wp_attached_file', '2012/03/59.jpg'),
(1081, 504, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/59.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"59-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"59-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"59-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1082, 504, '_wp_attachment_image_alt', 'Hydra-nourishing body lotion'),
(1083, 505, '_wp_attached_file', '2012/03/60.jpg'),
(1084, 505, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/60.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"60-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"60-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"60-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1085, 506, '_wp_attached_file', '2012/03/61.jpg'),
(1086, 506, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/61.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"61-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"61-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"61-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1087, 507, '_wp_attached_file', '2012/03/62.jpg'),
(1088, 507, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/62.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"62-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"62-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"62-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1089, 507, '_wp_attachment_image_alt', 'Radiance tightening bust serum'),
(1090, 508, '_wp_attached_file', '2012/03/63.jpg'),
(1091, 508, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/63.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"63-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"63-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"63-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1092, 509, '_wp_attached_file', '2012/03/64.jpg'),
(1093, 509, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/64.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"64-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"64-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"64-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1094, 509, '_wp_attachment_image_alt', 'Post-depilatory softening care'),
(1095, 511, '_wp_attached_file', '2012/03/65.jpg'),
(1096, 511, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/65.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"65-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"65-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"65-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1097, 511, '_wp_attachment_image_alt', 'Body lotion with cherry bud and lavender'),
(1098, 512, '_wp_attached_file', '2012/03/66.jpg'),
(1099, 512, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/66.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"66-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"66-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"66-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1100, 512, '_wp_attachment_image_alt', 'Nourishing body oil with helianthus'),
(1101, 513, '_wp_attached_file', '2012/03/67.jpg'),
(1102, 513, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/67.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"67-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"67-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"67-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1103, 515, '_wp_attached_file', '2012/03/671.jpg'),
(1104, 515, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:15:"2012/03/671.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"671-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:13:"671-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:15:"671-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1105, 515, '_wp_attachment_image_alt', 'Detoxifying Active Cleanser'),
(1106, 516, '_wp_attached_file', '2012/03/68.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1107, 516, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/68.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"68-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"68-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"68-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1108, 516, '_wp_attachment_image_alt', 'Revitalizing Hair and Body Care'),
(1109, 517, '_wp_attached_file', '2012/03/69.jpg'),
(1110, 517, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/69.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"69-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"69-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"69-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1111, 517, '_wp_attachment_image_alt', 'Age-defying Active Cream'),
(1112, 518, '_wp_attached_file', '2012/03/70.jpg'),
(1113, 518, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/70.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"70-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"70-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"70-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1114, 518, '_wp_attachment_image_alt', 'Hydrating Active Care Cream'),
(1115, 519, '_wp_attached_file', '2012/03/71.jpg'),
(1116, 519, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/71.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"71-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"71-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"71-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1117, 519, '_wp_attachment_image_alt', 'De-stressing Eye Care'),
(1118, 520, '_wp_attached_file', '2012/03/72.jpg'),
(1119, 520, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/72.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"72-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"72-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"72-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1120, 520, '_wp_attachment_image_alt', 'Exfoliating Scrub'),
(1121, 522, '_wp_attached_file', '2012/03/73.jpg'),
(1122, 522, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/73.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"73-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"73-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"73-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1123, 522, '_wp_attachment_image_alt', 'Sunny Glow Moisturizing Lotion'),
(1124, 523, '_wp_attached_file', '2012/03/74.jpg'),
(1125, 523, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/74.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"74-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"74-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"74-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1126, 523, '_wp_attachment_image_alt', 'Face and Body Self Tanning Cream'),
(1127, 524, '_wp_attached_file', '2012/03/75.jpg'),
(1128, 524, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/75.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"75-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"75-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"75-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1129, 524, '_wp_attachment_image_alt', 'Sun-sensitive Area Care SPF30'),
(1130, 525, '_wp_attached_file', '2012/03/76.jpg'),
(1131, 525, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/76.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"76-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"76-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"76-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1132, 525, '_wp_attachment_image_alt', 'Tanning Body Lotion SPF20'),
(1133, 526, '_wp_attached_file', '2012/03/77.jpg'),
(1134, 526, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/77.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"77-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"77-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"77-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1135, 526, '_wp_attachment_image_alt', 'Age-defying Tinted Care SPF10'),
(1136, 527, '_wp_attached_file', '2012/03/78.jpg'),
(1137, 527, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/78.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"78-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"78-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"78-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1138, 527, '_wp_attachment_image_alt', 'Face and body cream SPF10'),
(1139, 528, '_wp_attached_file', '2012/03/79.jpg'),
(1140, 528, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/79.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"79-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"79-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"79-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1141, 528, '_wp_attachment_image_alt', 'Iridescent Tanning Gel SPF8'),
(1142, 529, '_wp_attached_file', '2012/03/80.jpg'),
(1143, 529, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/80.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"80-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"80-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"80-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1144, 529, '_wp_attachment_image_alt', 'Repairing age-defying face care'),
(1145, 530, '_wp_attached_file', '2012/03/81.jpg'),
(1146, 530, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/81.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"81-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"81-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"81-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1147, 530, '_wp_attachment_image_alt', 'Soothing After-Sun body care'),
(1148, 532, '_wp_attached_file', '2012/03/82.jpg'),
(1149, 532, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/82.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"82-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"82-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"82-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1150, 533, '_wp_attached_file', '2012/03/83.jpg'),
(1151, 533, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/83.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"83-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"83-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"83-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1152, 534, '_wp_attached_file', '2012/03/84.jpg'),
(1153, 534, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/84.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"84-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"84-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"84-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1154, 535, '_wp_attached_file', '2012/03/85.jpg'),
(1155, 535, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:14:"2012/03/85.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"85-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:12:"85-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:14:"85-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1183, 578, '_wp_attached_file', '2012/03/caci.jpg'),
(1165, 541, '_wp_attached_file', '2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf'),
(1166, 541, '_wp_attachment_metadata', 'a:0:{}'),
(1167, 542, '_wp_attached_file', '2012/03/CACI%20FACE-UP.pdf'),
(1168, 542, '_wp_attachment_metadata', 'a:0:{}'),
(1169, 543, '_wp_attached_file', '2012/03/CACI%20ULTRA.pdf'),
(1170, 543, '_wp_attachment_metadata', 'a:0:{}'),
(1171, 544, '_wp_attached_file', '2012/03/Hydratone_Instructions.pdf'),
(1172, 544, '_wp_attachment_metadata', 'a:0:{}'),
(1173, 545, '_wp_attached_file', '2012/03/Information-about-CACI.doc'),
(1174, 545, '_wp_attachment_metadata', 'a:0:{}'),
(1175, 546, '_wp_attached_file', '2012/03/ULTIMATE_Nov11_FINw.pdf'),
(1176, 546, '_wp_attachment_metadata', 'a:0:{}'),
(1177, 547, '_wp_attached_file', '2012/03/WrinkleRevolution_W.pdf'),
(1178, 547, '_wp_attachment_metadata', 'a:0:{}'),
(1179, 548, '_wp_attached_file', '2012/01/pdficon.png'),
(1180, 548, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:2:"80";s:6:"height";s:2:"80";s:14:"hwstring_small";s:22:"height=''80'' width=''80''";s:4:"file";s:19:"2012/01/pdficon.png";s:5:"sizes";a:1:{s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"pdficon-40x40.png";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(1181, 549, '_wp_attached_file', '2012/01/wordicon.png'),
(1182, 549, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:2:"80";s:6:"height";s:2:"80";s:14:"hwstring_small";s:22:"height=''80'' width=''80''";s:4:"file";s:20:"2012/01/wordicon.png";s:5:"sizes";a:1:{s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"wordicon-40x40.png";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(1184, 578, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"620";s:14:"hwstring_small";s:22:"height=''96'' width=''71''";s:4:"file";s:16:"2012/03/caci.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"caci-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"caci-222x300.jpg";s:5:"width";s:3:"222";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"caci-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"caci-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:16:"caci-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:16:"caci-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:16:"caci-222x300.jpg";s:5:"width";s:3:"222";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1185, 579, '_wp_attached_file', '2012/03/facial.jpg'),
(1186, 579, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"601";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:18:"2012/03/facial.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"facial-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"facial-229x300.jpg";s:5:"width";s:3:"229";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"facial-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"facial-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:18:"facial-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:18:"facial-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:18:"facial-229x300.jpg";s:5:"width";s:3:"229";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1187, 580, '_wp_attached_file', '2012/03/hair.jpg'),
(1188, 580, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"601";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:16:"2012/03/hair.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"hair-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"hair-229x300.jpg";s:5:"width";s:3:"229";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"hair-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"hair-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:16:"hair-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:16:"hair-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:16:"hair-229x300.jpg";s:5:"width";s:3:"229";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1189, 581, '_wp_attached_file', '2012/03/hands.jpg'),
(1190, 581, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"592";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:17:"2012/03/hands.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"hands-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"hands-233x300.jpg";s:5:"width";s:3:"233";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"hands-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"hands-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:17:"hands-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:17:"hands-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:17:"hands-233x300.jpg";s:5:"width";s:3:"233";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1191, 582, '_wp_attached_file', '2012/03/threading.jpg'),
(1192, 582, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"693";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:21:"2012/03/threading.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"threading-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"threading-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:19:"threading-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:21:"threading-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:21:"threading-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:21:"threading-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:21:"threading-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1193, 583, '_wp_attached_file', '2012/03/massage.jpg'),
(1194, 583, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"613";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:19:"2012/03/massage.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"massage-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"massage-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"massage-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"massage-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:19:"massage-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:19:"massage-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:19:"massage-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1195, 584, '_wp_attached_file', '2012/03/more.jpg'),
(1196, 584, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"592";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:16:"2012/03/more.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"more-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"more-233x300.jpg";s:5:"width";s:3:"233";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"more-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"more-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:16:"more-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:16:"more-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:16:"more-233x300.jpg";s:5:"width";s:3:"233";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1197, 585, '_wp_attached_file', '2012/03/swan.jpg'),
(1198, 585, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"460";s:6:"height";s:3:"629";s:14:"hwstring_small";s:22:"height=''96'' width=''70''";s:4:"file";s:16:"2012/03/swan.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"swan-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"swan-219x300.jpg";s:5:"width";s:3:"219";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"swan-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"swan-460x185.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:16:"swan-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:16:"swan-460x418.jpg";s:5:"width";s:3:"460";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:16:"swan-219x300.jpg";s:5:"width";s:3:"219";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1199, 578, '_wp_attachment_image_alt', 'CACI'),
(1200, 579, '_wp_attachment_image_alt', 'Facial'),
(1201, 580, '_wp_attachment_image_alt', 'Hair Removal'),
(1202, 581, '_wp_attachment_image_alt', 'Hands and Feet'),
(1203, 582, '_wp_attachment_image_alt', 'Kamini Threading'),
(1204, 583, '_wp_attachment_image_alt', 'Massage and Holistic'),
(1205, 584, '_wp_attachment_image_alt', 'More treatments'),
(1206, 585, '_wp_attachment_image_alt', 'Venus Swan'),
(1207, 268, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/caci.jpg'),
(1208, 28, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/facial.jpg'),
(1209, 30, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/hair.jpg'),
(1210, 32, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/hands.jpg'),
(1211, 26, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/threading.jpg'),
(1212, 34, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/massage.jpg'),
(1213, 36, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/more.jpg'),
(1214, 301, 'right image', 'http://www.kaminibeauty.com/wp-content/uploads/2012/03/swan.jpg'),
(1216, 606, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:24:"2012/01/facialheader.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"facialheader-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"facialheader-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:25:"facialheader-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"facialheader-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"facialheader-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:24:"facialheader-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1217, 28, 'page_secondary-image_thumbnail_id', '606'),
(1218, 606, '_wp_attachment_image_alt', 'Facial'),
(1220, 608, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:24:"2012/01/hairremoval1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"hairremoval1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"hairremoval1-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:25:"hairremoval1-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"hairremoval1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:24:"hairremoval1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:24:"hairremoval1-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1221, 30, 'page_secondary-image_thumbnail_id', '608'),
(1222, 608, '_wp_attachment_image_alt', 'Hair Removal'),
(1224, 610, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:17:"2012/01/hands.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"hands-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"hands-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:18:"hands-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"hands-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"hands-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:17:"hands-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1225, 32, 'page_secondary-image_thumbnail_id', '610'),
(1226, 610, '_wp_attachment_image_alt', 'Hands & Feet'),
(1228, 612, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:20:"2012/01/massage1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"massage1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"massage1-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:21:"massage1-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"massage1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"massage1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:20:"massage1-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1229, 34, 'page_secondary-image_thumbnail_id', '612'),
(1230, 612, '_wp_attachment_image_alt', 'Massage & Holistic'),
(1232, 614, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:16:"2012/01/more.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"more-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"more-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:17:"more-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"more-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"more-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:16:"more-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1233, 36, 'page_secondary-image_thumbnail_id', '614'),
(1234, 614, '_wp_attachment_image_alt', 'More Treatments'),
(1235, 618, '_edit_last', '1'),
(1236, 618, '_edit_lock', '1421928145:1'),
(1237, 619, '_wp_attached_file', '2012/03/massage-022112-lon-380.jpg'),
(1238, 619, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"285";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:34:"2012/03/massage-022112-lon-380.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"massage-022112-lon-380-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"massage-022112-lon-380-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:32:"massage-022112-lon-380-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:34:"massage-022112-lon-380-380x185.jpg";s:5:"width";s:3:"380";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1239, 619, '_wp_attachment_image_alt', 'Kamini mentioned in Daily Candy website.'),
(1240, 620, '_wp_attached_file', '2012/03/andy.jpg'),
(1241, 620, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"156";s:6:"height";s:3:"148";s:14:"hwstring_small";s:23:"height=''96'' width=''101''";s:4:"file";s:16:"2012/03/andy.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"andy-150x148.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"148";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"andy-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(1242, 618, 'post_secondary-image_thumbnail_id', '620'),
(1243, 620, '_wp_attachment_image_alt', 'Kamini Beauty mentioned in Daily Candy website.'),
(1244, 618, 'feat_slider', ''),
(1249, 625, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"306";s:6:"height";s:3:"133";s:14:"hwstring_small";s:23:"height=''55'' width=''128''";s:4:"file";s:17:"2012/01/sasha.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"sasha-150x133.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"133";}s:6:"medium";a:3:{s:4:"file";s:17:"sasha-300x130.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"130";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"sasha-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(1250, 137, '_thumbnail_id', '625'),
(1251, 625, '_wp_attachment_image_alt', 'Sasha Abraham'),
(1358, 714, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"450";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2012/04/IMG_0010.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"IMG_0010-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"IMG_0010-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"IMG_0010-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"IMG_0010-450x185.jpg";s:5:"width";s:3:"450";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1254, 137, '_wp_old_slug', 'siena-miller'),
(1266, 45, 'feat_slider', ''),
(1270, 638, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:19:"2012/03/compnew.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"compnew-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"compnew-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"compnew-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1271, 638, '_wp_attachment_image_alt', 'Complexion'),
(1272, 639, '_wp_attached_file', '2012/03/nailsnew.jpg'),
(1273, 639, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:20:"2012/03/nailsnew.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"nailsnew-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"nailsnew-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"nailsnew-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1274, 639, '_wp_attachment_image_alt', 'Nails'),
(1275, 640, '_wp_attached_file', '2012/03/lipsnew.jpg'),
(1276, 640, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:19:"2012/03/lipsnew.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"lipsnew-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"lipsnew-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"lipsnew-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1277, 640, '_wp_attachment_image_alt', 'Lips'),
(1278, 641, '_wp_attached_file', '2012/03/eyesnew.jpg'),
(1279, 641, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:19:"2012/03/eyesnew.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"eyesnew-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"eyesnew-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:19:"eyesnew-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1280, 641, '_wp_attachment_image_alt', 'Eyes'),
(1281, 643, '_wp_attached_file', '2012/03/velvethandcream.jpg'),
(1282, 643, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:27:"2012/03/velvethandcream.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"velvethandcream-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:25:"velvethandcream-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:27:"velvethandcream-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1283, 643, '_wp_attachment_image_alt', 'Velvet Hand Cream'),
(1284, 644, '_wp_attached_file', '2012/03/slimnessexfoliant.jpg'),
(1285, 644, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:29:"2012/03/slimnessexfoliant.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"slimnessexfoliant-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:27:"slimnessexfoliant-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:29:"slimnessexfoliant-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1286, 644, '_wp_attachment_image_alt', 'Slimness Exfoliant'),
(1287, 645, '_wp_attached_file', '2012/03/totalresculptingserum.jpg'),
(1288, 645, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:33:"2012/03/totalresculptingserum.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"totalresculptingserum-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:31:"totalresculptingserum-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:33:"totalresculptingserum-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1289, 645, '_wp_attachment_image_alt', 'Total Resculpting Body Serum'),
(1290, 646, '_wp_attached_file', '2012/03/concentratedserum.jpg'),
(1291, 646, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"211";s:6:"height";s:3:"262";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:29:"2012/03/concentratedserum.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"concentratedserum-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:27:"concentratedserum-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:29:"concentratedserum-211x185.jpg";s:5:"width";s:3:"211";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1292, 646, '_wp_attachment_image_alt', 'Concentrated Serum'),
(1294, 648, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:19:"2012/01/facial1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"facial1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"facial1-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:17:"facial1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:13:"small-feature";a:3:{s:4:"file";s:19:"facial1-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(1295, 28, '_thumbnail_id', '648'),
(1296, 648, '_wp_attachment_image_alt', 'Facial'),
(1298, 650, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:24:"2012/01/hairremoval2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"hairremoval2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"hairremoval2-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:22:"hairremoval2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:13:"small-feature";a:3:{s:4:"file";s:24:"hairremoval2-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(1299, 30, '_thumbnail_id', '650'),
(1300, 650, '_wp_attachment_image_alt', 'Hair Removal');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1302, 652, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"185";s:14:"hwstring_small";s:23:"height=''46'' width=''128''";s:4:"file";s:22:"2012/01/threading1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"threading1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"threading1-300x109.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"109";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:20:"threading1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:13:"small-feature";a:3:{s:4:"file";s:22:"threading1-500x181.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"181";}}s:10:"image_meta";a:10:{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:"";}}'),
(1303, 26, '_thumbnail_id', '652'),
(1304, 652, '_wp_attachment_image_alt', 'Kamini Threading'),
(1306, 655, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:16:"2012/01/caci.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"caci-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"caci-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:17:"caci-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"caci-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:16:"caci-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:16:"caci-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1333, 675, '_wp_attached_file', '2012/01/caci1.jpg'),
(1308, 655, '_wp_attachment_image_alt', 'CACI Ultimate'),
(1310, 657, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:17:"2012/01/venus.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"venus-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"venus-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:18:"venus-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"venus-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"venus-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:17:"venus-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1311, 301, 'page_secondary-image_thumbnail_id', '657'),
(1312, 657, '_wp_attachment_image_alt', 'Venus Swan'),
(1314, 659, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:20:"2012/01/products.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"products-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"products-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:21:"products-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"products-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"products-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:20:"products-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1315, 294, 'page_secondary-image_thumbnail_id', '659'),
(1316, 659, '_wp_attachment_image_alt', 'Products & Services'),
(1318, 661, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:20:"2012/03/products.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"products-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"products-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:21:"products-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"products-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"products-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:20:"products-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1319, 416, 'page_secondary-image_thumbnail_id', '661'),
(1320, 661, '_wp_attachment_image_alt', 'Products & Services'),
(1321, 664, '_edit_last', '1'),
(1322, 664, '_edit_lock', '1421927935:1'),
(1323, 665, '_wp_attached_file', '2012/03/sheh.jpg'),
(1324, 665, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"306";s:6:"height";s:3:"133";s:14:"hwstring_small";s:23:"height=''55'' width=''128''";s:4:"file";s:16:"2012/03/sheh.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"sheh-150x133.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"133";}s:6:"medium";a:3:{s:4:"file";s:16:"sheh-300x130.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"130";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:14:"sheh-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}}s:10:"image_meta";a:10:{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:"";}}'),
(1325, 664, '_thumbnail_id', '665'),
(1326, 665, '_wp_attachment_image_alt', 'Sheherazade Goldsmith'),
(1327, 664, 'feat_slider', ''),
(1330, 673, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:22:"2012/01/threading2.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"threading2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"threading2-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:23:"threading2-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:20:"threading2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:22:"threading2-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:22:"threading2-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1331, 26, 'page_secondary-image_thumbnail_id', '673'),
(1332, 673, '_wp_attachment_image_alt', 'Kamini Threading'),
(1334, 675, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:17:"2012/01/caci1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"caci1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"caci1-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:18:"caci1-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:15:"caci1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:17:"caci1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:17:"caci1-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1335, 268, 'page_secondary-image_thumbnail_id', '675'),
(1336, 675, '_wp_attachment_image_alt', 'CACI Ultimate'),
(1337, 26, 'before and after', '[nggallery id=4]'),
(1338, 301, 'before and after', '[nggallery id=6]'),
(1339, 268, 'before and after', '[nggallery id=9]'),
(1341, 690, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:20:"2012/01/gemshead.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"gemshead-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"gemshead-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:21:"gemshead-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:18:"gemshead-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:20:"gemshead-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:20:"gemshead-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1342, 76, 'page_secondary-image_thumbnail_id', '690'),
(1343, 690, '_wp_attachment_image_alt', 'Book of Secrets'),
(1344, 694, '_wp_attached_file', '2012/01/essie-nail-polish-neon-2.jpg'),
(1345, 694, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"360";s:6:"height";s:3:"460";s:14:"hwstring_small";s:22:"height=''96'' width=''75''";s:4:"file";s:36:"2012/01/essie-nail-polish-neon-2.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"essie-nail-polish-neon-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"essie-nail-polish-neon-2-234x300.jpg";s:5:"width";s:3:"234";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:34:"essie-nail-polish-neon-2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:36:"essie-nail-polish-neon-2-360x185.jpg";s:5:"width";s:3:"360";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:36:"essie-nail-polish-neon-2-360x418.jpg";s:5:"width";s:3:"360";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:36:"essie-nail-polish-neon-2-360x418.jpg";s:5:"width";s:3:"360";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:36:"essie-nail-polish-neon-2-234x300.jpg";s:5:"width";s:3:"234";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1346, 694, '_wp_attachment_image_alt', 'Essie'),
(1347, 696, '_wp_attached_file', '2012/01/essie1.jpg'),
(1348, 696, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"480";s:6:"height";s:3:"250";s:14:"hwstring_small";s:23:"height=''66'' width=''128''";s:4:"file";s:18:"2012/01/essie1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"essie1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"essie1-300x156.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"156";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"essie1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"essie1-480x185.jpg";s:5:"width";s:3:"480";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1349, 696, '_wp_attachment_image_alt', 'Essie'),
(1350, 698, '_wp_attached_file', '2012/01/essie2.jpg'),
(1351, 698, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"480";s:6:"height";s:3:"206";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:18:"2012/01/essie2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"essie2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"essie2-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:16:"essie2-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:18:"essie2-480x185.jpg";s:5:"width";s:3:"480";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{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:"";}}'),
(1352, 698, '_wp_attachment_image_alt', 'Essie'),
(1359, 713, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1754";s:6:"height";s:4:"1240";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:22:"2012/04/FinalGift1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"FinalGift1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"FinalGift1-300x212.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"212";}s:5:"large";a:3:{s:4:"file";s:23:"FinalGift1-1024x723.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"723";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:20:"FinalGift1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:22:"FinalGift1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"FinalGift1-1104x418.jpg";s:5:"width";s:4:"1104";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:23:"FinalGift1-1104x418.jpg";s:5:"width";s:4:"1104";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:22:"FinalGift1-424x300.jpg";s:5:"width";s:3:"424";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{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:"";}}'),
(1390, 759, 'feat_slider', ''),
(1391, 759, '_wp_page_template', 'default'),
(1389, 759, '_edit_lock', '1421927357:1'),
(1388, 759, '_edit_last', '1'),
(1393, 764, '_wp_attached_file', '2012/12/kamini-meet-the-team.jpg'),
(1394, 764, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:32:"2012/12/kamini-meet-the-team.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"kamini-meet-the-team-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"kamini-meet-the-team-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:33:"kamini-meet-the-team-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:30:"kamini-meet-the-team-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:32:"kamini-meet-the-team-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:32:"kamini-meet-the-team-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1395, 759, 'page_secondary-image_thumbnail_id', '764'),
(1396, 764, '_wp_attachment_image_alt', 'Kamini - Meet The Team'),
(1397, 769, '_menu_item_type', 'post_type'),
(1398, 769, '_menu_item_menu_item_parent', '257'),
(1399, 769, '_menu_item_object_id', '759'),
(1400, 769, '_menu_item_object', 'page'),
(1401, 769, '_menu_item_target', ''),
(1402, 769, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1403, 769, '_menu_item_xfn', ''),
(1404, 769, '_menu_item_url', ''),
(1416, 782, '_promo_slider_disable_links', 'true'),
(1415, 782, '_edit_lock', '1371217418:1'),
(1414, 782, '_edit_last', '1'),
(1428, 785, '_promo_slider_disable_links', 'true'),
(1429, 786, '_edit_last', '1'),
(1430, 786, '_edit_lock', '1371219241:1'),
(1431, 786, '_promo_slider_disable_links', 'true'),
(1432, 787, '_edit_last', '1'),
(1433, 787, '_edit_lock', '1371219326:1'),
(1434, 787, '_promo_slider_disable_links', 'true'),
(1435, 788, '_edit_last', '1'),
(1436, 788, '_edit_lock', '1371219412:1'),
(1437, 788, '_promo_slider_disable_links', 'true'),
(1438, 789, '_edit_last', '1'),
(1439, 789, '_edit_lock', '1371219663:1'),
(1440, 789, '_promo_slider_disable_links', 'true'),
(1441, 790, '_edit_last', '1'),
(1442, 790, '_edit_lock', '1371219599:1'),
(1443, 790, '_promo_slider_disable_links', 'true'),
(1444, 791, '_edit_last', '1'),
(1445, 791, '_edit_lock', '1371219682:1'),
(1446, 791, '_promo_slider_disable_links', 'true'),
(1447, 792, '_edit_last', '1'),
(1448, 792, '_edit_lock', '1371220130:1'),
(1449, 792, '_promo_slider_disable_links', 'true'),
(1450, 793, '_edit_last', '1'),
(1451, 793, '_edit_lock', '1371220396:1'),
(1452, 793, '_promo_slider_disable_links', 'true'),
(1453, 794, '_edit_last', '1'),
(1454, 794, '_edit_lock', '1371220382:1'),
(1455, 795, '_edit_last', '1'),
(1456, 795, '_edit_lock', '1371220520:1'),
(1457, 795, '_promo_slider_disable_links', 'true'),
(1458, 796, '_edit_last', '1'),
(1459, 796, '_edit_lock', '1371220612:1'),
(1460, 796, '_promo_slider_disable_links', 'true'),
(1461, 797, '_edit_last', '1'),
(1462, 797, '_edit_lock', '1371220656:1'),
(1463, 797, '_promo_slider_disable_links', 'true'),
(1464, 798, '_edit_last', '1'),
(1465, 798, '_edit_lock', '1371220891:1'),
(1466, 798, '_promo_slider_disable_links', 'true'),
(1467, 799, '_edit_last', '1'),
(1468, 799, '_edit_lock', '1371222028:1'),
(1469, 799, '_promo_slider_disable_links', 'true'),
(1470, 800, '_edit_last', '1'),
(1471, 800, '_edit_lock', '1371222413:1'),
(1472, 800, '_promo_slider_disable_links', 'true'),
(1473, 801, '_edit_last', '1'),
(1474, 801, '_edit_lock', '1371222532:1'),
(1475, 801, '_promo_slider_disable_links', 'true'),
(1476, 802, '_edit_last', '1'),
(1477, 802, '_edit_lock', '1371223349:1'),
(1478, 802, '_promo_slider_disable_links', 'true'),
(1479, 803, '_edit_last', '1'),
(1480, 803, '_edit_lock', '1371223427:1'),
(1481, 803, '_promo_slider_disable_links', 'true'),
(1482, 804, '_edit_last', '1'),
(1483, 804, '_edit_lock', '1371223737:1'),
(1484, 804, '_promo_slider_disable_links', 'true'),
(1489, 809, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"360";s:6:"height";s:3:"480";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:28:"2012/01/Copy-of-IMG_3304.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"Copy-of-IMG_3304-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"Copy-of-IMG_3304-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:26:"Copy-of-IMG_3304-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:28:"Copy-of-IMG_3304-360x185.jpg";s:5:"width";s:3:"360";s:6:"height";s:3:"185";}s:14:"post-thumbnail";a:3:{s:4:"file";s:28:"Copy-of-IMG_3304-360x418.jpg";s:5:"width";s:3:"360";s:6:"height";s:3:"418";}s:13:"large-feature";a:3:{s:4:"file";s:28:"Copy-of-IMG_3304-360x418.jpg";s:5:"width";s:3:"360";s:6:"height";s:3:"418";}s:13:"small-feature";a:3:{s:4:"file";s:28:"Copy-of-IMG_3304-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon DIGITAL IXUS 40";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1162829125";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"8.462";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";}}'),
(1491, 810, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:27:"2012/01/secondary-image.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"secondary-image-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"secondary-image-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:28:"secondary-image-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:25:"secondary-image-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:27:"secondary-image-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:27:"secondary-image-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1492, 811, '_wp_attached_file', '2012/01/secondary-image1.jpg'),
(1493, 811, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1104";s:6:"height";s:3:"360";s:14:"hwstring_small";s:23:"height=''41'' width=''128''";s:4:"file";s:28:"2012/01/secondary-image1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"secondary-image1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"secondary-image1-300x97.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"97";}s:5:"large";a:3:{s:4:"file";s:29:"secondary-image1-1024x333.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"333";}s:34:"cat_post_thumb_sizecategoryposts-2";a:3:{s:4:"file";s:26:"secondary-image1-40x40.jpg";s:5:"width";s:2:"40";s:6:"height";s:2:"40";}s:11:"feat_slider";a:3:{s:4:"file";s:28:"secondary-image1-509x185.jpg";s:5:"width";s:3:"509";s:6:"height";s:3:"185";}s:13:"small-feature";a:3:{s:4:"file";s:28:"secondary-image1-500x163.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"163";}}s:10:"image_meta";a:10:{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:"";}}'),
(1494, 818, '_edit_last', '1'),
(1495, 818, 'feat_slider', ''),
(1496, 818, '_wp_page_template', 'default'),
(1497, 818, '_edit_lock', '1421926844:1'),
(1500, 829, '_wp_attached_file', '2014/10/kam_jm_320x110mm_rollfold_sept141.pdf'),
(1501, 829, '_wp_attachment_metadata', 'a:0:{}'),
(1509, 834, 'title', 'Galleries'),
(1510, 834, 'name', 'galleries'),
(1511, 834, 'has_variations', ''),
(1512, 834, 'variation', '0'),
(1513, 834, 'filter', 'raw'),
(1514, 834, 'returns', 'WyJpbWFnZSJd'),
(1515, 834, 'aliases', 'WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXQ=='),
(1516, 834, 'id_field', 'ID'),
(1517, 835, 'title', 'Albums'),
(1518, 835, 'name', 'albums'),
(1519, 835, 'has_variations', ''),
(1520, 835, 'variation', '0'),
(1521, 835, 'filter', 'raw'),
(1522, 835, 'returns', 'WyJnYWxsZXJ5IiwiYWxidW0iXQ=='),
(1523, 835, 'aliases', 'WyJhbGJ1bSJd'),
(1524, 835, 'id_field', 'ID'),
(1525, 836, 'title', 'Tags'),
(1526, 836, 'name', 'tags'),
(1527, 836, 'has_variations', ''),
(1528, 836, 'variation', '0'),
(1529, 836, 'filter', 'raw'),
(1530, 836, 'returns', 'WyJpbWFnZSJd'),
(1531, 836, 'aliases', 'WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0='),
(1532, 836, 'id_field', 'ID'),
(1533, 837, 'title', 'Random Images'),
(1534, 837, 'has_variations', '1'),
(1535, 837, 'name', 'random_images'),
(1536, 837, 'variation', '0'),
(1537, 837, 'filter', 'raw'),
(1538, 837, 'returns', 'WyJpbWFnZSJd'),
(1539, 837, 'aliases', 'WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXQ=='),
(1540, 837, 'id_field', 'ID'),
(1541, 838, 'title', 'Recent images'),
(1542, 838, 'name', 'recent_images'),
(1543, 838, 'has_variations', ''),
(1544, 838, 'variation', '0'),
(1545, 838, 'filter', 'raw'),
(1546, 838, 'returns', 'WyJpbWFnZSJd'),
(1547, 838, 'aliases', 'WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXQ=='),
(1548, 838, 'id_field', 'ID'),
(1549, 839, 'name', 'none'),
(1550, 839, 'title', 'No lightbox'),
(1551, 839, 'code', ''),
(1552, 839, 'styles', ''),
(1553, 839, 'scripts', ''),
(1554, 839, 'filter', 'raw'),
(1555, 839, 'values', 'W10='),
(1556, 839, 'i18n', 'W10='),
(1557, 839, 'id_field', 'ID'),
(1558, 839, 'display_settings', 'W10='),
(1559, 840, 'name', 'lightbox'),
(1560, 840, 'title', 'Lightbox'),
(1561, 840, 'code', 'class=''ngg_lightbox'''),
(1562, 840, 'styles', 'photocrati-lightbox#jquery.lightbox/jquery.lightbox-0.5.css'),
(1563, 840, 'scripts', 'photocrati-lightbox#jquery.lightbox/jquery.lightbox-0.5.min.js\nphotocrati-lightbox#jquery.lightbox/nextgen_lightbox_init.js'),
(1564, 840, 'filter', 'raw'),
(1565, 840, 'values', 'eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1pY28tbG9hZGluZy5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2Nsb3NlX2J0bl91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLWNsb3NlLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX3ByZXZfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1uZXh0LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYmxhbmtfaW1nX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1ibGFuay5naWYifQ=='),
(1566, 840, 'i18n', 'W10='),
(1567, 840, 'id_field', 'ID'),
(1568, 840, 'display_settings', 'W10='),
(1569, 841, 'name', 'fancybox'),
(1570, 841, 'title', 'Fancybox'),
(1571, 841, 'code', 'class="ngg-fancybox" rel="%GALLERY_NAME%"'),
(1572, 841, 'styles', 'photocrati-lightbox#fancybox/jquery.fancybox-1.3.4.css'),
(1573, 841, 'scripts', 'photocrati-lightbox#fancybox/jquery.easing-1.3.pack.js\nphotocrati-lightbox#fancybox/jquery.fancybox-1.3.4.pack.js\nphotocrati-lightbox#fancybox/nextgen_fancybox_init.js'),
(1574, 841, 'filter', 'raw'),
(1575, 841, 'values', 'W10='),
(1576, 841, 'i18n', 'W10='),
(1577, 841, 'id_field', 'ID'),
(1578, 841, 'display_settings', 'W10='),
(1579, 842, 'name', 'highslide'),
(1580, 842, 'title', 'Highslide'),
(1581, 842, 'code', 'class="highslide" onclick="return hs.expand(this, {slideshowGroup: ''%GALLERY_NAME%''});"'),
(1582, 842, 'styles', 'photocrati-lightbox#highslide/highslide.css'),
(1583, 842, 'scripts', 'photocrati-lightbox#highslide/highslide-full.packed.js\nphotocrati-lightbox#highslide/nextgen_highslide_init.js'),
(1584, 842, 'filter', 'raw'),
(1585, 842, 'values', 'eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvZ3JhcGhpY3MifQ=='),
(1586, 842, 'i18n', 'eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9'),
(1587, 842, 'id_field', 'ID'),
(1588, 842, 'display_settings', 'W10='),
(1589, 843, 'name', 'shutter'),
(1590, 843, 'title', 'Shutter'),
(1591, 843, 'code', 'class="shutterset_%GALLERY_NAME%"'),
(1592, 843, 'styles', 'photocrati-lightbox#shutter/shutter.css'),
(1593, 843, 'scripts', 'photocrati-lightbox#shutter/shutter.js\nphotocrati-lightbox#shutter/nextgen_shutter.js'),
(1594, 843, 'filter', 'raw'),
(1595, 843, 'values', 'W10='),
(1596, 843, 'i18n', 'eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),
(1597, 843, 'id_field', 'ID'),
(1598, 843, 'display_settings', 'W10='),
(1599, 844, 'name', 'shutter2'),
(1600, 844, 'title', 'Shutter 2'),
(1601, 844, 'code', 'class="shutterset_%GALLERY_NAME%"'),
(1602, 844, 'styles', 'photocrati-lightbox#shutter_reloaded/shutter.css'),
(1603, 844, 'scripts', 'photocrati-lightbox#shutter_reloaded/shutter.js\nphotocrati-lightbox#shutter_reloaded/nextgen_shutter_reloaded.js'),
(1604, 844, 'filter', 'raw'),
(1605, 844, 'values', 'W10='),
(1606, 844, 'i18n', 'WyJQcmV2aW91cyIsIk5leHQiLCJDbG9zZSIsIkZ1bGwgU2l6ZSIsIkZpdCB0byBTY3JlZW4iLCJJbWFnZSIsIm9mIiwiTG9hZGluZy4uLiJd'),
(1607, 844, 'id_field', 'ID'),
(1608, 844, 'display_settings', 'W10='),
(1609, 845, 'name', 'thickbox'),
(1610, 845, 'title', 'Thickbox'),
(1611, 845, 'code', 'class=''thickbox'' rel=''%GALLERY_NAME%'''),
(1612, 845, 'styles', 'wordpress#thickbox'),
(1613, 845, 'scripts', 'photocrati-lightbox#thickbox/nextgen_thickbox_init.js\nwordpress#thickbox'),
(1614, 845, 'filter', 'raw'),
(1615, 845, 'values', 'W10='),
(1616, 845, 'i18n', 'eyJuZXh0IjoiTmV4dCAmZ3Q7IiwicHJldiI6IiZsdDsgUHJldiIsImltYWdlIjoiSW1hZ2UiLCJvZiI6Im9mIiwiY2xvc2UiOiJDbG9zZSIsIm5vaWZyYW1lcyI6IlRoaXMgZmVhdHVyZSByZXF1aXJlcyBpbmxpbmUgZnJhbWVzLiBZb3UgaGF2ZSBpZnJhbWVzIGRpc2FibGVkIG9yIHlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZW0uIn0='),
(1617, 845, 'id_field', 'ID'),
(1618, 845, 'display_settings', 'W10='),
(1619, 846, 'title', 'NextGEN Basic Compact Album'),
(1620, 846, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),
(1621, 846, 'default_source', 'albums'),
(1622, 846, 'view_order', '10200'),
(1623, 846, 'name', 'photocrati-nextgen_basic_compact_album'),
(1624, 846, 'installed_at_version', '2.0.66.37'),
(1625, 846, 'filter', 'raw'),
(1626, 846, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(1627, 846, 'id_field', 'ID'),
(1628, 846, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0='),
(1629, 847, 'title', 'NextGEN Basic Extended Album'),
(1630, 847, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),
(1631, 847, 'default_source', 'albums'),
(1632, 847, 'view_order', '10210'),
(1633, 847, 'name', 'photocrati-nextgen_basic_extended_album'),
(1634, 847, 'installed_at_version', '2.0.66.37'),
(1635, 847, 'filter', 'raw'),
(1636, 847, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(1637, 847, 'id_field', 'ID'),
(1638, 847, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDAsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjp0cnVlLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0='),
(1639, 848, 'title', 'NextGEN Basic Thumbnails'),
(1640, 848, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),
(1641, 848, 'default_source', 'galleries'),
(1642, 848, 'view_order', '10000'),
(1643, 848, 'name', 'photocrati-nextgen_basic_thumbnails'),
(1644, 848, 'installed_at_version', '2.0.66.37'),
(1645, 848, 'filter', 'raw'),
(1646, 848, 'entity_types', 'WyJpbWFnZSJd'),
(1647, 848, 'id_field', 'ID'),
(1648, 848, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIwIiwibnVtYmVyX29mX2NvbHVtbnMiOjAsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDAsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjAsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),
(1649, 849, 'title', 'NextGEN Basic Slideshow'),
(1650, 849, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),
(1651, 849, 'default_source', 'galleries'),
(1652, 849, 'view_order', '10010'),
(1653, 849, 'name', 'photocrati-nextgen_basic_slideshow'),
(1654, 849, 'installed_at_version', '2.0.66.37'),
(1655, 849, 'filter', 'raw'),
(1656, 849, 'entity_types', 'WyJpbWFnZSJd'),
(1657, 849, 'id_field', 'ID'),
(1658, 849, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJzaG93X3RodW1ibmFpbF9saW5rIjowLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgcGljdHVyZSBsaXN0XSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),
(1659, 850, 'title', 'NextGEN Basic ImageBrowser'),
(1660, 850, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),
(1661, 850, 'default_source', 'galleries'),
(1662, 850, 'view_order', '10020'),
(1663, 850, 'name', 'photocrati-nextgen_basic_imagebrowser'),
(1664, 850, 'installed_at_version', '2.0.66.37'),
(1665, 850, 'filter', 'raw'),
(1666, 850, 'entity_types', 'WyJpbWFnZSJd'),
(1667, 850, 'id_field', 'ID'),
(1668, 850, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),
(1669, 851, 'title', 'NextGEN Basic SinglePic'),
(1670, 851, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),
(1671, 851, 'default_source', 'galleries'),
(1672, 851, 'view_order', '10060'),
(1673, 851, 'name', 'photocrati-nextgen_basic_singlepic'),
(1674, 851, 'installed_at_version', '2.0.66.37'),
(1675, 851, 'filter', 'raw'),
(1676, 851, 'entity_types', 'WyJpbWFnZSJd'),
(1677, 851, 'id_field', 'ID'),
(1678, 851, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(1679, 852, 'title', 'NextGEN Basic TagCloud'),
(1680, 852, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),
(1681, 852, 'default_source', 'tags'),
(1682, 852, 'view_order', '10100'),
(1683, 852, 'name', 'photocrati-nextgen_basic_tagcloud'),
(1684, 852, 'installed_at_version', '2.0.66.37'),
(1685, 852, 'filter', 'raw'),
(1686, 852, 'entity_types', 'WyJpbWFnZSJd'),
(1687, 852, 'id_field', 'ID'),
(1688, 852, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIm51bWJlciI6NDV9'),
(1689, 853, '_menu_item_type', 'custom'),
(1690, 853, '_menu_item_menu_item_parent', '0'),
(1691, 853, '_menu_item_object_id', '853'),
(1692, 853, '_menu_item_object', 'custom'),
(1693, 853, '_menu_item_target', ''),
(1694, 853, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1695, 853, '_menu_item_xfn', ''),
(1696, 853, '_menu_item_url', 'http://localhost/Kamini/'),
(1698, 664, '_rps_img_src', '/2015/01/sheh_rps-238x133.jpg'),
(1699, 664, '_rps_is_delete_img', '1'),
(1700, 618, '_rps_img_src', '/Kamini/wp-content/uploads/2012/03/sheh-238x133.jpg'),
(1701, 227, '_rps_img_src', '/Kamini/wp-content/uploads/2012/03/sheh-238x133.jpg'),
(1702, 153, '_rps_img_src', '/Kamini/wp-content/uploads/2012/03/sheh-238x133.jpg'),
(1703, 137, '_rps_img_src', '/2015/01/sasha_rps-238x133.jpg'),
(1704, 137, '_rps_is_delete_img', '1'),
(1710, 856, '_edit_lock', '1421795285:1'),
(1719, 30, 'include_in_homepage_slider', ''),
(1709, 856, '_edit_last', '1'),
(1718, 859, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1717, 859, 'include_in_homepage_slider', '1'),
(1716, 30, 'post_slider', '1'),
(1720, 30, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1721, 860, 'include_in_homepage_slider', '1'),
(1722, 860, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1723, 32, 'include_in_homepage_slider', ''),
(1724, 32, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1725, 862, 'include_in_homepage_slider', 'a:1:{i:0;s:3:"Yes";}'),
(1726, 862, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1761, 856, '_wp_trash_meta_status', 'publish'),
(1727, 863, '_edit_last', '1'),
(1728, 863, '_edit_lock', '1421795561:1'),
(1729, 865, 'show_in_slider', 'a:1:{i:0;s:3:"Yes";}'),
(1730, 865, '_show_in_slider', 'field_54be21d2119a1'),
(1731, 865, 'include_in_homepage_slider', 'a:1:{i:0;s:3:"Yes";}'),
(1732, 865, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1733, 32, 'show_in_slider', '1'),
(1734, 32, '_show_in_slider', 'field_54be21d2119a1'),
(1748, 870, '_show_in_slider', 'field_54be21d2119a1'),
(1747, 870, 'show_in_slider', '1'),
(1740, 868, '_show_in_slider', 'field_54be21d2119a1'),
(1739, 868, 'show_in_slider', '1'),
(1741, 868, 'include_in_homepage_slider', 'a:1:{i:0;s:2:"No";}'),
(1742, 868, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1743, 28, 'show_in_slider', '1'),
(1744, 28, '_show_in_slider', 'field_54be21d2119a1'),
(1745, 28, 'include_in_homepage_slider', 'a:1:{i:0;s:2:"No";}'),
(1746, 28, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1749, 870, 'include_in_homepage_slider', ''),
(1750, 870, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1751, 30, 'show_in_slider', '1'),
(1752, 30, '_show_in_slider', 'field_54be21d2119a1'),
(1753, 871, 'show_in_slider', '1'),
(1754, 871, '_show_in_slider', 'field_54be21d2119a1'),
(1755, 871, 'include_in_homepage_slider', 'a:1:{i:0;s:3:"Yes";}'),
(1756, 871, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1757, 872, 'show_in_slider', '1'),
(1758, 872, '_show_in_slider', 'field_54be21d2119a1'),
(1759, 872, 'include_in_homepage_slider', ''),
(1760, 872, '_include_in_homepage_slider', 'field_54bd86e94db24'),
(1762, 856, '_wp_trash_meta_time', '1421795709'),
(1763, 857, '_wp_trash_meta_status', 'publish'),
(1764, 857, '_wp_trash_meta_time', '1421795709'),
(1765, 863, '_wp_trash_meta_status', 'publish'),
(1766, 863, '_wp_trash_meta_time', '1421795712'),
(1767, 864, '_wp_trash_meta_status', 'publish'),
(1768, 864, '_wp_trash_meta_time', '1421795712'),
(1769, 873, '_edit_last', '1'),
(1770, 873, '_edit_lock', '1421796500:1'),
(1771, 875, 'featured_post', '1'),
(1772, 875, '_featured_post', 'field_54bee1e70b4db'),
(1773, 32, 'featured_post', '1'),
(1774, 32, '_featured_post', 'field_54bee1e70b4db'),
(1775, 876, 'featured_post', '1'),
(1776, 876, '_featured_post', 'field_54bee1e70b4db'),
(1777, 26, 'featured_post', '1'),
(1778, 26, '_featured_post', 'field_54bee1e70b4db'),
(1779, 878, 'featured_post', '1'),
(1780, 878, '_featured_post', 'field_54bee1e70b4db'),
(1781, 34, 'featured_post', '1'),
(1782, 34, '_featured_post', 'field_54bee1e70b4db'),
(1783, 880, 'featured_post', '1'),
(1784, 880, '_featured_post', 'field_54bee1e70b4db'),
(1785, 28, 'featured_post', '1'),
(1786, 28, '_featured_post', 'field_54bee1e70b4db'),
(1787, 881, 'featured_post', '1'),
(1788, 881, '_featured_post', 'field_54bee1e70b4db'),
(1789, 30, 'featured_post', '1'),
(1790, 30, '_featured_post', 'field_54bee1e70b4db'),
(1799, 889, 'featured_post', '0'),
(1800, 889, '_featured_post', 'field_54bee1e70b4db'),
(1801, 36, 'featured_post', '0'),
(1802, 36, '_featured_post', 'field_54bee1e70b4db'),
(1807, 901, 'featured_post', '0'),
(1808, 901, '_featured_post', 'field_54bee1e70b4db'),
(1809, 294, 'featured_post', '0'),
(1810, 294, '_featured_post', 'field_54bee1e70b4db'),
(1811, 903, 'featured_post', '0'),
(1812, 903, '_featured_post', 'field_54bee1e70b4db'),
(1813, 301, 'featured_post', '0'),
(1814, 301, '_featured_post', 'field_54bee1e70b4db'),
(1815, 905, 'featured_post', '0'),
(1816, 905, '_featured_post', 'field_54bee1e70b4db'),
(1817, 906, 'featured_post', '0'),
(1818, 906, '_featured_post', 'field_54bee1e70b4db'),
(1819, 907, 'featured_post', '0'),
(1820, 907, '_featured_post', 'field_54bee1e70b4db'),
(1821, 268, 'featured_post', '0'),
(1822, 268, '_featured_post', 'field_54bee1e70b4db'),
(1823, 908, 'featured_post', '0'),
(1824, 908, '_featured_post', 'field_54bee1e70b4db'),
(1825, 416, 'featured_post', '0'),
(1826, 416, '_featured_post', 'field_54bee1e70b4db'),
(1827, 909, 'featured_post', '0'),
(1828, 909, '_featured_post', 'field_54bee1e70b4db'),
(1829, 910, 'featured_post', '0'),
(1830, 910, '_featured_post', 'field_54bee1e70b4db'),
(1831, 912, 'featured_post', '0'),
(1832, 912, '_featured_post', 'field_54bee1e70b4db'),
(1833, 911, '_edit_last', '1'),
(1834, 911, '_edit_lock', '1421930485:1'),
(1835, 913, 'featured_post', '0'),
(1836, 913, '_featured_post', 'field_54bee1e70b4db'),
(1837, 914, 'featured_post', '0'),
(1838, 914, '_featured_post', 'field_54bee1e70b4db'),
(1839, 915, '_edit_last', '1'),
(1840, 915, '_edit_lock', '1421931051:1'),
(1841, 916, 'featured_post', '0'),
(1842, 916, '_featured_post', 'field_54bee1e70b4db'),
(1843, 917, 'featured_post', '0'),
(1844, 917, '_featured_post', 'field_54bee1e70b4db'),
(1845, 918, 'featured_post', '0'),
(1846, 918, '_featured_post', 'field_54bee1e70b4db'),
(1847, 919, '_edit_last', '1'),
(1848, 919, '_edit_lock', '1421932111:1'),
(1849, 920, 'featured_post', '0'),
(1850, 920, '_featured_post', 'field_54bee1e70b4db'),
(1851, 921, 'featured_post', '0'),
(1852, 921, '_featured_post', 'field_54bee1e70b4db'),
(1853, 922, 'featured_post', '0'),
(1854, 922, '_featured_post', 'field_54bee1e70b4db'),
(1855, 923, 'featured_post', '0'),
(1856, 923, '_featured_post', 'field_54bee1e70b4db'),
(1857, 924, 'featured_post', '0'),
(1858, 924, '_featured_post', 'field_54bee1e70b4db'),
(1859, 925, 'featured_post', '0'),
(1860, 925, '_featured_post', 'field_54bee1e70b4db'),
(1861, 926, 'featured_post', '0'),
(1862, 926, '_featured_post', 'field_54bee1e70b4db');
-- --------------------------------------------------------
--
-- Table structure for table `wp_posts`
--
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`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=928 ;
--
-- Dumping data for table `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(261, 1, '2012-01-24 06:54:25', '2012-01-24 06:54:25', '<h3>Monday Madness (for a limited time only - 50% off all treatments!)</h3>\r\nTo launch the Salon''s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.', 'Monday Madness', '', 'draft', 'closed', 'closed', '', 'monday-madness', '', '', '2015-01-22 11:40:14', '2015-01-22 11:40:14', '', 10, 'http://kamini.xthefrog.com/?page_id=261', 0, 'page', '', 0),
(6, 1, '2012-01-10 07:28:51', '2012-01-10 07:28:51', '', 'About Us', '', 'draft', 'closed', 'closed', '', 'about-us', '', '', '2015-01-22 12:06:05', '2015-01-22 12:06:05', '', 0, 'http://kamini.xthefrog.com/?page_id=6', 0, 'page', '', 0),
(7, 1, '2012-01-10 07:28:47', '2012-01-10 07:28:47', '', 'About Us', '', 'inherit', 'open', 'open', '', '6-revision-v1', '', '', '2012-01-10 07:28:47', '2012-01-10 07:28:47', '', 6, 'http://kamini.xthefrog.com/?p=7', 0, 'revision', '', 0),
(8, 1, '2012-01-10 07:29:13', '2012-01-10 07:29:13', 'content', 'Products & Services', '', 'publish', 'closed', 'closed', '', 'products-services', '', '', '2015-01-22 12:16:33', '2015-01-22 12:16:33', '', 0, 'http://kamini.xthefrog.com/?page_id=8', 0, 'page', '', 0),
(9, 1, '2012-01-10 07:29:10', '2012-01-10 07:29:10', '', 'Products & Services', '', 'inherit', 'open', 'open', '', '8-revision-v1', '', '', '2012-01-10 07:29:10', '2012-01-10 07:29:10', '', 8, 'http://kamini.xthefrog.com/8-revision/', 0, 'revision', '', 0),
(10, 1, '2012-01-10 07:29:26', '2012-01-10 07:29:26', '<h3>Refer a friend.</h3>\r\nRefer a friend to Kamini Beauty and they will receive 20% off their first treatment and, as a thank you, we will reward you with 20% off your next treatment too!\r\n<h3>Loyalty Card.</h3>\r\nFree eyebrow shape on your 10th visit. Loyalty cards will soon be available from Kamini Beauty Salon.\r\n<h3>Kamini Club.</h3>\r\nBronze, Silver and Gold membership packages will soon be available packed with loads of benefits and exclusive discounts.', 'Special Offers', '', 'publish', 'open', 'open', '', 'special-offers', '', '', '2014-03-27 16:44:55', '2014-03-27 16:44:55', '', 0, 'http://kamini.xthefrog.com/?page_id=10', 0, 'page', '', 0),
(11, 1, '2012-01-10 07:29:24', '2012-01-10 07:29:24', '', 'Special Offers', '', 'inherit', 'open', 'open', '', '10-revision', '', '', '2012-01-10 07:29:24', '2012-01-10 07:29:24', '', 10, 'http://kamini.xthefrog.com/10-revision/', 0, 'revision', '', 0),
(12, 1, '2012-01-10 07:29:36', '2012-01-10 07:29:36', 'content', 'Kamini Gems', '', 'draft', 'closed', 'closed', '', 'kamini-gems', '', '', '2015-01-22 12:06:32', '2015-01-22 12:06:32', '', 0, 'http://kamini.xthefrog.com/?page_id=12', 0, 'page', '', 0),
(13, 1, '2012-01-10 07:29:34', '2012-01-10 07:29:34', '', 'Kamini Gems', '', 'inherit', 'open', 'open', '', '12-revision-v1', '', '', '2012-01-10 07:29:34', '2012-01-10 07:29:34', '', 12, 'http://kamini.xthefrog.com/12-revision/', 0, 'revision', '', 0),
(16, 1, '2012-01-10 07:29:59', '2012-01-10 07:29:59', '<div style="float:left;width:650px;margin-right:50px;padding-bottom:50px">\r\n<div style="border:1px solid #FFF"><iframe width="650" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px;padding-top:50px">\r\n<h3>Contact details.</h3>\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'publish', 'open', 'open', '', 'contact', '', '', '2012-01-12 11:40:20', '2012-01-12 11:40:20', '', 0, 'http://kamini.xthefrog.com/?page_id=16', 0, 'page', '', 0),
(17, 1, '2012-01-10 07:29:54', '2012-01-10 07:29:54', '', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision', '', '', '2012-01-10 07:29:54', '2012-01-10 07:29:54', '', 16, 'http://kamini.xthefrog.com/16-revision/', 0, 'revision', '', 0),
(18, 1, '2014-02-20 16:54:53', '2014-02-20 16:54:53', '<div style="float: left; width: 650px; margin-right: 50px; padding-bottom: 50px;">\n<div style="border: 1px solid #FFF;"><iframe src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="650" height="450"></iframe></div>\n</div>\n<div style="float: left; width: 300px; padding-top: 50px;">\n<h3>Contact details.</h3>\n<strong>Kamini Beauty Salon</strong>\n14 - 16 Lancer Square\nKensington Church Street\nLondon\nW8 4EP\n\nTel: 020 7937 2411/33\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\n<h3>Book an appointment.</h3>\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\n<h3>Kamini Club.</h3>\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to\n\n</div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-autosave', '', '', '2014-02-20 16:54:53', '2014-02-20 16:54:53', '', 16, 'http://kamini.xthefrog.com/16-autosave/', 0, 'revision', '', 0),
(19, 1, '2012-01-10 07:37:19', '2012-01-10 07:37:19', ' ', '', '', 'publish', 'open', 'open', '', '19', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=19', 24, 'nav_menu_item', '', 0),
(352, 1, '2012-02-15 10:34:50', '2012-02-15 10:34:50', ' ', '', '', 'publish', 'open', 'open', '', '352', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 0, 'http://kamini.xthefrog.com/?p=352', 5, 'nav_menu_item', '', 0),
(264, 1, '2012-01-12 11:41:01', '2012-01-12 11:41:01', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\r\n \r\n\r\n<strong>Monday Madness (for a limited time only - 50% off all treatments!)</strong>\r\nTo launch the Salon''s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-12 11:41:01', '2012-01-12 11:41:01', '', 74, 'http://kamini.xthefrog.com/74-revision-6/', 0, 'revision', '', 0),
(26, 1, '2012-01-10 07:49:40', '2012-01-10 07:49:40', 'World’s leading Eyebrow designer Kamini uses her trademarked Threading techniques as a consultation session with her clients that allow her to break the ice with them, gauge their face shape and suggest other cosmetic requirements on the face and body, alongside designing a bespoke brow shape that suits both their face and personality. We believe all women are born with beautiful eyebrows and our aim is to aid you to enhance and perfect them through your journey albeit in a natural manner.\r\n\r\nHaving been named as the ‘creative artist’ ‘doctor in beauty’ and ‘alchemist for the eyes’ by the press, Kamini truly believes that eyes are the window to the soul hence your eyebrows must automatically act as the frame, reflecting your individuality and narrating a story about you. Working with the symmetry of your facial contours and bone structure, Kamini uses a virtually painless ritual to design your brows ensuring softer, finer hair growth in the future.\r\n\r\nHaving diagnosed any problems with shape and current shaping techniques, Kamini is strict in her prognosis, adamant that tweezers, waxing or threading by other therapists is not an option. She implores her clients to trust her judgment and they will only ever be satisfied with the results.\r\n\r\nConstructing fuller looking brows with a ‘less is more’ ethos indicates youth in our opinion and promises to make you look 10 years younger within minutes! Don’t risk cheaper alternatives that don’t last and do more harm than good to the re-growth of the hairs. Rather opt for the Kamini Technique, a more cost effective option with results lasting at least twice as long. If you want those celebrity brows, Kamini Beauty should be your one-stop destination.\r\n<h3>How is Kamini Threading™ different?</h3>\r\nUnlike any other threaders in the industry, Kamini has over 25 years of experience in eyebrow shaping enabling her to re-define your brows so that they are individually tailored to suit the contour and bone structure of your face. Kamini can instantly diagnose any problem and identify what kind of eyebrow shape will match the symmetry of your face. Kamini’s method is truly bespoke and here at Kamini Beauty we never use templates or implore a one size fits all approach because we understand that every person is individual and has unique eyebrows.\r\n\r\nThe science behind the hair growth cycle combined with the Kamini Threading™ technique allows Kamini to approach your eyebrows in a unique way. What many threaders fail to recognise is that there are various types of hair that have differing growth patterns. The strength of the hair will denote how often and quickly the hair grows back. Kamini’s intricate attention to detail combined with her specialised technique allows for either stronger hair’s to be softened, enabling thinner and slower re-growth, or the growth of hair’s to be prompted. Essentially by stagnating the re-growth of unwanted hairs and encouraging the re-growth of necessary hairs, Kamini can offer you those full looking brows that could last a lifetime.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)', 'Kamini “Threading of a new dimension”', '', 'publish', 'closed', 'closed', '', 'kamini-threading', '', '', '2015-01-22 11:45:24', '2015-01-22 11:45:24', '', 8, 'http://kamini.xthefrog.com/?page_id=26', 0, 'page', '', 0),
(27, 1, '2012-01-10 07:49:35', '2012-01-10 07:49:35', '', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-10 07:49:35', '2012-01-10 07:49:35', '', 26, 'http://kamini.xthefrog.com/26-revision/', 0, 'revision', '', 0),
(28, 1, '2012-01-10 07:49:55', '2012-01-10 07:49:55', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nKamini’s belief about facials is very unique and respected amongst her clients. She likes to opt for a holistic approach when it comes to facials and feels that pampering the skin on the face should be a nurturing exercise which then transfers naturally to the rest of the mind and body. She likes to opt for a short consultation with the client prior to the facial to assess what they would require – nurturing, healing, comforting, balancing, de-stressing or perhaps a combination of all of these. Once the client’s emotional factors are tapped into and understood by the therapist, the beautifying aspect of a facial will follow automatically.\r\n\r\nThe skincare products we like to use at the salon are formulated in a way to mimic the body’s chemistry. Massaging the product thoroughly by pushing it deep into the skin, stimulating skin cells, plumping and encouraging collagen production are few of the very many aspects that Kamini likes to concentrate on. Her topmost priority always remains to personalise a facial based on individual clients and that is primarily what makes Kamini Beauty different to the rest.\r\n<h3>Lifting and Collagen</h3>\r\nPromising to bring your skin back to its youthful self, our lifting and collagen facial targets fine lines and wrinkles, plumps the skin, improves elasticity, enhances facial contours, accelerates skin cell production, reveals a fresh new layer of skin underneath and targets pigmentation and sun spots. Back to 21 in less than 60 minutes!\r\n<h3>Radiance</h3>\r\nIt goes without saying that radiant skin is an indication of overall wellbeing and healthy skin of course but if you feel the city’s pollution, hectic work patterns, stress and your general lifestyle has taken away that ‘glow from within’, then this treatment is made for you. The power boosting facial regenerates skin cells and rebalances sebum which consequently energises dull, lustre lacking skin and injects radiance and vitality, mimicking a post-holiday glow. Let people keep wondering which exotic location you’ve been to lately.\r\n<h3>Hydrating</h3>\r\nThe key with this facial is to drench the skin with moisture and nourish it at a deeper level so it appears brighter and fresher. Replenishing the natural water level in the skin, every session will ensure you require less topical moisturisers as time passes by. The more hydrated your skin is, the more supple it will appear and the more reluctant it will be to premature ageing.\r\n\r\n[nggallery id=2]', 'Facial', '', 'publish', 'closed', 'closed', '', 'facial', '', '', '2015-01-22 11:48:14', '2015-01-22 11:48:14', '', 8, 'http://kamini.xthefrog.com/?page_id=28', 0, 'page', '', 0),
(29, 1, '2012-01-10 07:49:51', '2012-01-10 07:49:51', '', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-10 07:49:51', '2012-01-10 07:49:51', '', 28, 'http://kamini.xthefrog.com/28-revision/', 0, 'revision', '', 0),
(30, 1, '2012-01-10 07:50:05', '2012-01-10 07:50:05', '<h3>Hair growth patterns differ significantly on all areas of the body and you will be surprised to know that no two areas are the same. Did you know that Laser hair removal does not particularly work well on all hair types, especially dark and coarse? This is where our skilled, experienced and unbiased staff helps you make a genuine decision regarding which hair removal method shall suit you best, making the treatment as bespoke and effective as possible.</h3>\r\n<!--more-->\r\n<h3>IPL</h3>\r\nWe like to be ahead of our time and the latest technology in hair removal namely the Ellipse Light System is what we like to offer to our clients especially suited for larger areas of the body and clients with darker, coarser hair. How it works is by targeting short bursts of light from a flash lamp into the target area. The hair containing melanin then transfers the heat to the hair follicle, consequently destroying it and turning it incapable of hair production.\r\n\r\nAppropriate for all over body and face hair removal, IPL is a permanent solution to all hair problems and has been clinically proven to be safe of any harmful wavelengths. Depending on which area of the body is being treated, one session can last as long as 5 to 120 minutes and we recommend at least 3-6 sessions for optimal, long lasting results. As for pain, differing individualistically of course and based on the area of the body and the sensitivity there, it can vary from almost nothing to a stinging sensation.\r\n\r\nAreas covered: Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest\r\n<h3>Electrolyses</h3>\r\nAnother treatment suitable for smaller areas of the face and body and for treating individual hairs with precision is Electrolyses. Our trained therapists provide this treatment safely and guarantee permanent results. Unlike IPL, Electrolyses targets the hair follicle directly instead of the hair pigment. An electric impulse of energy is passed through the hair follicle, removing hair without pulling it.\r\n\r\nWe recommend a series of treatments of Electrolyses to witness satisfying results and also because hair growth occurs in various cycles, repeated treatment sessions will weaken the hair overtime causing growth to stun eventually.\r\n\r\nThe success of electrolysis depends on the therapist and we make sure to put you in safe hands by choosing experts in the field with years of experience on hand. Although the process is a quick one, a session can range from 15 minutes to an hour. A virtually painless, prickling sensation is known to have been felt when each hair follicle is targeted.\r\n<h3>Waxing</h3>\r\nHave you always desired silky, smooth skin without wanting to opt for permanent hair removal treatments? They say ‘no pain, no gain’ but we dare to challenge that notion by our superior quality of wax-based resins to promote faster healing and finer hair growth.\r\n\r\nWhether you are looking to achieve an exotic Brazilian wax or a glamorous Hollywood wax, our trained therapists have it all covered for you, ensuring minimum pain and maximum, long lasting results. Besides, waxing is the least damaging temporary hair removal technique and is good for your skin, encouraging exfoliation of dead skin and rejuvenating skin alongside. If you have always suffered from razor cuts and pigmentation due to that, switch to waxing now to witness the flawless results for yourself!\r\n\r\nAreas covered: Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood.', 'Hair Removal', '', 'publish', 'closed', 'closed', '', 'hair-removal', '', '', '2015-01-22 11:48:11', '2015-01-22 11:48:11', '', 8, 'http://kamini.xthefrog.com/?page_id=30', 0, 'page', '', 0),
(31, 1, '2012-01-10 07:50:01', '2012-01-10 07:50:01', '', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 07:50:01', '2012-01-10 07:50:01', '', 30, 'http://kamini.xthefrog.com/30-revision/', 0, 'revision', '', 0),
(32, 1, '2012-01-10 07:50:16', '2012-01-10 07:50:16', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'publish', 'closed', 'closed', '', 'hands-feet', '', '', '2015-01-22 11:48:22', '2015-01-22 11:48:22', '', 8, 'http://kamini.xthefrog.com/?page_id=32', 0, 'page', '', 0),
(33, 1, '2012-01-10 07:50:11', '2012-01-10 07:50:11', '', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-10 07:50:11', '2012-01-10 07:50:11', '', 32, 'http://kamini.xthefrog.com/32-revision/', 0, 'revision', '', 0),
(34, 1, '2012-01-10 07:50:28', '2012-01-10 07:50:28', '<h3>Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension</h3>\r\n<!--more-->\r\n<h3>Deep Tissue Massage</h3>\r\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\r\n<h3>Aromatherapy Massage</h3>\r\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking.\r\n<h3>Indian Head Massage</h3>\r\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp.\r\n<h3>Holistic Massage</h3>\r\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage.\r\n<h3>Reflexology</h3>\r\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode.\r\n<h3>Hopi Ear Candle Treatment</h3>\r\nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections.\r\n<h3>Vortex Healing and Body Alignment</h3>\r\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more.\r\n\r\nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'publish', 'closed', 'closed', '', 'healing-therapy', '', '', '2015-01-22 11:48:31', '2015-01-22 11:48:31', '', 8, 'http://kamini.xthefrog.com/?page_id=34', 0, 'page', '', 0),
(35, 1, '2012-01-10 07:50:24', '2012-01-10 07:50:24', '', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 07:50:24', '2012-01-10 07:50:24', '', 34, 'http://kamini.xthefrog.com/34-revision/', 0, 'revision', '', 0),
(36, 1, '2012-01-10 07:50:40', '2012-01-10 07:50:40', '<h3>Endermologie</h3>\r\nLipomassasge by Endermologie is a proven cellulite therapy. Triggering cellulite and water retention to smooth the contours of the body and aid slimming, this lipomassage targets problem areas, lifts and tones the skin not only superficially but by reaching the depth of the fat cell tissues. It also encourages blood flow and circulation, breaking down fat deposits allowing them to be released from the body consequently providing smoother skin and diminishing dimply appearance of the skin.\r\n\r\nYou simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of sessions is recommended.\r\n<h3>Semi Permanent Make-up</h3>\r\nIf you live a demanding lifestyle as a working woman, athlete or a bride-to-be but like to look presentable using make-up, give up the daily hassle of smudging and smearing trying to squeeze it into your schedule. Opt for semi permanent, water proof make-up instead to help you look naturally beautiful 24/7. Whether you’re looking to line your upper or lower lash line to enhance your eyes, fill in sparse or non-existent eyebrows to frame your face or want a flush of colour on the cheeks and lips for more definition. Based on your face shape, features and personal preferences, Kamini will suggest a bespoke treatment to naturally enhance your beautiful self.\r\nEffects last several years and we recommend a touch up session after 6 months.\r\n<h3>Eyebrow and Eyelash Tinting</h3>\r\nDo those scanty brows worry you? Have you always wanted darker, fuller looking brows? If no amount of brow pencil is helping you achieve that, a safe and long lasting Eye Brow tint is what will make a world of difference in framing your eyes as well as your face.\r\n\r\nDarker eyelashes give an illusion of dense, thicker lashes and draw attention to your eyes. If Mascara’s have disappointed you or you are fed up of them running down your eyes at the end of the day, an Eye Lash tint will make sure you come out of the pool looking ‘lash’tastic.\r\n<h3>Eyelash Perming</h3>\r\nIn conjunction with a good eyelash tint, we recommend a session of Eyelash Perming to intensify the results. A semi-permanent method of curling lashes; this removes the need to use eye lash curlers and is highly beneficial for an occasion, especially if you have short and stubborn lashes that are difficult to curl. Lasting for 4-5 weeks, this treatment will provide you with naturally fluttery lashes.', 'More Treatments', '', 'publish', 'closed', 'closed', '', 'more-treatments', '', '', '2015-01-22 11:48:46', '2015-01-22 11:48:46', '', 8, 'http://kamini.xthefrog.com/?page_id=36', 0, 'page', '', 0),
(37, 1, '2012-01-10 07:50:36', '2012-01-10 07:50:36', '', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 07:50:36', '2012-01-10 07:50:36', '', 36, 'http://kamini.xthefrog.com/36-revision/', 0, 'revision', '', 0),
(351, 1, '2012-02-15 10:34:16', '2012-02-15 10:34:16', ' ', '', '', 'publish', 'open', 'open', '', '351', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=351', 19, 'nav_menu_item', '', 0),
(39, 1, '2012-01-10 07:51:19', '2012-01-10 07:51:19', ' ', '', '', 'publish', 'open', 'open', '', '39', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=39', 15, 'nav_menu_item', '', 0),
(40, 1, '2012-01-10 07:51:19', '2012-01-10 07:51:19', ' ', '', '', 'publish', 'open', 'open', '', '40', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=40', 12, 'nav_menu_item', '', 0),
(41, 1, '2012-01-10 07:51:19', '2012-01-10 07:51:19', ' ', '', '', 'publish', 'open', 'open', '', '41', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=41', 11, 'nav_menu_item', '', 0),
(42, 1, '2012-01-10 07:51:19', '2012-01-10 07:51:19', ' ', '', '', 'publish', 'open', 'open', '', '42', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=42', 10, 'nav_menu_item', '', 0),
(43, 1, '2012-01-10 07:51:19', '2012-01-10 07:51:19', ' ', '', '', 'publish', 'open', 'open', '', '43', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=43', 9, 'nav_menu_item', '', 0),
(44, 1, '2012-01-10 07:51:19', '2012-01-10 07:51:19', '', 'Kamini Threading™', '', 'publish', 'open', 'open', '', 'kamini-threading', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=44', 8, 'nav_menu_item', '', 0),
(45, 1, '2012-01-01 08:08:45', '2012-01-01 08:08:45', '', 'Welcome to Kamini™', '', 'publish', 'open', 'open', '', 'welcome-to-kamini', '', '', '2012-03-19 11:58:59', '2012-03-19 11:58:59', '', 0, 'http://kamini.xthefrog.com/?p=45', 0, 'post', '', 0),
(46, 1, '2012-01-10 08:08:12', '2012-01-10 08:08:12', '', 'slider1', '', 'inherit', 'open', 'open', '', 'slider1', '', '', '2012-01-10 08:08:12', '2012-01-10 08:08:12', '', 45, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2012-01-10 08:08:07', '2012-01-10 08:08:07', '', 'Homepage Slider 1', '', 'inherit', 'open', 'open', '', '45-revision', '', '', '2012-01-10 08:08:07', '2012-01-10 08:08:07', '', 45, 'http://kamini.xthefrog.com/45-revision/', 0, 'revision', '', 0),
(48, 1, '2012-01-10 08:09:23', '2012-01-10 08:09:23', '', 'Natural and nurturing transformation', '', 'publish', 'open', 'open', '', 'natural-and-nurturing-transformation', '', '', '2012-01-10 08:10:40', '2012-01-10 08:10:40', '', 0, 'http://kamini.xthefrog.com/?p=48', 0, 'post', '', 0),
(49, 1, '2012-01-10 08:08:57', '2012-01-10 08:08:57', '', 'slider2', '', 'inherit', 'open', 'open', '', 'slider2', '', '', '2012-01-10 08:08:57', '2012-01-10 08:08:57', '', 48, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2012-01-10 08:08:53', '2012-01-10 08:08:53', '', 'Homepage Slider 2', '', 'inherit', 'open', 'open', '', '48-revision', '', '', '2012-01-10 08:08:53', '2012-01-10 08:08:53', '', 48, 'http://kamini.xthefrog.com/48-revision/', 0, 'revision', '', 0),
(51, 1, '2012-01-10 08:09:23', '2012-01-10 08:09:23', '', 'Homepage Slider 2', '', 'inherit', 'open', 'open', '', '48-revision-2', '', '', '2012-01-10 08:09:23', '2012-01-10 08:09:23', '', 48, 'http://kamini.xthefrog.com/48-revision-2/', 0, 'revision', '', 0),
(52, 1, '2012-01-10 08:08:45', '2012-01-10 08:08:45', '', 'Homepage Slider 1', '', 'inherit', 'open', 'open', '', '45-revision-2', '', '', '2012-01-10 08:08:45', '2012-01-10 08:08:45', '', 45, 'http://kamini.xthefrog.com/45-revision-2/', 0, 'revision', '', 0),
(53, 1, '2012-01-10 08:10:14', '2012-01-10 08:10:14', '', 'Experience a technique centuries old', '', 'publish', 'open', 'open', '', 'experience-a-technique-centuries-old', '', '', '2012-01-10 08:10:14', '2012-01-10 08:10:14', '', 0, 'http://kamini.xthefrog.com/?p=53', 0, 'post', '', 0),
(54, 1, '2012-01-10 08:10:03', '2012-01-10 08:10:03', '', 'slider3', '', 'inherit', 'open', 'open', '', 'slider3', '', '', '2012-01-10 08:10:03', '2012-01-10 08:10:03', '', 53, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/slider3.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2012-01-10 08:09:59', '2012-01-10 08:09:59', '', 'Experience a technique centuries old', '', 'inherit', 'open', 'open', '', '53-revision', '', '', '2012-01-10 08:09:59', '2012-01-10 08:09:59', '', 53, 'http://kamini.xthefrog.com/53-revision/', 0, 'revision', '', 0),
(56, 1, '2012-01-10 08:09:28', '2012-01-10 08:09:28', '', 'Homepage Slider 2', '', 'inherit', 'open', 'open', '', '48-revision-3', '', '', '2012-01-10 08:09:28', '2012-01-10 08:09:28', '', 48, 'http://kamini.xthefrog.com/48-revision-3/', 0, 'revision', '', 0),
(57, 1, '2012-01-10 08:09:35', '2012-01-10 08:09:35', '', 'Homepage Slider 1', '', 'inherit', 'open', 'open', '', '45-revision-3', '', '', '2012-01-10 08:09:35', '2012-01-10 08:09:35', '', 45, 'http://kamini.xthefrog.com/45-revision-3/', 0, 'revision', '', 0),
(58, 1, '2012-01-10 07:49:55', '2012-01-10 07:49:55', 'content', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-10 07:49:55', '2012-01-10 07:49:55', '', 28, 'http://kamini.xthefrog.com/28-revision-2/', 0, 'revision', '', 0),
(59, 1, '2012-01-10 07:49:40', '2012-01-10 07:49:40', 'content', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-10 07:49:40', '2012-01-10 07:49:40', '', 26, 'http://kamini.xthefrog.com/26-revision-2/', 0, 'revision', '', 0),
(60, 1, '2012-01-10 07:50:05', '2012-01-10 07:50:05', 'content', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 07:50:05', '2012-01-10 07:50:05', '', 30, 'http://kamini.xthefrog.com/30-revision-2/', 0, 'revision', '', 0),
(61, 1, '2012-01-10 07:50:16', '2012-01-10 07:50:16', 'content', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-10 07:50:16', '2012-01-10 07:50:16', '', 32, 'http://kamini.xthefrog.com/32-revision-2/', 0, 'revision', '', 0),
(62, 1, '2012-01-10 07:50:28', '2012-01-10 07:50:28', 'content', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 07:50:28', '2012-01-10 07:50:28', '', 34, 'http://kamini.xthefrog.com/34-revision-2/', 0, 'revision', '', 0),
(63, 1, '2012-01-10 09:05:03', '2012-01-10 09:05:03', 'content', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 09:05:03', '2012-01-10 09:05:03', '', 34, 'http://kamini.xthefrog.com/34-revision-3/', 0, 'revision', '', 0),
(64, 1, '2012-01-10 07:50:40', '2012-01-10 07:50:40', 'content', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 07:50:40', '2012-01-10 07:50:40', '', 36, 'http://kamini.xthefrog.com/36-revision-2/', 0, 'revision', '', 0),
(262, 1, '2012-01-24 06:54:15', '2012-01-24 06:54:15', '', 'Monday Madness', '', 'inherit', 'open', 'open', '', '261-revision-v1', '', '', '2012-01-24 06:54:15', '2012-01-24 06:54:15', '', 261, 'http://kamini.xthefrog.com/261-revision/', 0, 'revision', '', 0),
(341, 1, '2012-01-24 15:13:38', '2012-01-24 15:13:38', '<h3 id="invisible">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lobortis ipsum vitae lacus tristique eget gravida dolor dictum. Aliquam eros mauris, tempor nec accumsan nec, pretium eget elit.</h3>\r\n<div></div>\r\n<div>Proin convallis leo ut ligula eleifend tristique. Nunc tristique, tellus vel accumsan adipiscing, urna nisi consectetur mauris, rutrum accumsan ante lectus quis sapien. Vivamus hendrerit urna sed purus cursus ac egestas magna lobortis. In et nibh massa, eget fermentum enim. In hac habitasse platea dictumst. Ut eget metus eros, eget viverra erat. Aenean risus erat, venenatis ut sodales sed, lacinia id est. Nulla sit amet dignissim mauris. Donec iaculis venenatis est volutpat volutpat. In scelerisque congue felis, ut ultrices nibh egestas vel. Nulla porttitor mi ut dui feugiat laoreet. Donec non felis turpis, id lacinia enim. Pellentesque vitae mi felis, ut semper nisi.</div>\r\n<div id="invisible"></div>\r\n<div></div>', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-9', '', '', '2012-01-24 15:13:38', '2012-01-24 15:13:38', '', 76, 'http://kamini.xthefrog.com/76-revision-9/', 0, 'revision', '', 0),
(68, 1, '2012-01-10 09:06:34', '2012-01-10 09:06:34', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below or select "Training" from the dropdown box to register your interest for upcoming training dates.\r\n<div style="float: left; padding-right: 50px; margin-right: 50px; width: 450px;">\r\n<h3>SALON MANAGER.</h3>\r\n<strong>Job Purpose:</strong>\r\nDay to day running of an efficient and friendly salon reflecting the Kamini brand principles and service standard where employees maintain a highly creative, passionate approach to all aspects of the beauty industry. Therefore creating a professional yet exciting working environment.\r\n\r\nAs a salon manager you must ensure the Kamini brand values are maintained at all times: Quality, Passion, Creativity and Professionalism. You must ensure the following objectives are met:\r\n<ul>\r\n <li>Increase salon turnover in accordance with targets</li>\r\n <li>Motivate and grow your team to create repeat business</li>\r\n <li>Create and maintain a superb environment for customers and team alike</li>\r\n <li>Maintain and control all aspects of health and safety legislation in the salon</li>\r\n <li>Drive local businesses through by offering corporate discounts</li>\r\n <li>Liaise with local press about launches, promotions, deals and offers</li>\r\n <li>Use all in salon marketing material and systems to increase business.</li>\r\n</ul>\r\n<h3>APPRENTICE.</h3>\r\n<strong>Job Purpose:</strong>\r\nAssist and learn from stylists how to provide Kamini beauty services to valued clientele, support other salon members with their duties at the same time as achieving their Apprenticeship to include Key Skills and N.V.Q. Level 3 in Beauty Therapy.\r\n\r\nAn ideal assistant does not require previous experience within a salon environment. However, they must be willing to learn and be able to maintain the Kamini brand principles when performing or assisting in any service. They should be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing therapist columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\r\n<h3>BEAUTY THERAPIST.</h3>\r\n<strong>Job Purpose:</strong>\r\nDrive business in the salon by providing the ultimate beauty treatments, adhering to the Kamini brand principles. By continually improving personal and technical skills thus creating a reputation and following that attracts loyal and new clientele.\r\n\r\nThe ideal therapist will be qualified to NVQ level 3 in Beauty Therapy and have a minimum of 3 years beauty experience. They must be willing to learn and be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing their own columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\r\n<h3>FRONT OF HOUSE.</h3>\r\n<strong>Job Purpose:</strong>\r\nAs the first and last point of call the Front of House is a key employee for driving business by up selling retail and services that are being booked. Utilization of the whole appointment book and of individual therapist columns therefore means maximization of therapist resources and salon turnover.\r\n\r\nThe ideal candidate must be highly diplomatic, discrete and trustworthy with strong communication skills and sales techniques and must be a positive team player. The ideal applicant needs to represent the Kamini brand values, quality, passion, creativity and professionalism in all aspects of behavior, for example dress language and attitude at work. Responsible for creating and maintaining a superb environment for customers and should use all in salon marketing material and systems to increase business where advised.\r\n\r\n</div>\r\n<div style="float: left; border-left: 1px solid #FFF; padding-left: 50px; width: 450px;">[gravityform id="1"]</div>', 'Training & Recruitment', '', 'publish', 'open', 'open', '', 'training-recruitment', '', '', '2012-02-15 10:30:53', '2012-02-15 10:30:53', '', 6, 'http://kamini.xthefrog.com/?page_id=68', 0, 'page', '', 0),
(347, 1, '2012-02-15 10:29:23', '2012-02-15 10:29:23', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below or select "Training" from the dropdown box to register your interest for upcoming training dates.\r\n<div style="float: left; padding-right: 50px; margin-right: 50px; width: 450px;">\r\n<h3>SALON MANAGER.</h3>\r\nDay to day running of an efficient and friendly salon reflecting the Kamini brand principles and service standard where employees maintain a highly creative, passionate approach to all aspects of the beauty industry. Therefore creating a professional yet exciting working environment.\r\n\r\nAs a salon manager you must ensure the Kamini brand values are maintained at all times: Quality, Passion, Creativity and Professionalism. You must ensure the following objectives are met:\r\n<ul>\r\n <li>Increase salon turnover in accordance with targets</li>\r\n <li>Motivate and grow your team to create repeat business</li>\r\n <li>Create and maintain a superb environment for customers and team alike</li>\r\n <li>Maintain and control all aspects of health and safety legislation in the salon</li>\r\n <li>Drive local businesses through by offering corporate discounts</li>\r\n <li>Liaise with local press about launches, promotions, deals and offers</li>\r\n <li>Use all in salon marketing material and systems to increase business.</li>\r\n</ul>\r\n<h3>APPRENTICe.</h3>\r\nAssist and learn from stylists how to provide Kamini beauty services to valued clientele, support other salon members with their duties at the same time as achieving their Apprenticeship to include Key Skills and N.V.Q. Level 3 in Beauty Therapy.\r\n\r\nAn ideal assistant does not require previous experience within a salon environment. However, they must be willing to learn and be able to maintain the Kamini brand principles when performing or assisting in any service. They should be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing therapist columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\r\n<h3>BEAUTY THERAPIST.</h3>\r\nDrive business in the salon by providing the ultimate beauty treatments, adhering to the Kamini brand principles. By continually improving personal and technical skills thus creating a reputation and following that attracts loyal and new clientele.\r\n\r\nThe ideal therapist will be qualified to NVQ level 3 in Beauty Therapy and have a minimum of 3 years beauty experience. They must be willing to learn and be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing their own columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\r\n<h3>FRONT OF HOUSE.</h3>\r\nAs the first and last point of call the Front of House is a key employee for driving business by up selling retail and services that are being booked. Utilization of the whole appointment book and of individual therapist columns therefore means maximization of therapist resources and salon turnover.\r\n\r\nThe ideal candidate must be highly diplomatic, discrete and trustworthy with strong communication skills and sales techniques and must be a positive team player. The ideal applicant needs to represent the Kamini brand values, quality, passion, creativity and professionalism in all aspects of behavior, for example dress language and attitude at work. Responsible for creating and maintaining a superb environment for customers and should use all in salon marketing material and systems to increase business where advised.\r\n\r\n</div>\r\n<div style="float: left; border-left: 1px solid #FFF; padding-left: 50px; width: 450px;">[gravityform id="1"]</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-16', '', '', '2012-02-15 10:29:23', '2012-02-15 10:29:23', '', 68, 'http://kamini.xthefrog.com/68-revision-16/', 0, 'revision', '', 0),
(69, 1, '2012-01-10 09:06:30', '2012-01-10 09:06:30', '', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision', '', '', '2012-01-10 09:06:30', '2012-01-10 09:06:30', '', 68, 'http://kamini.xthefrog.com/68-revision/', 0, 'revision', '', 0),
(70, 1, '2012-01-10 09:06:50', '2012-01-10 09:06:50', 'Refer a friend to Kamini Beauty and they will receive 50% off their first treatment and, as a thank you, we will reward you with 50% off your next treatment too!', 'Refer a Friend', '', 'publish', 'open', 'open', '', 'refer-a-friend', '', '', '2012-01-12 11:37:45', '2012-01-12 11:37:45', '', 10, 'http://kamini.xthefrog.com/?page_id=70', 0, 'page', '', 0),
(71, 1, '2012-01-10 09:06:45', '2012-01-10 09:06:45', '', 'Refer a Friend', '', 'inherit', 'open', 'open', '', '70-revision', '', '', '2012-01-10 09:06:45', '2012-01-10 09:06:45', '', 70, 'http://kamini.xthefrog.com/70-revision/', 0, 'revision', '', 0),
(72, 1, '2012-01-10 09:07:00', '2012-01-10 09:07:00', '<h3>Free eyebrow shape on your 10th visit.</h3>\r\nLoyalty cards will soon be available from Kamini Beauty Salon.', 'Loyalty Card', '', 'draft', 'closed', 'closed', '', 'loyalty-card', '', '', '2015-01-22 11:40:06', '2015-01-22 11:40:06', '', 10, 'http://kamini.xthefrog.com/?page_id=72', 0, 'page', '', 0),
(73, 1, '2012-01-10 09:06:56', '2012-01-10 09:06:56', '', 'Loyalty Card', '', 'inherit', 'open', 'open', '', '72-revision-v1', '', '', '2012-01-10 09:06:56', '2012-01-10 09:06:56', '', 72, 'http://kamini.xthefrog.com/72-revision/', 0, 'revision', '', 0),
(74, 1, '2012-01-10 09:07:25', '2012-01-10 09:07:25', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce quis posuere ante. Maecenas nec lacinia ipsum. Sed id ipsum vitae arcu lacinia suscipit. Donec dolor nibh, accumsan ac vestibulum sed, tristique vitae velit. Quisque eget nisi magna. Proin fermentum faucibus orci sed rutrum. Maecenas tellus enim, faucibus nec mattis non, venenatis id ligula. Ut imperdiet odio vitae purus egestas consequat.\r\n\r\n<strong>\r\n</strong>', 'Kamini Club', '', 'draft', 'closed', 'closed', '', 'kamini-club', '', '', '2015-01-22 11:40:00', '2015-01-22 11:40:00', '', 10, 'http://kamini.xthefrog.com/?page_id=74', 0, 'page', '', 0),
(75, 1, '2012-01-10 09:07:09', '2012-01-10 09:07:09', '', 'Membership Scheme', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-10 09:07:09', '2012-01-10 09:07:09', '', 74, 'http://kamini.xthefrog.com/74-revision/', 0, 'revision', '', 0),
(76, 1, '2012-01-10 09:08:01', '2012-01-10 09:08:01', '<h3 id="invisible">Kamini''s favourite beauty tips.</h3>\r\nAs a company, we are embracing the wonders of social media and we encourage you to interact with us on <a href="http://twitter.com/KaminiBeauty" target="_blank">Twitter,</a> on our <a href="http://www.facebook.com/KaminiBeauty" target="_blank">Facebook Page</a> and on our <a href="http://kaminibeauty.blogspot.com/" target="_blank">blog.</a> Give us your feedback, tell us your thoughts and share your top beauty hints and tips. The ones chosen by Kamini will be displayed on this page with lots of great prizes on offer. ', 'Book Of Secrets', '', 'publish', 'closed', 'open', '', 'book-of-secrets', '', '', '2012-03-23 01:34:16', '2012-03-23 01:34:16', '', 12, 'http://kamini.xthefrog.com/?page_id=76', 0, 'page', '', 0),
(344, 1, '2012-02-13 04:33:36', '2012-02-13 04:33:36', '<p id="invisible"></p>\r\n\r\n<div id="invisible"></div>\r\n<div></div>', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-11', '', '', '2012-02-13 04:33:36', '2012-02-13 04:33:36', '', 76, 'http://kamini.xthefrog.com/76-revision-11/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(345, 1, '2012-02-13 04:34:18', '2012-02-13 04:34:18', '<h3 id="invisible">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id est vitae nisl vehicula lobortis sed at risus.</h3>\r\nDuis congue dapibus mauris, quis pulvinar dui consequat sed. Sed gravida, nisl ac commodo semper, turpis nisi dictum sapien, nec tempus nisi justo in turpis. Maecenas turpis ante, auctor eu volutpat id, euismod tempor dui.\r\n\r\n ', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-12', '', '', '2012-02-13 04:34:18', '2012-02-13 04:34:18', '', 76, 'http://kamini.xthefrog.com/76-revision-12/', 0, 'revision', '', 0),
(342, 1, '2012-01-24 15:15:08', '2012-01-24 15:15:08', 'Proin convallis leo ut ligula eleifend tristique. Nunc tristique, tellus vel accumsan adipiscing, urna nisi consectetur mauris, rutrum accumsan ante lectus quis sapien. Vivamus hendrerit urna sed purus cursus ac egestas magna lobortis.', 'Post your favourite beauty tips.', '', 'inherit', 'open', 'open', '', '308-revision-2', '', '', '2012-01-24 15:15:08', '2012-01-24 15:15:08', '', 308, 'http://kamini.xthefrog.com/308-revision-2/', 0, 'revision', '', 0),
(77, 1, '2012-01-10 09:07:57', '2012-01-10 09:07:57', '', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision', '', '', '2012-01-10 09:07:57', '2012-01-10 09:07:57', '', 76, 'http://kamini.xthefrog.com/76-revision/', 0, 'revision', '', 0),
(78, 1, '2012-01-10 09:08:15', '2012-01-10 09:08:15', '[promoslider]', 'Testimonials', '', 'draft', 'closed', 'closed', '', 'testimonials', '', '', '2015-01-22 12:11:33', '2015-01-22 12:11:33', '', 12, 'http://kamini.xthefrog.com/?page_id=78', 0, 'page', '', 0),
(79, 1, '2012-01-10 09:08:11', '2012-01-10 09:08:11', '', 'Testimonials', '', 'inherit', 'open', 'open', '', '78-revision-v1', '', '', '2012-01-10 09:08:11', '2012-01-10 09:08:11', '', 78, 'http://kamini.xthefrog.com/78-revision/', 0, 'revision', '', 0),
(80, 1, '2012-01-10 09:08:29', '2012-01-10 09:08:29', '[nggallery id=1]', 'Before & After', '', 'draft', 'closed', 'closed', '', 'before-after', '', '', '2015-01-22 12:06:46', '2015-01-22 12:06:46', '', 12, 'http://kamini.xthefrog.com/?page_id=80', 0, 'page', '', 0),
(81, 1, '2012-01-10 09:08:25', '2012-01-10 09:08:25', '', 'Before & After', '', 'inherit', 'open', 'open', '', '80-revision-v1', '', '', '2012-01-10 09:08:25', '2012-01-10 09:08:25', '', 80, 'http://kamini.xthefrog.com/80-revision/', 0, 'revision', '', 0),
(343, 1, '2012-02-13 04:31:40', '2012-02-13 04:31:40', '<p id="invisible">As a company, we are embracing the wonders of social media and we encourage you to interact with us on <a href="http://twitter.com/KaminiBeauty" target="_blank">Twitter</a>, on our <a href="http://www.facebook.com/KaminiBeauty" target="_blank">Facebook Page</a> and on our <a href="http://kaminibeauty.blogspot.com/" target="_blank">blog</a>. Alternatively, feel free to use the form below. Tell us your thoughts - give us your feedback, and don''t forget to Check In on <a href="https://foursquare.com/v/kamini-beauty-salon/4e5f99b7cc3f146e992e3f84" target="_blank">Foursquare</a> next time you visit us.</p>\r\n\r\n<div id="invisible"></div>\r\n<div></div>', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-10', '', '', '2012-02-13 04:31:40', '2012-02-13 04:31:40', '', 76, 'http://kamini.xthefrog.com/76-revision-10/', 0, 'revision', '', 0),
(89, 1, '2012-01-10 09:11:16', '2012-01-10 09:11:16', ' ', '', '', 'publish', 'open', 'open', '', '89', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 12, 'http://kamini.xthefrog.com/?p=89', 22, 'nav_menu_item', '', 0),
(90, 1, '2012-01-10 09:11:16', '2012-01-10 09:11:16', ' ', '', '', 'publish', 'open', 'open', '', '90', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 12, 'http://kamini.xthefrog.com/?p=90', 21, 'nav_menu_item', '', 0),
(94, 1, '2012-01-10 09:11:16', '2012-01-10 09:11:16', ' ', '', '', 'publish', 'open', 'open', '', '94', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 6, 'http://kamini.xthefrog.com/?p=94', 6, 'nav_menu_item', '', 0),
(96, 1, '2012-01-10 09:11:16', '2012-01-10 09:11:16', '', 'Kamini Blog', '', 'publish', 'open', 'open', '', 'kamini-blog', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=96', 23, 'nav_menu_item', '', 0),
(153, 1, '2012-01-10 11:59:52', '2012-01-10 11:59:52', '<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg" alt="Tatler article - The Last Beauty Taboo Features Kamini Beauty" title="Tatler article - The Last Beauty Taboo Features Kamini Beauty" width="303" height="400" class="alignleft size-full wp-image-222" />\r\nStubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/products-services/hair-removal/">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'publish', 'closed', 'closed', '', 'the-last-beauty-taboo-features-kamini-beauty', '', '', '2015-01-22 14:20:53', '2015-01-22 14:20:53', '', 0, 'http://kamini.xthefrog.com/?p=153', 0, 'post', '', 0),
(168, 1, '2012-01-10 10:18:30', '2012-01-10 10:18:30', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-10 10:18:30', '2012-01-10 10:18:30', '', 26, 'http://kamini.xthefrog.com/26-revision-7/', 0, 'revision', '', 0),
(101, 1, '2012-01-10 09:15:01', '2012-01-10 09:15:01', '', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision', '', '', '2012-01-10 09:15:01', '2012-01-10 09:15:01', '', 100, 'http://kamini.xthefrog.com/100-revision/', 0, 'revision', '', 0),
(100, 1, '2012-01-10 09:15:04', '2012-01-10 09:15:04', '<em><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg"><img class="aligncenter size-full wp-image-811" title="secondary image" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg" alt="" width="1104" height="360" /></a>Kamini Beauty</em>, named after the woman who has worked for around 20 years to create pioneering treatments for the world to experience. Her name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy.\r\n\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\r\n\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'publish', 'open', 'open', '', 'about-kamini', '', '', '2014-02-20 17:15:44', '2014-02-20 17:15:44', '', 6, 'http://kamini.xthefrog.com/?page_id=100', 0, 'page', '', 0),
(102, 1, '2012-01-10 09:15:18', '2012-01-10 09:15:18', '', 'About Kamini™', '', 'publish', 'open', 'open', '', 'about-kamini', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 6, 'http://kamini.xthefrog.com/?p=102', 3, 'nav_menu_item', '', 0),
(103, 1, '2012-12-11 10:37:04', '2012-12-11 10:37:04', '<h3>Hair growth patterns differ significantly on all areas of the body and you will be surprised to know that no two areas are the same. Did you know that Laser hair removal does not particularly work well on all hair types, especially dark and coarse? This is where our skilled, experienced and unbiased staff helps you make a genuine decision regarding which hair removal method shall suit you best, making the treatment as bespoke and effective as possible.</h3>\n<!--more-->\n<h2>IPL</h2>\nWe like to be ahead of our time and the latest technology in hair removal namely the Ellipse Light System is what we like to offer to our clients especially suited for larger areas of the body and clients with darker, coarser hair. How it works is by targeting short bursts of light from a flash lamp into the target area. The hair containing melanin then transfers the heat to the hair follicle, consequently destroying it and turning it incapable of hair production.\n\nAppropriate for all over body and face hair removal, IPL is a permanent solution to all hair problems and has been clinically proven to be safe of any harmful wavelengths. Depending on which area of the body is being treated, one session can last as long as 5 to 120 minutes and we recommend at least 3-6 sessions for optimal, long lasting results. As for pain, differing individualistically of course and based on the area of the body and the sensitivity there, it can vary from almost nothing to a stinging sensation.\nAreas covered: Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest\n<h2>Electrolyses</h2>\nAnother treatment suitable for smaller areas of the face and body and for treating individual hairs with precision is Electrolyses. Our trained therapists provide this treatment safely and guarantee permanent results. Unlike IPL, Electrolyses targets the hair follicle directly instead of the hair pigment. An electric impulse of energy is passed through the hair follicle, removing hair without pulling it.\nWe recommend a series of treatments of Electrolyses to witness satisfying results and also because hair growth occurs in various cycles, repeated treatment sessions will weaken the hair overtime causing growth to stun eventually.\nThe success of electrolysis depends on the therapist and we make sure to put you in safe hands by choosing experts in the field with years of experience on hand. Although the process is a quick one, a session can range from 15 minutes to an hour. A virtually painless, prickling sensation is known to have been felt when each hair follicle is targeted.\n<h2>Waxing</h2>\nHave you always desired silky, smooth skin without wanting to opt for permanent hair removal treatments? They say ‘no pain, no gain’ but we dare to challenge that notion by our superior quality of wax-based resins to promote faster healing and finer hair growth.\nWhether you are looking to achieve an exotic Brazilian wax or a glamorous Hollywood wax, our trained therapists have it all covered for you, ensuring minimum pain and maximum, long lasting results. Besides, waxing is the least damaging temporary hair removal technique and is good for your skin, encouraging exfoliation of dead skin and rejuvenating skin alongside. If you have always suffered from razor cuts and pigmentation due to that, switch to waxing now to witness the flawless results for yourself!\nAreas covered: Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-autosave-v1', '', '', '2012-12-11 10:37:04', '2012-12-11 10:37:04', '', 30, 'http://kamini.xthefrog.com/30-autosave/', 0, 'revision', '', 0),
(104, 1, '2012-01-10 09:04:49', '2012-01-10 09:04:49', 'content', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 09:04:49', '2012-01-10 09:04:49', '', 30, 'http://kamini.xthefrog.com/30-revision-3/', 0, 'revision', '', 0),
(171, 1, '2012-01-12 10:54:49', '2012-01-12 10:54:49', '<h3>Waxing</h3>\r\nAt Kamini, we have a complete range of hair removal methods to suit every person. Our skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.<!--more-->\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-12 10:54:49', '2012-01-12 10:54:49', '', 30, 'http://kamini.xthefrog.com/30-revision-10/', 0, 'revision', '', 0),
(105, 1, '2012-01-10 09:04:28', '2012-01-10 09:04:28', 'content', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-10 09:04:28', '2012-01-10 09:04:28', '', 28, 'http://kamini.xthefrog.com/28-revision-3/', 0, 'revision', '', 0),
(170, 1, '2012-01-10 10:22:00', '2012-01-10 10:22:00', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 10:22:00', '2012-01-10 10:22:00', '', 30, 'http://kamini.xthefrog.com/30-revision-9/', 0, 'revision', '', 0),
(106, 1, '2012-01-10 09:04:55', '2012-01-10 09:04:55', 'content', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-10 09:04:55', '2012-01-10 09:04:55', '', 32, 'http://kamini.xthefrog.com/32-revision-3/', 0, 'revision', '', 0),
(247, 1, '2012-01-12 11:50:07', '2012-01-12 11:50:07', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-12 11:50:07', '2012-01-12 11:50:07', '', 34, 'http://kamini.xthefrog.com/34-revision-9/', 0, 'revision', '', 0),
(107, 1, '2012-01-10 09:04:38', '2012-01-10 09:04:38', 'content', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-10 09:04:38', '2012-01-10 09:04:38', '', 26, 'http://kamini.xthefrog.com/26-revision-3/', 0, 'revision', '', 0),
(169, 1, '2012-01-10 10:13:58', '2012-01-10 10:13:58', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-10 10:13:58', '2012-01-10 10:13:58', '', 28, 'http://kamini.xthefrog.com/28-revision-7/', 0, 'revision', '', 0),
(108, 1, '2012-01-10 09:05:11', '2012-01-10 09:05:11', 'content', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 09:05:11', '2012-01-10 09:05:11', '', 34, 'http://kamini.xthefrog.com/34-revision-4/', 0, 'revision', '', 0),
(248, 1, '2012-12-11 10:58:35', '2012-12-11 10:58:35', 'Endermologie\n\nLipomassasge by Endermologie is a proven cellulite therapy. Triggering cellulite and water retention to smooth the contours of the body and aid slimming, this lipomassage targets problem areas, lifts and tones the skin not only superficially but by reaching the depth of the fat cell tissues. It also encourages blood flow and circulation, breaking down fat deposits allowing them to be released from the body consequently providing smoother skin and diminishing dimply appearance of the skin.\n\nYou simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of sessions is recommended.\n\nSemi Permanent Make-up\n\nIf you live a demanding lifestyle as a working woman, athlete or a bride-to-be but like to look presentable using make-up, give up the daily hassle of smudging and smearing trying to squeeze it into your schedule. Opt for semi permanent, water proof make-up instead to help you look naturally beautiful 24/7. Whether you’re looking to line your upper or lower lash line to enhance your eyes, fill in sparse or non-existent eyebrows to frame your face or want a flush of colour on the cheeks and lips for more definition. Based on your face shape, features and personal preferences, Kamini will suggest a bespoke treatment to naturally enhance your beautiful self.\nEffects last several years and we recommend a touch up session after 6 months.\n\nEyebrow and Eyelash Tinting\n\nDo those scanty brows worry you? Have you always wanted darker, fuller looking brows? If no amount of brow pencil is helping you achieve that, a safe and long lasting Eye Brow tint is what will make a world of difference in framing your eyes as well as your face.\n\nDarker eyelashes give an illusion of dense, thicker lashes and draw attention to your eyes. If Mascara’s have disappointed you or you are fed up of them running down your eyes at the end of the day, an Eye Lash tint will make sure you come out of the pool looking ‘lash’tastic.\n\nEyelash Perming\n\nIn conjunction with a good eyelash tint, we recommend a session of Eyelash Perming to intensify the results. A semi-permanent method of curling lashes; this removes the need to use eye lash curlers and is highly beneficial for an occasion, especially if you have short and stubborn lashes that are difficult to curl. Lasting for 4-5 weeks, this treatment will provide you with naturally fluttery lashes.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-autosave-v1', '', '', '2012-12-11 10:58:35', '2012-12-11 10:58:35', '', 36, 'http://kamini.xthefrog.com/36-autosave/', 0, 'revision', '', 0),
(751, 1, '2012-03-19 11:22:57', '2012-03-19 11:22:57', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-03-19 11:22:57', '2012-03-19 11:22:57', '', 36, 'http://www.kaminibeauty.com/36-revision-29/', 0, 'revision', '', 0),
(109, 1, '2012-01-10 09:05:30', '2012-01-10 09:05:30', 'content', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 09:05:30', '2012-01-10 09:05:30', '', 36, 'http://kamini.xthefrog.com/36-revision-3/', 0, 'revision', '', 0),
(250, 1, '2012-01-12 18:48:06', '2012-01-12 18:48:06', '<h3>Additional treatments we offer at kamini beauty include endermologie and acupuncture, both non-surgical and holistic methods.</h3>\r\n<!--more-->\r\n<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-12 18:48:06', '2012-01-12 18:48:06', '', 36, 'http://kamini.xthefrog.com/36-revision-11/', 0, 'revision', '', 0),
(110, 1, '2012-01-10 09:20:40', '2012-01-10 09:20:40', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. <!--more-->Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-10 09:20:40', '2012-01-10 09:20:40', '', 28, 'http://kamini.xthefrog.com/28-revision-4/', 0, 'revision', '', 0),
(111, 1, '2012-01-10 09:20:16', '2012-01-10 09:20:16', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. <!--more-->Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 09:20:16', '2012-01-10 09:20:16', '', 30, 'http://kamini.xthefrog.com/30-revision-4/', 0, 'revision', '', 0),
(112, 1, '2012-01-10 09:20:53', '2012-01-10 09:20:53', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-10 09:20:53', '2012-01-10 09:20:53', '', 32, 'http://kamini.xthefrog.com/32-revision-4/', 0, 'revision', '', 0),
(113, 1, '2012-01-10 09:21:04', '2012-01-10 09:21:04', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-10 09:21:04', '2012-01-10 09:21:04', '', 26, 'http://kamini.xthefrog.com/26-revision-4/', 0, 'revision', '', 0),
(114, 1, '2012-01-10 09:21:13', '2012-01-10 09:21:13', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 09:21:13', '2012-01-10 09:21:13', '', 34, 'http://kamini.xthefrog.com/34-revision-5/', 0, 'revision', '', 0),
(115, 1, '2012-01-10 09:21:21', '2012-01-10 09:21:21', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 09:21:21', '2012-01-10 09:21:21', '', 36, 'http://kamini.xthefrog.com/36-revision-4/', 0, 'revision', '', 0),
(116, 1, '2012-01-10 09:39:10', '2012-01-10 09:39:10', '', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', 'massage', '', '', '2012-01-10 09:39:10', '2012-01-10 09:39:10', '', 34, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/massage.jpg', 0, 'attachment', 'image/jpeg', 0),
(117, 1, '2012-01-10 09:31:26', '2012-01-10 09:31:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 09:31:26', '2012-01-10 09:31:26', '', 34, 'http://kamini.xthefrog.com/34-revision-6/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(118, 1, '2012-01-10 09:30:50', '2012-01-10 09:30:50', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. <!--more-->Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-10 09:30:50', '2012-01-10 09:30:50', '', 28, 'http://kamini.xthefrog.com/28-revision-5/', 0, 'revision', '', 0),
(119, 1, '2012-01-10 09:30:59', '2012-01-10 09:30:59', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. <!--more-->Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 09:30:59', '2012-01-10 09:30:59', '', 30, 'http://kamini.xthefrog.com/30-revision-5/', 0, 'revision', '', 0),
(120, 1, '2012-01-10 09:31:07', '2012-01-10 09:31:07', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-10 09:31:07', '2012-01-10 09:31:07', '', 32, 'http://kamini.xthefrog.com/32-revision-5/', 0, 'revision', '', 0),
(121, 1, '2012-01-10 09:31:17', '2012-01-10 09:31:17', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-10 09:31:17', '2012-01-10 09:31:17', '', 26, 'http://kamini.xthefrog.com/26-revision-5/', 0, 'revision', '', 0),
(122, 1, '2012-01-10 09:39:29', '2012-01-10 09:39:29', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 09:39:29', '2012-01-10 09:39:29', '', 34, 'http://kamini.xthefrog.com/34-revision-7/', 0, 'revision', '', 0),
(123, 1, '2012-01-10 09:31:33', '2012-01-10 09:31:33', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit.<!--more--> Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 09:31:33', '2012-01-10 09:31:33', '', 36, 'http://kamini.xthefrog.com/36-revision-5/', 0, 'revision', '', 0),
(124, 1, '2012-01-10 10:11:44', '2012-01-10 10:11:44', '', 'Hands & Feet', '', 'inherit', 'open', 'open', '', 'handsfeet', '', '', '2012-01-10 10:11:44', '2012-01-10 10:11:44', '', 32, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/handsfeet.jpg', 0, 'attachment', 'image/jpeg', 0),
(125, 1, '2012-01-10 09:52:46', '2012-01-10 09:52:46', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-10 09:52:46', '2012-01-10 09:52:46', '', 32, 'http://kamini.xthefrog.com/32-revision-6/', 0, 'revision', '', 0),
(126, 1, '2012-01-10 10:13:45', '2012-01-10 10:13:45', '', 'Facial', '', 'inherit', 'open', 'open', '', 'facial-2', '', '', '2012-01-10 10:13:45', '2012-01-10 10:13:45', '', 28, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/facial.jpg', 0, 'attachment', 'image/jpeg', 0),
(127, 1, '2012-01-10 09:52:14', '2012-01-10 09:52:14', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-10 09:52:14', '2012-01-10 09:52:14', '', 28, 'http://kamini.xthefrog.com/28-revision-6/', 0, 'revision', '', 0),
(128, 1, '2012-01-10 10:15:14', '2012-01-10 10:15:14', '', 'Hair Removal', '', 'inherit', 'open', 'open', '', 'hairremoval', '', '', '2012-01-10 10:15:14', '2012-01-10 10:15:14', '', 30, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/hairremoval.jpg', 0, 'attachment', 'image/jpeg', 0),
(129, 1, '2012-01-10 09:52:36', '2012-01-10 09:52:36', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 09:52:36', '2012-01-10 09:52:36', '', 30, 'http://kamini.xthefrog.com/30-revision-6/', 0, 'revision', '', 0),
(130, 1, '2012-01-10 10:18:15', '2012-01-10 10:18:15', '', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', 'threading', '', '', '2012-01-10 10:18:15', '2012-01-10 10:18:15', '', 26, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/threading.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2012-01-10 09:52:57', '2012-01-10 09:52:57', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-10 09:52:57', '2012-01-10 09:52:57', '', 26, 'http://kamini.xthefrog.com/26-revision-6/', 0, 'revision', '', 0),
(132, 1, '2012-01-10 09:53:22', '2012-01-10 09:53:22', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 09:53:22', '2012-01-10 09:53:22', '', 36, 'http://kamini.xthefrog.com/36-revision-6/', 0, 'revision', '', 0),
(133, 1, '2012-01-10 10:19:25', '2012-01-10 10:19:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 10:19:25', '2012-01-10 10:19:25', '', 36, 'http://kamini.xthefrog.com/36-revision-7/', 0, 'revision', '', 0),
(134, 1, '2012-01-10 10:15:25', '2012-01-10 10:15:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 10:15:25', '2012-01-10 10:15:25', '', 30, 'http://kamini.xthefrog.com/30-revision-7/', 0, 'revision', '', 0),
(135, 1, '2012-01-10 10:21:49', '2012-01-10 10:21:49', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-10 10:21:49', '2012-01-10 10:21:49', '', 30, 'http://kamini.xthefrog.com/30-revision-8/', 0, 'revision', '', 0),
(136, 1, '2012-01-10 10:19:34', '2012-01-10 10:19:34', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 10:19:34', '2012-01-10 10:19:34', '', 36, 'http://kamini.xthefrog.com/36-revision-8/', 0, 'revision', '', 0),
(137, 1, '2012-01-10 10:43:30', '2012-01-10 10:43:30', '“I have been coming to Kamini for a good few years now and I literally couldn’t live without her. Kamini has managed to give me the best eyebrows I have ever had. She is by far the best in the Industry. I am hooked!”', 'Sasha Abraham', '', 'publish', 'open', 'open', '', 'sasha-abraham', '', '', '2012-03-19 11:45:18', '2012-03-19 11:45:18', '', 0, 'http://kamini.xthefrog.com/?p=137', 0, 'post', '', 0),
(631, 1, '2012-03-19 11:57:53', '2012-03-19 11:57:53', '', 'A peaceful haven in the heart of Kensington', '', 'inherit', 'open', 'open', '', 'slider1-2', '', '', '2012-03-19 11:57:53', '2012-03-19 11:57:53', '', 630, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2012-01-10 10:42:21', '2012-01-10 10:42:21', '', 'Siena Miller', '', 'inherit', 'open', 'open', '', '137-revision', '', '', '2012-01-10 10:42:21', '2012-01-10 10:42:21', '', 137, 'http://kamini.xthefrog.com/137-revision/', 0, 'revision', '', 0),
(709, 1, '2012-01-12 14:59:20', '2012-01-12 14:59:20', '<h3><em>Kamini Beauty,</em> named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic regrowth and will leave you with eyebrows looking like that of a movie star. Having diagnosed any problems with shape and current shaping techniques, Kamini is strict in her prognosis, adamant that tweezers, waxing or threading by other therapists is not an option. Kamini implores her clients to trust her judgment and they will only ever be satisfied with the results.\r\n\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one look at a face for Kamini to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.\r\n\r\nAlongside these innovative treatments, Kamini offers a host of other services within the peaceful haven that is her salon, located off the charming Kensington Church Street in the heart of the Royal Borough.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-9', '', '', '2012-01-12 14:59:20', '2012-01-12 14:59:20', '', 100, 'http://www.kaminibeauty.com/100-revision-9/', 0, 'revision', '', 0),
(630, 1, '2012-01-02 11:58:10', '2012-01-02 11:58:10', '', 'A peaceful haven in the heart of Kensington', '', 'publish', 'open', 'open', '', 'a-peaceful-haven-in-the-heart-of-kensington', '', '', '2012-03-19 11:59:10', '2012-03-19 11:59:10', '', 0, 'http://kamini.xthefrog.com/?p=630', 0, 'post', '', 0),
(144, 1, '2012-01-10 11:05:39', '2012-01-10 11:05:39', '', 'Home', '', 'publish', 'open', 'open', '', 'home-2', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 0, 'http://kamini.xthefrog.com/?p=144', 1, 'nav_menu_item', '', 0),
(145, 1, '2012-01-10 11:05:39', '2012-01-10 11:05:39', '', 'About Us', '', 'publish', 'open', 'open', '', 'about-us', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 6, 'http://kamini.xthefrog.com/?p=145', 2, 'nav_menu_item', '', 0),
(146, 1, '2012-01-10 11:05:39', '2012-01-10 11:05:39', '', 'Twitter Feed', '', 'publish', 'open', 'open', '', 'kamini-gems', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 12, 'http://kamini.xthefrog.com/?p=146', 6, 'nav_menu_item', '', 0),
(353, 1, '2012-02-15 10:33:16', '2012-02-15 10:33:16', '<h3>Refer a friend.</h3>\r\nRefer a friend to Kamini Beauty and they will receive 50% off their first treatment and, as a thank you, we will reward you with 50% off your next treatment too!\r\n\r\n<h3>Loyalty Card.</h3>\r\nFree eyebrow shape on your 10th visit. Loyalty cards will soon be available from Kamini Beauty Salon.\r\n\r\n<h3>Monday Madness.</h3>\r\nMonday Madness (for a limited time only – 50% off all treatments!) To launch the Salon’s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.\r\n\r\n<h3>Kamini Club.</h3>\r\nBronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.\r\n\r\n', 'Special Offers', '', 'inherit', 'open', 'open', '', '10-revision-3', '', '', '2012-02-15 10:33:16', '2012-02-15 10:33:16', '', 10, 'http://kamini.xthefrog.com/10-revision-3/', 0, 'revision', '', 0),
(148, 1, '2012-01-10 11:05:39', '2012-01-10 11:05:39', '', 'Products & Services', '', 'publish', 'open', 'open', '', 'products-services', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 8, 'http://kamini.xthefrog.com/?p=148', 4, 'nav_menu_item', '', 0),
(149, 1, '2012-01-10 11:06:11', '2012-01-10 11:06:11', '', 'Kamini Blog', '', 'publish', 'open', 'open', '', 'kamini-blog-2', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 0, 'http://kamini.xthefrog.com/?p=149', 7, 'nav_menu_item', '', 0),
(150, 1, '2012-01-10 11:06:11', '2012-01-10 11:06:11', ' ', '', '', 'publish', 'open', 'open', '', '150', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 0, 'http://kamini.xthefrog.com/?p=150', 8, 'nav_menu_item', '', 0),
(152, 1, '2012-01-10 11:57:59', '2012-01-10 11:57:59', '', 'Latest News & Reviews', '', 'publish', 'open', 'open', '', 'latest-news-reviews', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=152', 5, 'nav_menu_item', '', 0),
(154, 1, '2012-01-10 11:59:35', '2012-01-10 11:59:35', '', 'First news article title', '', 'inherit', 'open', 'open', '', 'first_thumb', '', '', '2012-01-10 11:59:35', '2012-01-10 11:59:35', '', 153, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/first_thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(155, 1, '2012-01-10 11:59:19', '2012-01-10 11:59:19', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus pretium quam sed est dapibus molestie. Nam dui purus, venenatis vel malesuada in, pretium in augue. Duis et eros libero.<!--more--> Aliquam est elit, scelerisque eu interdum at, pharetra ut lacus. Integer id laoreet augue. Aliquam ornare tristique magna, a tincidunt quam lobortis non. In quis nisi quam. Curabitur et elit sed ligula pellentesque ultrices sit amet quis lacus. Fusce quis ipsum in nibh ultricies blandit. Vivamus libero velit, tincidunt sit amet pharetra non, gravida sollicitudin tortor. In in mauris ligula. Nulla mi felis, fringilla eget venenatis in, consectetur ut urna. Donec faucibus luctus laoreet. Sed nec nisi sit amet erat venenatis tincidunt. Donec mattis porttitor tortor, at tincidunt orci bibendum eget.\n\nNunc ante eros, condimentum ut ultricies at, fringilla ut est. Ut mollis sodales enim, eget cursus purus gravida sit amet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin nec nisl eu ipsum ornare lacinia. Nunc vel tortor erat, eu pharetra elit. Fusce id sapien a ante rutrum venenatis. Duis auctor elit nec dolor eleifend sit amet suscipit velit malesuada. In hac habitasse platea dictumst. Curabitur a est libero. Donec ultrices turpis eu nisl tempus congue.\n\nPraesent quis orci eget velit vestibulum tincidunt vel at odio. Nulla at enim id odio imperdiet vulputate. Maecenas ornare condimentum elit, id interdum velit suscipit a. Phasellus nunc neque, ullamcorper at consequat eu, posuere lobortis erat. Phasellus rhoncus libero vitae arcu aliquam luctus. Maecenas pharetra risus non massa egestas sed tincidunt tellus fermentum. Nulla laoreet leo id lorem consectetur adipiscing volutpat nisi pulvinar. Donec scelerisque ultricies viverra.\n\nQuisque placerat congue urna quis venenatis. Mauris semper dolor sed diam placerat tempor dictum metus dignissim. Sed aliquet aliquam tristique. Proin eleifend hendrerit luctus. Praesent bibendum, velit in gravida iaculis, eros lectus lacinia nulla, eu rutrum orci libero nec nisl. Sed et nulla lectus, consectetur fermentum enim. In eget facilisis erat. Curabitur eget nibh non nisl ornare ornare quis scelerisque sem. In at commodo arcu. Maecenas eget tempor nulla.\n\nMorbi fermentum diam quis augue commodo non congue ipsum molestie. Mauris vehicula eleifend interdum. Vivamus fringilla dui eu nunc pretium non viverra leo consectetur. Integer vehicula varius turpis, id laoreet sem tempor facilisis. Ut eu dolor augue. Curabitur dapibus blandit libero sit amet sollicitudin. Sed tempus rhoncus tincidunt. Sed non urna vel arcu vehicula tincidunt. Donec in pulvinar mi. Praesent eget sem metus, nec aliquam lacus. Etiam in enim velit. Mauris consectetur lectus sed lacus pellentesque vitae scelerisque nisl elementum. Sed suscipit dictum mauris ut tempus. ', 'First news article title', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-10 11:59:19', '2012-01-10 11:59:19', '', 153, 'http://kamini.xthefrog.com/153-revision/', 0, 'revision', '', 0),
(218, 1, '2012-01-12 12:23:04', '2012-01-12 12:23:04', '<h3>Stubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.</h3>\r\n<!--more-->\r\n<div>\r\n<div>Facial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.</div>\r\n<div></div>\r\n</div>\r\n<div><a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a>\r\n\r\n<em><strong>Best for</strong></em></div>\r\n<div>Brunette moustachios.\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).</div>\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:23:04', '2012-01-12 12:23:04', '', 153, 'http://kamini.xthefrog.com/153-revision-3/', 0, 'revision', '', 0),
(156, 1, '2012-01-10 13:07:10', '2012-01-10 13:07:10', 'Thank you for submitting your callback request. We will give you a call at your requested time.', 'Thanks', '', 'publish', 'open', 'open', '', 'thanks', '', '', '2012-03-27 08:11:14', '2012-03-27 08:11:14', '', 0, 'http://kamini.xthefrog.com/?page_id=156', 0, 'page', '', 0),
(157, 1, '2012-01-10 13:07:06', '2012-01-10 13:07:06', '', 'Thanks', '', 'inherit', 'open', 'open', '', '156-revision', '', '', '2012-01-10 13:07:06', '2012-01-10 13:07:06', '', 156, 'http://kamini.xthefrog.com/156-revision/', 0, 'revision', '', 0),
(158, 1, '2012-01-10 09:15:04', '2012-01-10 09:15:04', 'content', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-2', '', '', '2012-01-10 09:15:04', '2012-01-10 09:15:04', '', 100, 'http://kamini.xthefrog.com/100-revision-2/', 0, 'revision', '', 0),
(159, 1, '2012-01-12 09:38:14', '2012-01-12 09:38:14', 'Kamini Beauty, named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.\r\n\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-3', '', '', '2012-01-12 09:38:14', '2012-01-12 09:38:14', '', 100, 'http://kamini.xthefrog.com/100-revision-3/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(160, 1, '2014-02-20 17:16:46', '2014-02-20 17:16:46', '<em><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg"><img class="aligncenter size-full wp-image-811" title="secondary image" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg" alt="" width="1104" height="360" /></a>Kamini Beauty</em>, named after the woman who has worked for around 20 years to create pioneering treatments for the world to experience. Her name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy.\n\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\n\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\n\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\n\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-autosave', '', '', '2014-02-20 17:16:46', '2014-02-20 17:16:46', '', 100, 'http://kamini.xthefrog.com/100-autosave/', 0, 'revision', '', 0),
(810, 1, '2014-02-20 16:32:45', '2014-02-20 16:32:45', '', 'secondary image', '', 'inherit', 'open', 'open', '', 'secondary-image', '', '', '2014-02-20 16:32:45', '2014-02-20 16:32:45', '', 100, 'http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2012-01-12 09:59:23', '2012-01-12 09:59:23', '', 'About Kamini™', '', 'inherit', 'open', 'open', '', 'about', '', '', '2012-01-12 09:59:23', '2012-01-12 09:59:23', '', 100, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/about.jpg', 0, 'attachment', 'image/jpeg', 0),
(162, 1, '2012-01-12 09:47:39', '2012-01-12 09:47:39', '<h3>Kamini Beauty, named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-4', '', '', '2012-01-12 09:47:39', '2012-01-12 09:47:39', '', 100, 'http://kamini.xthefrog.com/100-revision-4/', 0, 'revision', '', 0),
(163, 1, '2012-01-12 10:01:46', '2012-01-12 10:01:46', '', 'About Kamini™', '', 'inherit', 'open', 'open', '', 'about-2', '', '', '2012-01-12 10:01:46', '2012-01-12 10:01:46', '', 100, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/about1.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 1, '2012-01-12 09:59:40', '2012-01-12 09:59:40', '<h3>Kamini Beauty, named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-5', '', '', '2012-01-12 09:59:40', '2012-01-12 09:59:40', '', 100, 'http://kamini.xthefrog.com/100-revision-5/', 0, 'revision', '', 0),
(165, 1, '2012-01-12 10:02:00', '2012-01-12 10:02:00', '<h3>Kamini Beauty, named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-6', '', '', '2012-01-12 10:02:00', '2012-01-12 10:02:00', '', 100, 'http://kamini.xthefrog.com/100-revision-6/', 0, 'revision', '', 0),
(166, 1, '2012-01-10 09:06:34', '2012-01-10 09:06:34', 'content', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-2', '', '', '2012-01-10 09:06:34', '2012-01-10 09:06:34', '', 68, 'http://kamini.xthefrog.com/68-revision-2/', 0, 'revision', '', 0),
(167, 1, '2012-02-15 10:30:42', '2012-02-15 10:30:42', '<h3>Watch this space!</h3>\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below or select "Training" from the dropdown box to register your interest for upcoming training dates.\n<div style="float: left; padding-right: 50px; margin-right: 50px; width: 450px;">\n<h3>SALON MANAGER.</h3>\n<strong>Job Purpose:</strong>\nDay to day running of an efficient and friendly salon reflecting the Kamini brand principles and service standard where employees maintain a highly creative, passionate approach to all aspects of the beauty industry. Therefore creating a professional yet exciting working environment.\n\nAs a salon manager you must ensure the Kamini brand values are maintained at all times: Quality, Passion, Creativity and Professionalism. You must ensure the following objectives are met:\n<ul>\n <li>Increase salon turnover in accordance with targets</li>\n <li>Motivate and grow your team to create repeat business</li>\n <li>Create and maintain a superb environment for customers and team alike</li>\n <li>Maintain and control all aspects of health and safety legislation in the salon</li>\n <li>Drive local businesses through by offering corporate discounts</li>\n <li>Liaise with local press about launches, promotions, deals and offers</li>\n <li>Use all in salon marketing material and systems to increase business.</li>\n</ul>\n<h3>APPRENTICE.</h3>\n<strong>Job Purpose:</strong>\nAssist and learn from stylists how to provide Kamini beauty services to valued clientele, support other salon members with their duties at the same time as achieving their Apprenticeship to include Key Skills and N.V.Q. Level 3 in Beauty Therapy.\n\nAn ideal assistant does not require previous experience within a salon environment. However, they must be willing to learn and be able to maintain the Kamini brand principles when performing or assisting in any service. They should be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing therapist columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\n<h3>BEAUTY THERAPIST.</h3>\n<strong>Job Purpose:</strong>\n\nDrive business in the salon by providing the ultimate beauty treatments, adhering to the Kamini brand principles. By continually improving personal and technical skills thus creating a reputation and following that attracts loyal and new clientele.\n\nThe ideal therapist will be qualified to NVQ level 3 in Beauty Therapy and have a minimum of 3 years beauty experience. They must be willing to learn and be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing their own columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\n<h3>FRONT OF HOUSE.</h3>\n<strong>Job Purpose:</strong>\n\nAs the first and last point of call the Front of House is a key employee for driving business by up selling retail and services that are being booked. Utilization of the whole appointment book and of individual therapist columns therefore means maximization of therapist resources and salon turnover.\n\nThe ideal candidate must be highly diplomatic, discrete and trustworthy with strong communication skills and sales techniques and must be a positive team player. The ideal applicant needs to represent the Kamini brand values, quality, passion, creativity and professionalism in all aspects of behavior, for example dress language and attitude at work. Responsible for creating and maintaining a superb environment for customers and should use all in salon marketing material and systems to increase business where advised.\n\n</div>\n<div style="float: left; border-left: 1px solid #FFF; padding-left: 50px; width: 450px;">[gravityform id="1"]</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-autosave', '', '', '2012-02-15 10:30:42', '2012-02-15 10:30:42', '', 68, 'http://kamini.xthefrog.com/68-autosave/', 0, 'revision', '', 0),
(172, 1, '2012-01-12 10:55:20', '2012-01-12 10:55:20', 'At Kamini, we have a complete range of hair removal methods to suit every person.\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-12 10:55:20', '2012-01-12 10:55:20', '', 30, 'http://kamini.xthefrog.com/30-revision-11/', 0, 'revision', '', 0),
(173, 1, '2012-01-12 10:55:33', '2012-01-12 10:55:33', 'At Kamini, we have a complete range of hair removal methods to suit every person.<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-12 10:55:33', '2012-01-12 10:55:33', '', 30, 'http://kamini.xthefrog.com/30-revision-12/', 0, 'revision', '', 0),
(174, 1, '2012-01-12 11:01:24', '2012-01-12 11:01:24', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\n\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-autosave-v1', '', '', '2012-01-12 11:01:24', '2012-01-12 11:01:24', '', 32, 'http://kamini.xthefrog.com/32-autosave/', 0, 'revision', '', 0),
(175, 1, '2012-01-12 10:53:49', '2012-01-12 10:53:49', 'Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated. <!--more-->Facial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-12 10:53:49', '2012-01-12 10:53:49', '', 28, 'http://kamini.xthefrog.com/28-revision-8/', 0, 'revision', '', 0),
(176, 1, '2012-01-12 10:58:08', '2012-01-12 10:58:08', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated. <!--more-->Facial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.</h3>\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-12 10:58:08', '2012-01-12 10:58:08', '', 28, 'http://kamini.xthefrog.com/28-revision-9/', 0, 'revision', '', 0),
(177, 1, '2012-01-12 10:58:47', '2012-01-12 10:58:47', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated. <!--more--></h3>\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-12 10:58:47', '2012-01-12 10:58:47', '', 28, 'http://kamini.xthefrog.com/28-revision-10/', 0, 'revision', '', 0),
(178, 1, '2012-01-12 10:56:02', '2012-01-12 10:56:02', 'At Kamini, we have a complete range of hair removal methods to suit every person. Our therapists use waxing, electrolysis and IPL.<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-12 10:56:02', '2012-01-12 10:56:02', '', 30, 'http://kamini.xthefrog.com/30-revision-13/', 0, 'revision', '', 0),
(179, 1, '2012-01-12 10:52:57', '2012-01-12 10:52:57', 'Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session. <!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-12 10:52:57', '2012-01-12 10:52:57', '', 26, 'http://kamini.xthefrog.com/26-revision-8/', 0, 'revision', '', 0),
(180, 1, '2012-01-10 10:11:55', '2012-01-10 10:11:55', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-10 10:11:55', '2012-01-10 10:11:55', '', 32, 'http://kamini.xthefrog.com/32-revision-7/', 0, 'revision', '', 0),
(181, 1, '2012-01-10 09:06:50', '2012-01-10 09:06:50', 'content', 'Refer a Friend', '', 'inherit', 'open', 'open', '', '70-revision-2', '', '', '2012-01-10 09:06:50', '2012-01-10 09:06:50', '', 70, 'http://kamini.xthefrog.com/70-revision-2/', 0, 'revision', '', 0),
(182, 1, '2012-01-10 09:07:00', '2012-01-10 09:07:00', 'content', 'Loyalty Card', '', 'inherit', 'open', 'open', '', '72-revision-v1', '', '', '2012-01-10 09:07:00', '2012-01-10 09:07:00', '', 72, 'http://kamini.xthefrog.com/72-revision-2/', 0, 'revision', '', 0),
(183, 1, '2012-01-12 11:05:56', '2012-01-12 11:05:56', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\n \n\n<strong>Monday Madness (for a limited time only - 50% off all treatments!)</strong>\n\nTo launch the Salon''s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-autosave-v1', '', '', '2012-01-12 11:05:56', '2012-01-12 11:05:56', '', 74, 'http://kamini.xthefrog.com/74-autosave/', 0, 'revision', '', 0),
(184, 1, '2012-01-10 09:07:25', '2012-01-10 09:07:25', 'content', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-10 09:07:25', '2012-01-10 09:07:25', '', 74, 'http://kamini.xthefrog.com/74-revision-2/', 0, 'revision', '', 0),
(185, 1, '2012-01-12 11:04:41', '2012-01-12 11:04:41', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\r\n<strong>Monday Madness (for a limited time only - 50% off all treatments!)</strong>\r\n\r\nTo launch the Salon''s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-12 11:04:41', '2012-01-12 11:04:41', '', 74, 'http://kamini.xthefrog.com/74-revision-3/', 0, 'revision', '', 0),
(265, 1, '2012-01-24 06:54:25', '2012-01-24 06:54:25', '', 'Monday Madness', '', 'inherit', 'open', 'open', '', '261-revision-v1', '', '', '2012-01-24 06:54:25', '2012-01-24 06:54:25', '', 261, 'http://kamini.xthefrog.com/261-revision-2/', 0, 'revision', '', 0),
(186, 1, '2012-01-10 07:29:59', '2012-01-10 07:29:59', 'cotnent', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-2', '', '', '2012-01-10 07:29:59', '2012-01-10 07:29:59', '', 16, 'http://kamini.xthefrog.com/16-revision-2/', 0, 'revision', '', 0),
(187, 1, '2012-01-12 11:08:48', '2012-01-12 11:08:48', '<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\n\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to be announced.\r\n\r\n ', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-3', '', '', '2012-01-12 11:08:48', '2012-01-12 11:08:48', '', 16, 'http://kamini.xthefrog.com/16-revision-3/', 0, 'revision', '', 0),
(189, 1, '2012-01-12 11:14:21', '2012-01-12 11:14:21', '<div style="float:left;width:425px;margin-right:25px">\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<div style="border:1px solid #FFF;margin-top:20px"><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px">\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-5', '', '', '2012-01-12 11:14:21', '2012-01-12 11:14:21', '', 16, 'http://kamini.xthefrog.com/16-revision-5/', 0, 'revision', '', 0),
(188, 1, '2012-01-12 11:12:29', '2012-01-12 11:12:29', '<div style="float:left;width:425px;margin-right:25px">\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=14+-+16+Lancer+Square+Kensington+Church+Street+London+W8+4EP&aq=&sll=53.800651,-4.064941&sspn=28.623397,40.253906&vpsrc=6&ie=UTF8&hq=14+-+16+Lancer+Square+Kensington+Church+Street+London+W8+4EP&hnear=&radius=15000&ll=51.503209,-0.19143&spn=0.071946,0.071946&t=m&output=embed"></iframe>\r\n</div>\r\n<div style="float:left">\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-4', '', '', '2012-01-12 11:12:29', '2012-01-12 11:12:29', '', 16, 'http://kamini.xthefrog.com/16-revision-4/', 0, 'revision', '', 0),
(191, 1, '2012-01-12 11:15:10', '2012-01-12 11:15:10', '<div style="float:left;width:425px;margin-right:25px">\r\n<div style="border:1px solid #FFF"><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px">\r\n<h3>Contact details.</h3>\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-7', '', '', '2012-01-12 11:15:10', '2012-01-12 11:15:10', '', 16, 'http://kamini.xthefrog.com/16-revision-7/', 0, 'revision', '', 0),
(190, 1, '2012-01-12 11:14:57', '2012-01-12 11:14:57', '<div style="float:left;width:425px;margin-right:25px">\r\n<div style="border:1px solid #FFF;margin-top:20px"><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px">\r\n<h3>Contact details.</h3>\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-6', '', '', '2012-01-12 11:14:57', '2012-01-12 11:14:57', '', 16, 'http://kamini.xthefrog.com/16-revision-6/', 0, 'revision', '', 0),
(192, 1, '2012-01-12 11:15:36', '2012-01-12 11:15:36', '<div style="float:left;width:650px;margin-right:25px">\r\n<div style="border:1px solid #FFF"><iframe width="650" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px">\r\n<h3>Contact details.</h3>\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-8', '', '', '2012-01-12 11:15:36', '2012-01-12 11:15:36', '', 16, 'http://kamini.xthefrog.com/16-revision-8/', 0, 'revision', '', 0),
(193, 1, '2012-01-12 11:15:52', '2012-01-12 11:15:52', '<div style="float:left;width:650px;margin-right:25px">\r\n<div style="border:1px solid #FFF"><iframe width="650" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px;padding-top:60px">\r\n<h3>Contact details.</h3>\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-9', '', '', '2012-01-12 11:15:52', '2012-01-12 11:15:52', '', 16, 'http://kamini.xthefrog.com/16-revision-9/', 0, 'revision', '', 0),
(194, 1, '2012-01-12 11:16:01', '2012-01-12 11:16:01', '<div style="float:left;width:650px;margin-right:50px">\r\n<div style="border:1px solid #FFF"><iframe width="650" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px;padding-top:50px">\r\n<h3>Contact details.</h3>\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-10', '', '', '2012-01-12 11:16:01', '2012-01-12 11:16:01', '', 16, 'http://kamini.xthefrog.com/16-revision-10/', 0, 'revision', '', 0),
(195, 1, '2012-01-12 10:04:57', '2012-01-12 10:04:57', '<h3><em>Kamini Beauty,</em> named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-7', '', '', '2012-01-12 10:04:57', '2012-01-12 10:04:57', '', 100, 'http://kamini.xthefrog.com/100-revision-7/', 0, 'revision', '', 0),
(196, 1, '2012-01-12 11:32:22', '2012-01-12 11:32:22', '', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', 'training', '', '', '2012-01-12 11:32:22', '2012-01-12 11:32:22', '', 68, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/training.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2012-01-12 10:16:08', '2012-01-12 10:16:08', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-3', '', '', '2012-01-12 10:16:08', '2012-01-12 10:16:08', '', 68, 'http://kamini.xthefrog.com/68-revision-3/', 0, 'revision', '', 0),
(198, 1, '2012-01-12 11:36:35', '2012-01-12 11:36:35', '', 'Special Offers', '', 'inherit', 'open', 'open', '', 'specialoffers', '', '', '2012-01-12 11:36:35', '2012-01-12 11:36:35', '', 74, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/specialoffers.jpg', 0, 'attachment', 'image/jpeg', 0),
(199, 1, '2012-01-12 11:04:55', '2012-01-12 11:04:55', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\r\n \r\n\r\n<strong>Monday Madness (for a limited time only - 50% off all treatments!)</strong>\r\n\r\nTo launch the Salon''s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-12 11:04:55', '2012-01-12 11:04:55', '', 74, 'http://kamini.xthefrog.com/74-revision-4/', 0, 'revision', '', 0),
(200, 1, '2012-01-12 11:03:01', '2012-01-12 11:03:01', '<h3>Free eyebrow shape on your 10th visit.</h3>\r\nLoyalty cards will soon be available from Kamini Beauty Salon.', 'Loyalty Card', '', 'inherit', 'open', 'open', '', '72-revision-v1', '', '', '2012-01-12 11:03:01', '2012-01-12 11:03:01', '', 72, 'http://kamini.xthefrog.com/72-revision-3/', 0, 'revision', '', 0),
(201, 1, '2012-01-12 11:02:19', '2012-01-12 11:02:19', 'Refer a friend to Kamini Beauty and they will receive 50% off their first treatment and, as a thank you, we will reward you with 50% off your next treatment too!', 'Refer a Friend', '', 'inherit', 'open', 'open', '', '70-revision-3', '', '', '2012-01-12 11:02:19', '2012-01-12 11:02:19', '', 70, 'http://kamini.xthefrog.com/70-revision-3/', 0, 'revision', '', 0),
(202, 1, '2012-01-12 11:40:08', '2012-01-12 11:40:08', '', 'Contact', '', 'inherit', 'open', 'open', '', 'contact-2', '', '', '2012-01-12 11:40:08', '2012-01-12 11:40:08', '', 16, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/contact.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2012-01-12 11:16:14', '2012-01-12 11:16:14', '<div style="float:left;width:650px;margin-right:50px;padding-bottom:50px">\r\n<div style="border:1px solid #FFF"><iframe width="650" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?msa=0&msid=205546162653479669497.0004b652d76967ee5985e&ie=UTF8&ll=51.503273,-0.191283&spn=0,0&t=m&vpsrc=1&output=embed"></iframe></div>\r\n</div>\r\n<div style="float:left;width:300px;padding-top:50px">\r\n<h3>Contact details.</h3>\r\n<strong>Kamini Beauty Salon</strong>\r\n14 - 16 Lancer Square\r\nKensington Church Street\r\nLondon\r\nW8 4EP\r\n\r\nTel: 020 7937 2411/33\r\nEmail: <a href="mailto:info@kaminibeauty.com">info@kaminibeauty.com</a>\r\n<h3>Book an appointment.</h3>\r\nYou will soon be able to book and manage your appointments online with Kamini Beauty here.\r\n<h3>Kamini Club.</h3>\r\nBecome a Kamini Club member for access to unrivalled and exclusive rewards, discounts and benefits. Details soon to </div>', 'Contact', '', 'inherit', 'open', 'open', '', '16-revision-11', '', '', '2012-01-12 11:16:14', '2012-01-12 11:16:14', '', 16, 'http://kamini.xthefrog.com/16-revision-11/', 0, 'revision', '', 0),
(204, 1, '2012-01-12 11:36:48', '2012-01-12 11:36:48', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\r\n \r\n\r\n<strong>Monday Madness (for a limited time only - 50% off all treatments!)</strong>\r\n\r\nTo launch the Salon''s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-12 11:36:48', '2012-01-12 11:36:48', '', 74, 'http://kamini.xthefrog.com/74-revision-5/', 0, 'revision', '', 0),
(205, 1, '2012-01-12 11:48:25', '2012-01-12 11:48:25', '', 'Products & Services', '', 'inherit', 'open', 'open', '', 'prodserv', '', '', '2012-01-12 11:48:25', '2012-01-12 11:48:25', '', 28, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/prodserv.jpg', 0, 'attachment', 'image/jpeg', 0),
(206, 1, '2012-01-12 10:59:14', '2012-01-12 10:59:14', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-12 10:59:14', '2012-01-12 10:59:14', '', 28, 'http://kamini.xthefrog.com/28-revision-11/', 0, 'revision', '', 0),
(207, 1, '2012-01-12 10:59:37', '2012-01-12 10:59:37', '<h3>At Kamini, we have a complete range of hair removal methods to suit every person. Our therapists use waxing, electrolysis and IPL.</h3>\r\n<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-12 10:59:37', '2012-01-12 10:59:37', '', 30, 'http://kamini.xthefrog.com/30-revision-14/', 0, 'revision', '', 0),
(208, 1, '2012-01-12 11:01:29', '2012-01-12 11:01:29', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-12 11:01:29', '2012-01-12 11:01:29', '', 32, 'http://kamini.xthefrog.com/32-revision-8/', 0, 'revision', '', 0),
(209, 1, '2012-01-12 11:00:07', '2012-01-12 11:00:07', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-12 11:00:07', '2012-01-12 11:00:07', '', 26, 'http://kamini.xthefrog.com/26-revision-9/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(210, 1, '2012-01-10 09:53:12', '2012-01-10 09:53:12', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-10 09:53:12', '2012-01-10 09:53:12', '', 34, 'http://kamini.xthefrog.com/34-revision-8/', 0, 'revision', '', 0),
(211, 1, '2012-01-10 10:26:39', '2012-01-10 10:26:39', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-10 10:26:39', '2012-01-10 10:26:39', '', 36, 'http://kamini.xthefrog.com/36-revision-9/', 0, 'revision', '', 0),
(212, 1, '2012-01-12 12:02:14', '2012-01-12 12:02:14', '', 'Kamini Gems', '', 'inherit', 'open', 'open', '', 'gems', '', '', '2012-01-12 12:02:14', '2012-01-12 12:02:14', '', 80, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/gems.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 1, '2012-01-10 09:08:29', '2012-01-10 09:08:29', 'content', 'Before & After', '', 'inherit', 'open', 'open', '', '80-revision-v1', '', '', '2012-01-10 09:08:29', '2012-01-10 09:08:29', '', 80, 'http://kamini.xthefrog.com/80-revision-2/', 0, 'revision', '', 0),
(214, 1, '2012-01-10 09:08:01', '2012-01-10 09:08:01', 'content', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-2', '', '', '2012-01-10 09:08:01', '2012-01-10 09:08:01', '', 76, 'http://kamini.xthefrog.com/76-revision-2/', 0, 'revision', '', 0),
(215, 1, '2012-01-10 09:08:15', '2012-01-10 09:08:15', 'content', 'Testimonials', '', 'inherit', 'open', 'open', '', '78-revision-v1', '', '', '2012-01-10 09:08:15', '2012-01-10 09:08:15', '', 78, 'http://kamini.xthefrog.com/78-revision-2/', 0, 'revision', '', 0),
(216, 1, '2012-01-12 12:28:57', '2012-01-12 12:28:57', 'Stubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\n<!--more-->\n\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\n\n<a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\n\n<em><strong>Best for</strong></em>\nBrunette moustachios.<em>\n\n<em><strong>How</strong></em>\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\n\n<em><strong>The lowdown</strong></em>\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\n\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\n\n\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-autosave-v1', '', '', '2012-01-12 12:28:57', '2012-01-12 12:28:57', '', 153, 'http://kamini.xthefrog.com/153-autosave/', 0, 'revision', '', 0),
(217, 1, '2012-01-10 11:59:52', '2012-01-10 11:59:52', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus pretium quam sed est dapibus molestie. Nam dui purus, venenatis vel malesuada in, pretium in augue. Duis et eros libero.<!--more--> Aliquam est elit, scelerisque eu interdum at, pharetra ut lacus. Integer id laoreet augue. Aliquam ornare tristique magna, a tincidunt quam lobortis non. In quis nisi quam. Curabitur et elit sed ligula pellentesque ultrices sit amet quis lacus. Fusce quis ipsum in nibh ultricies blandit. Vivamus libero velit, tincidunt sit amet pharetra non, gravida sollicitudin tortor. In in mauris ligula. Nulla mi felis, fringilla eget venenatis in, consectetur ut urna. Donec faucibus luctus laoreet. Sed nec nisi sit amet erat venenatis tincidunt. Donec mattis porttitor tortor, at tincidunt orci bibendum eget.\r\n\r\nNunc ante eros, condimentum ut ultricies at, fringilla ut est. Ut mollis sodales enim, eget cursus purus gravida sit amet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin nec nisl eu ipsum ornare lacinia. Nunc vel tortor erat, eu pharetra elit. Fusce id sapien a ante rutrum venenatis. Duis auctor elit nec dolor eleifend sit amet suscipit velit malesuada. In hac habitasse platea dictumst. Curabitur a est libero. Donec ultrices turpis eu nisl tempus congue.\r\n\r\nPraesent quis orci eget velit vestibulum tincidunt vel at odio. Nulla at enim id odio imperdiet vulputate. Maecenas ornare condimentum elit, id interdum velit suscipit a. Phasellus nunc neque, ullamcorper at consequat eu, posuere lobortis erat. Phasellus rhoncus libero vitae arcu aliquam luctus. Maecenas pharetra risus non massa egestas sed tincidunt tellus fermentum. Nulla laoreet leo id lorem consectetur adipiscing volutpat nisi pulvinar. Donec scelerisque ultricies viverra.\r\n\r\nQuisque placerat congue urna quis venenatis. Mauris semper dolor sed diam placerat tempor dictum metus dignissim. Sed aliquet aliquam tristique. Proin eleifend hendrerit luctus. Praesent bibendum, velit in gravida iaculis, eros lectus lacinia nulla, eu rutrum orci libero nec nisl. Sed et nulla lectus, consectetur fermentum enim. In eget facilisis erat. Curabitur eget nibh non nisl ornare ornare quis scelerisque sem. In at commodo arcu. Maecenas eget tempor nulla.\r\n\r\nMorbi fermentum diam quis augue commodo non congue ipsum molestie. Mauris vehicula eleifend interdum. Vivamus fringilla dui eu nunc pretium non viverra leo consectetur. Integer vehicula varius turpis, id laoreet sem tempor facilisis. Ut eu dolor augue. Curabitur dapibus blandit libero sit amet sollicitudin. Sed tempus rhoncus tincidunt. Sed non urna vel arcu vehicula tincidunt. Donec in pulvinar mi. Praesent eget sem metus, nec aliquam lacus. Etiam in enim velit. Mauris consectetur lectus sed lacus pellentesque vitae scelerisque nisl elementum. Sed suscipit dictum mauris ut tempus. ', 'First news article title', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-10 11:59:52', '2012-01-10 11:59:52', '', 153, 'http://kamini.xthefrog.com/153-revision-2/', 0, 'revision', '', 0),
(219, 1, '2012-01-12 12:23:25', '2012-01-12 12:23:25', 'Stubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n\r\n<!--more-->\r\n<div>\r\n<div>Facial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.</div>\r\n<div></div>\r\n</div>\r\n<div><a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong>Best for</strong></em>\r\n\r\n</div>\r\n<div>Brunette moustachios.<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n</div>\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:23:25', '2012-01-12 12:23:25', '', 153, 'http://kamini.xthefrog.com/153-revision-4/', 0, 'revision', '', 0),
(220, 1, '2012-01-12 12:27:39', '2012-01-12 12:27:39', 'Stubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n\r\n<!--more-->\r\n<div>\r\n<div>Facial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.</div>\r\n<div></div>\r\n</div>\r\n<div><a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em></div>\r\n<div></div>\r\n<div><em><strong>Best for</strong></em></div>\r\n<div>Brunette moustachios.<em><strong></strong></em></div>\r\n<div></div>\r\n<div><em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.</div>\r\n<div>\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n</div>\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:27:39', '2012-01-12 12:27:39', '', 153, 'http://kamini.xthefrog.com/153-revision-5/', 0, 'revision', '', 0),
(222, 1, '2012-01-12 12:35:09', '2012-01-12 12:35:09', '', 'Tatler article - The Last Beauty Taboo Features Kamini Beauty', '', 'inherit', 'open', 'open', '', 'tatler_cover_july_2011', '', '', '2012-01-12 12:35:09', '2012-01-12 12:35:09', '', 153, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2012-01-12 12:27:54', '2012-01-12 12:27:54', 'Stubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n\r\n<!--more-->\r\n<div>\r\n<div>Facial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div><a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em></div>\r\n<div></div>\r\n<div></div>\r\n<div><em><strong>Best for</strong></em></div>\r\n<div>Brunette moustachios.<em><strong></strong></em></div>\r\n<div></div>\r\n<div></div>\r\n<div><em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.</div>\r\n<div>\r\n\r\n \r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n</div>\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:27:54', '2012-01-12 12:27:54', '', 153, 'http://kamini.xthefrog.com/153-revision-6/', 0, 'revision', '', 0),
(223, 1, '2012-01-12 12:28:58', '2012-01-12 12:28:58', 'Stubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.<em>\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:28:58', '2012-01-12 12:28:58', '', 153, 'http://kamini.xthefrog.com/153-revision-7/', 0, 'revision', '', 0),
(224, 1, '2012-01-12 12:36:29', '2012-01-12 12:36:29', '', 'Tatler article - The Last Beauty Taboo Features Kamini Beauty', '', 'inherit', 'open', 'open', '', 'tatlertn', '', '', '2012-01-12 12:36:29', '2012-01-12 12:36:29', '', 153, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/tatlertn.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2012-01-12 12:35:36', '2012-01-12 12:35:36', '<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg" alt="Tatler article - The Last Beauty Taboo Features Kamini Beauty" title="Tatler article - The Last Beauty Taboo Features Kamini Beauty" width="303" height="400" class="alignleft size-full wp-image-222" />\r\nStubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.<em>\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:35:36', '2012-01-12 12:35:36', '', 153, 'http://kamini.xthefrog.com/153-revision-8/', 0, 'revision', '', 0),
(226, 1, '2012-01-12 12:36:40', '2012-01-12 12:36:40', '<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg" alt="Tatler article - The Last Beauty Taboo Features Kamini Beauty" title="Tatler article - The Last Beauty Taboo Features Kamini Beauty" width="303" height="400" class="alignleft size-full wp-image-222" />\r\nStubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.<em>\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:36:40', '2012-01-12 12:36:40', '', 153, 'http://kamini.xthefrog.com/153-revision-9/', 0, 'revision', '', 0),
(227, 1, '2012-01-12 12:42:19', '2012-01-12 12:42:19', 'Kamini Vaghela is consistently hailed by the beauty press as the best eyebrow threader in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img class="alignleft size-full wp-image-233" title="" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/©-Kamini1.jpg" alt="" width="528" height="320" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://www.kaminibeauty.com/products-services/products/sothys-products/">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\n<em>Extracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.</em>', 'London Beauty Salon Treatment Giveaway on Time Out', '', 'publish', 'closed', 'closed', '', 'london-beauty-salon-treatment-giveaway-on-time-out', '', '', '2015-01-22 12:03:15', '2015-01-22 12:03:15', '', 0, 'http://kamini.xthefrog.com/?p=227', 0, 'post', '', 0),
(228, 1, '2012-01-12 12:42:04', '2012-01-12 12:42:04', '', 'London Beauty Salon Treatment Giveaway on Time Out', '', 'inherit', 'open', 'open', '', 'timeout', '', '', '2012-01-12 12:42:04', '2012-01-12 12:42:04', '', 227, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/timeout.jpg', 0, 'attachment', 'image/jpeg', 0),
(229, 1, '2012-01-12 12:40:35', '2012-01-12 12:40:35', '', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-01-12 12:40:35', '2012-01-12 12:40:35', '', 227, 'http://kamini.xthefrog.com/227-revision/', 0, 'revision', '', 0),
(316, 1, '2012-01-25 06:26:33', '2012-01-25 06:26:33', 'Kamini Vaghela is consistently hailed by the beauty press as the best eyebrow threader in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\n\n<!--more-->\n\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\n<img class="alignleft size-full wp-image-233" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/©-Kamini1.jpg" alt="" width="528" height="320" />\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://kaminibeauty.com/products.htm">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\n\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\n\nVisit the link below and leave a comment for your chance to win:\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\n\n<em>Extracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.</em>', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-autosave-v1', '', '', '2012-01-25 06:26:33', '2012-01-25 06:26:33', '', 227, 'http://kamini.xthefrog.com/227-autosave/', 0, 'revision', '', 0),
(230, 1, '2012-01-12 12:42:19', '2012-01-12 12:42:19', 'Kamini Vaghela is consistently hailed by the beauty press as the <a href="http://kaminibeauty.com/treatments_threading.htm">best eyebrow threader</a> in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<div><img id="BLOGGER_PHOTO_ID_5633602716950431506" src="http://4.bp.blogspot.com/-T6BkWUK99Bg/Ti6T0q2BhxI/AAAAAAAAAB0/GmNYEdhgnL8/s400/beauty-salon-treatment-giveaway.jpg" alt="" border="0" /></div>\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://kaminibeauty.com/products.htm">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\nExtracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-01-12 12:42:19', '2012-01-12 12:42:19', '', 227, 'http://kamini.xthefrog.com/227-revision-2/', 0, 'revision', '', 0),
(231, 1, '2012-01-12 12:43:12', '2012-01-12 12:43:12', 'Kamini Vaghela is consistently hailed by the beauty press as the <a href="http://kaminibeauty.com/treatments_threading.htm">best eyebrow threader</a> in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img id="BLOGGER_PHOTO_ID_5633602716950431506" src="http://4.bp.blogspot.com/-T6BkWUK99Bg/Ti6T0q2BhxI/AAAAAAAAAB0/GmNYEdhgnL8/s400/beauty-salon-treatment-giveaway.jpg" alt="" border="0" style="float:left" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://kaminibeauty.com/products.htm">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\nExtracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-01-12 12:43:12', '2012-01-12 12:43:12', '', 227, 'http://kamini.xthefrog.com/227-revision-3/', 0, 'revision', '', 0),
(232, 1, '2012-01-12 12:43:28', '2012-01-12 12:43:28', 'Kamini Vaghela is consistently hailed by the beauty press as the <a href="http://kaminibeauty.com/treatments_threading.htm">best eyebrow threader</a> in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img id="BLOGGER_PHOTO_ID_5633602716950431506" src="http://4.bp.blogspot.com/-T6BkWUK99Bg/Ti6T0q2BhxI/AAAAAAAAAB0/GmNYEdhgnL8/s400/beauty-salon-treatment-giveaway.jpg" alt="" border="0" style="float:left;margin-right:20px" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://kaminibeauty.com/products.htm">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\nExtracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-01-12 12:43:28', '2012-01-12 12:43:28', '', 227, 'http://kamini.xthefrog.com/227-revision-4/', 0, 'revision', '', 0),
(235, 1, '2012-01-12 12:02:53', '2012-01-12 12:02:53', 'content', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-3', '', '', '2012-01-12 12:02:53', '2012-01-12 12:02:53', '', 76, 'http://kamini.xthefrog.com/76-revision-3/', 0, 'revision', '', 0),
(233, 1, '2012-01-12 12:44:28', '2012-01-12 12:44:28', '', '-Kamini1', '', 'inherit', 'open', 'open', '', 'kamini1', '', '', '2012-01-12 12:44:28', '2012-01-12 12:44:28', '', 227, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/©-Kamini1.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2012-01-12 12:43:58', '2012-01-12 12:43:58', 'Kamini Vaghela is consistently hailed by the beauty press as the <a href="http://kaminibeauty.com/treatments_threading.htm">best eyebrow threader</a> in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img id="BLOGGER_PHOTO_ID_5633602716950431506" src="http://4.bp.blogspot.com/-T6BkWUK99Bg/Ti6T0q2BhxI/AAAAAAAAAB0/GmNYEdhgnL8/s400/beauty-salon-treatment-giveaway.jpg" alt="" border="0" style="float:left;margin-right:20px" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://kaminibeauty.com/products.htm">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\n<em>Extracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.</em>', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-01-12 12:43:58', '2012-01-12 12:43:58', '', 227, 'http://kamini.xthefrog.com/227-revision-5/', 0, 'revision', '', 0),
(236, 1, '2012-01-12 13:25:49', '2012-01-12 13:25:49', 'content', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-4', '', '', '2012-01-12 13:25:49', '2012-01-12 13:25:49', '', 76, 'http://kamini.xthefrog.com/76-revision-4/', 0, 'revision', '', 0),
(237, 1, '2012-01-12 13:26:23', '2012-01-12 13:26:23', '<h3 id="invisible">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lobortis ipsum vitae lacus tristique eget gravida dolor dictum. Aliquam eros mauris, tempor nec accumsan nec, pretium eget elit.</h3>\r\n<div></div>\r\n<div>Proin convallis leo ut ligula eleifend tristique. Nunc tristique, tellus vel accumsan adipiscing, urna nisi consectetur mauris, rutrum accumsan ante lectus quis sapien. Vivamus hendrerit urna sed purus cursus ac egestas magna lobortis. In et nibh massa, eget fermentum enim. In hac habitasse platea dictumst. Ut eget metus eros, eget viverra erat. Aenean risus erat, venenatis ut sodales sed, lacinia id est. Nulla sit amet dignissim mauris. Donec iaculis venenatis est volutpat volutpat. In scelerisque congue felis, ut ultrices nibh egestas vel. Nulla porttitor mi ut dui feugiat laoreet. Donec non felis turpis, id lacinia enim. Pellentesque vitae mi felis, ut semper nisi.</div>\r\n<div id="invisible">\r\n\r\nSed rutrum lobortis elit. Suspendisse elementum leo pretium lacus placerat eget accumsan turpis dapibus. Duis purus leo, semper eu placerat ut, vulputate eget tellus. Phasellus gravida venenatis arcu, sit amet fringilla ante tincidunt non. Sed sem sem, venenatis in fermentum non, placerat nec mauris. Pellentesque tincidunt risus lacus. Aenean eu posuere quam. Nullam ac massa justo, in semper tortor. Pellentesque cursus urna eu massa fermentum id cursus purus elementum. Aenean iaculis consectetur lorem porttitor luctus.\r\n\r\n</div>', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-5', '', '', '2012-01-12 13:26:23', '2012-01-12 13:26:23', '', 76, 'http://kamini.xthefrog.com/76-revision-5/', 0, 'revision', '', 0),
(308, 1, '2012-01-24 15:15:08', '2012-01-24 15:15:08', 'As a company, we are embracing the wonders of social media and we encourage you to interact with us on <a href="http://twitter.com/KaminiBeauty" target="_blank">Twitter</a>, on our <a href="http://www.facebook.com/KaminiBeauty" target="_blank">Facebook Page</a> and on our <a href="http://kaminibeauty.blogspot.com/" target="_blank">blog</a>. Alternatively, feel free to use the form below. Tell us your thoughts - give us your feedback, and don''t forget to Check In on <a href="https://foursquare.com/v/kamini-beauty-salon/4e5f99b7cc3f146e992e3f84" target="_blank">Foursquare</a> next time you visit us.', 'Post your favourite beauty tips.', '', 'publish', 'open', 'open', '', 'post-your-favourite-beauty-tips', '', '', '2012-02-13 04:33:15', '2012-02-13 04:33:15', '', 0, 'http://kamini.xthefrog.com/?p=308', 0, 'post', '', 1),
(309, 1, '2012-01-24 15:14:47', '2012-01-24 15:14:47', '', 'Post your favourite beauty tips.', '', 'inherit', 'open', 'open', '', '308-revision', '', '', '2012-01-24 15:14:47', '2012-01-24 15:14:47', '', 308, 'http://kamini.xthefrog.com/308-revision/', 0, 'revision', '', 0),
(310, 1, '2012-01-24 15:25:08', '2012-01-24 15:25:08', '', 'Latest News & Reviews', '', 'publish', 'open', 'open', '', 'latest-news-reviews-2', '', '', '2012-02-15 10:34:50', '2012-02-15 10:34:50', '', 0, 'http://kamini.xthefrog.com/?p=310', 3, 'nav_menu_item', '', 0),
(363, 1, '2012-03-13 07:42:57', '2012-03-13 07:42:57', '', 'Home Candles', '', 'inherit', 'open', 'open', '', '01', '', '', '2012-03-13 07:42:57', '2012-03-13 07:42:57', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg', 0, 'attachment', 'image/jpeg', 0),
(899, 1, '2012-01-12 15:06:41', '2012-01-12 15:06:41', '[promoslider]', 'Testimonials', '', 'inherit', 'open', 'open', '', '78-revision-v1', '', '', '2012-01-12 15:06:41', '2012-01-12 15:06:41', '', 78, 'http://localhost/Kamini/78-revision-v1/', 0, 'revision', '', 0),
(900, 1, '2012-01-10 07:29:13', '2012-01-10 07:29:13', 'content', 'Products & Services', '', 'inherit', 'open', 'open', '', '8-revision-v1', '', '', '2012-01-10 07:29:13', '2012-01-10 07:29:13', '', 8, 'http://localhost/Kamini/8-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(901, 1, '2012-03-27 07:50:58', '2012-03-27 07:50:58', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-27 07:50:58', '2012-03-27 07:50:58', '', 294, 'http://localhost/Kamini/294-revision-v1/', 0, 'revision', '', 0),
(689, 1, '2012-02-13 04:34:28', '2012-02-13 04:34:28', '<h3 id="invisible">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id est vitae nisl vehicula lobortis sed at risus.</h3>\r\nDuis congue dapibus mauris, quis pulvinar dui consequat sed. Sed gravida, nisl ac commodo semper, turpis nisi dictum sapien, nec tempus nisi justo in turpis. Maecenas turpis ante, auctor eu volutpat id, euismod tempor dui.', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-13', '', '', '2012-02-13 04:34:28', '2012-02-13 04:34:28', '', 76, 'http://kamini.xthefrog.com/76-revision-13/', 0, 'revision', '', 0),
(690, 1, '2012-03-23 01:33:59', '2012-03-23 01:33:59', '', 'Book of Secrets', '', 'inherit', 'open', 'open', '', 'gemshead', '', '', '2012-03-23 01:33:59', '2012-03-23 01:33:59', '', 76, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/gemshead.jpg', 0, 'attachment', 'image/jpeg', 0),
(691, 1, '2012-03-23 01:27:48', '2012-03-23 01:27:48', '<h3 id="invisible">Kamini''s favourite beauty tips.</h3>\r\nAs a company, we are embracing the wonders of social media and we encourage you to interact with us on <a href="http://twitter.com/KaminiBeauty" target="_blank">Twitter,</a> on our <a href="http://www.facebook.com/KaminiBeauty" target="_blank">Facebook Page</a> and on our <a href="http://kaminibeauty.blogspot.com/" target="_blank">blog.</a> Give us your feedback, tell us your thoughts and share your top beauty hints and tips. The ones chosen by Kamini will be displayed on this page with lots of great prizes on offer. ', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-14', '', '', '2012-03-23 01:27:48', '2012-03-23 01:27:48', '', 76, 'http://kamini.xthefrog.com/76-revision-14/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(692, 1, '2012-03-21 02:52:28', '2012-03-21 02:52:28', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-21 02:52:28', '2012-03-21 02:52:28', '', 416, 'http://kamini.xthefrog.com/416-revision-32/', 0, 'revision', '', 0),
(238, 1, '2012-01-12 13:57:22', '2012-01-12 13:57:22', '<h3 id="invisible">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lobortis ipsum vitae lacus tristique eget gravida dolor dictum. Aliquam eros mauris, tempor nec accumsan nec, pretium eget elit.</h3>\r\n<div></div>\r\n<div>Proin convallis leo ut ligula eleifend tristique. Nunc tristique, tellus vel accumsan adipiscing, urna nisi consectetur mauris, rutrum accumsan ante lectus quis sapien. Vivamus hendrerit urna sed purus cursus ac egestas magna lobortis. In et nibh massa, eget fermentum enim. In hac habitasse platea dictumst. Ut eget metus eros, eget viverra erat. Aenean risus erat, venenatis ut sodales sed, lacinia id est. Nulla sit amet dignissim mauris. Donec iaculis venenatis est volutpat volutpat. In scelerisque congue felis, ut ultrices nibh egestas vel. Nulla porttitor mi ut dui feugiat laoreet. Donec non felis turpis, id lacinia enim. Pellentesque vitae mi felis, ut semper nisi.</div>\r\n<div id="invisible">\r\n\r\nSed rutrum lobortis elit. Suspendisse elementum leo pretium lacus placerat eget accumsan turpis dapibus. Duis purus leo, semper eu placerat ut, vulputate eget tellus. Phasellus gravida venenatis arcu, sit amet fringilla ante tincidunt non. Sed sem sem, venenatis in fermentum non, placerat nec mauris. Pellentesque tincidunt risus lacus. Aenean eu posuere quam. Nullam ac massa justo, in semper tortor. Pellentesque cursus urna eu massa fermentum id cursus purus elementum. Aenean iaculis consectetur lorem porttitor luctus.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis cursus neque eget ullamcorper. Integer non nunc eu libero vestibulum condimentum eu eget arcu. Vestibulum vel dui lacus. Suspendisse vestibulum hendrerit est, in elementum enim facilisis non. Praesent dignissim dolor eu eros vehicula malesuada volutpat elit pellentesque. Proin quam tortor, molestie sed vulputate et, vestibulum ut turpis. Ut blandit posuere tellus, vel fermentum ligula scelerisque nec. Sed semper nisi eu mauris sagittis ut ornare ligula ultricies. Fusce sagittis scelerisque aliquam. Donec nec magna purus. Morbi at nunc tellus, non vehicula mauris.\r\n\r\nPhasellus accumsan adipiscing orci id aliquam.Sed auctor, dui vel tempus pretium, sapien odio dapibus massa, rutrum congue elit massa vitae felis. Ut vitae turpis lectus. Sed egestas sem sem, id sollicitudin lectus. Phasellus ut velit nunc, ac pretium enim. Aenean sollicitudin dictum ante, quis accumsan leo mollis bibendum. Integer augue est, aliquam id mollis a, sodales molestie nibh. Vestibulum ac lobortis elit. Aliquam erat volutpat. Aenean accumsan vestibulum metus quis varius. Aliquam eget urna scelerisque sapien porta fermentum ac lobortis nulla. Nullam ultricies enim et arcu ornare rutrum. Proin scelerisque ipsum at ipsum fermentum malesuada. Pellentesque dapibus lectus at massa suscipit vitae pellentesque ipsum convallis. Nullam commodo ante mauris, a ornare magna. Aliquam eget tortor at arcu mollis pretium at a nunc.\r\n\r\n</div>', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-6', '', '', '2012-01-12 13:57:22', '2012-01-12 13:57:22', '', 76, 'http://kamini.xthefrog.com/76-revision-6/', 0, 'revision', '', 0),
(240, 1, '2012-01-12 11:24:03', '2012-01-12 11:24:03', '<h3><em>Kamini Beauty,</em> named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-8', '', '', '2012-01-12 11:24:03', '2012-01-12 11:24:03', '', 100, 'http://kamini.xthefrog.com/100-revision-8/', 0, 'revision', '', 0),
(241, 1, '2012-01-12 15:05:54', '2012-01-12 15:05:54', '', '', 'Just simply amazing… I wish I discovered Kamini years ago!”', 'publish', 'closed', 'closed', '', 'quote-1', '', '', '2012-01-12 18:52:56', '2012-01-12 18:52:56', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=241', 0, 'ps_promotion', '', 0),
(242, 1, '2012-01-12 12:03:23', '2012-01-12 12:03:23', 'content', 'Testimonials', '', 'inherit', 'open', 'open', '', '78-revision-v1', '', '', '2012-01-12 12:03:23', '2012-01-12 12:03:23', '', 78, 'http://kamini.xthefrog.com/78-revision-3/', 0, 'revision', '', 0),
(243, 1, '2012-01-12 15:07:37', '2012-01-12 15:07:37', '', 'PM', 'Thank you, thank you, thank you! You have given me fantastic looking eyebrows. Your technique is very special – I don’t need to pluck between appointments, and my eyebrows grow back in a controlled and shapely way. Also the re-growth time has been greatly improved. Thank you – your are an artist! ”', 'publish', 'closed', 'closed', '', 'pm', '', '', '2012-01-12 18:53:36', '2012-01-12 18:53:36', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=243', 0, 'ps_promotion', '', 0),
(255, 1, '2012-01-12 18:57:05', '2012-01-12 18:57:05', '', 'ND', 'What can I say you are the eighth wonder of the world, as far as I am concerned. I came to you in desperation with wild uncontrollable eyebrows, you encouraged me to trust you and with your skilled technique you have transformed them into perfectly manicured eyebrows any woman would be proud of! Especially me! I will always be grateful to you, as without you, I dread to think what they would have ended up like in 4 years time. Thanks always.”', 'publish', 'closed', 'closed', '', 'nd', '', '', '2012-01-12 18:57:05', '2012-01-12 18:57:05', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=255', 0, 'ps_promotion', '', 0),
(808, 1, '2012-01-10 07:28:51', '2012-01-10 07:28:51', 'content', 'About Us', '', 'inherit', 'open', 'open', '', '6-revision-v1', '', '', '2012-01-10 07:28:51', '2012-01-10 07:28:51', '', 6, 'http://www.kaminibeauty.com/6-revision-2/', 0, 'revision', '', 0),
(809, 1, '2013-11-16 16:16:43', '2013-11-16 16:16:43', '', 'Copy of IMG_3304', '', 'inherit', 'open', 'open', '', 'copy-of-img_3304', '', '', '2013-11-16 16:16:43', '2013-11-16 16:16:43', '', 45, 'http://www.kaminibeauty.com/wp-content/uploads/2012/01/Copy-of-IMG_3304.jpg', 0, 'attachment', 'image/jpeg', 0),
(245, 1, '2012-01-12 15:42:57', '2012-01-12 15:42:57', '', 'CH', 'Fantastic shape eyebrows – last came March 06 – I haven’t had to touch them in 8 months! Many thanks”', 'publish', 'closed', 'closed', '', 'ch', '', '', '2012-01-12 18:54:47', '2012-01-12 18:54:47', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=245', 0, 'ps_promotion', '', 0),
(244, 1, '2012-01-12 15:42:23', '2012-01-12 15:42:23', '', 'DG', 'As far as I am concerned – you “make magic”! I came to you with fear and scepticism; six months later, the tweezers have been long buried away and my eyebrows now have a shape!! You have a wonderful talent, I am grateful, for it is now 6 weeks between my appointments! Thank you Kamini.”\r\n', 'publish', 'closed', 'closed', '', 'dg', '', '', '2012-01-12 18:54:16', '2012-01-12 18:54:16', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=244', 0, 'ps_promotion', '', 0),
(253, 1, '2012-01-12 18:56:15', '2012-01-12 18:56:15', '', 'ADW', 'Its been years since I last plucked and it truly has payed off. When I first started I was seeing Kamini every three weeks and now I can go almost six weeks before coming back! Now even strangers compliment me on my eyebrows! Plus seeing Kamini every now and then is something I always look forward to because she’s MAD!!! Thank you Kamini!”\r\n', 'publish', 'closed', 'closed', '', 'adw', '', '', '2012-01-12 18:56:15', '2012-01-12 18:56:15', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=253', 0, 'ps_promotion', '', 0),
(246, 1, '2012-01-12 11:49:27', '2012-01-12 11:49:27', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-12 11:49:27', '2012-01-12 11:49:27', '', 32, 'http://kamini.xthefrog.com/32-revision-9/', 0, 'revision', '', 0),
(251, 1, '2012-01-12 18:55:25', '2012-01-12 18:55:25', '', 'C', 'Everyone should listen to you and do exactly as you say! I did and for the last 3 years I haven’t had to pluck my eyebrows and only have to visit every 8 months – July 05 then March 06 now Dec 06….. Fabulous! Thank you.”\r\n\r\n', 'publish', 'closed', 'closed', '', 'c', '', '', '2012-01-12 18:55:25', '2012-01-12 18:55:25', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=251', 0, 'ps_promotion', '', 0),
(252, 1, '2012-01-12 18:55:44', '2012-01-12 18:55:44', '', 'M', 'You really are the queen of eyebrows!! My eyebrows have never looked so good! Thank you so much! ”', 'publish', 'closed', 'closed', '', 'm', '', '', '2012-01-12 18:55:44', '2012-01-12 18:55:44', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=252', 0, 'ps_promotion', '', 0),
(249, 1, '2012-01-12 11:50:28', '2012-01-12 11:50:28', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum erat ac turpis varius varius fringilla massa bibendum. <!--more-->Proin suscipit viverra ante, at adipiscing odio sodales dictum. Proin porta leo scelerisque sem varius a porttitor ante lobortis. In dolor diam, viverra a elementum a, semper et elit. Aenean scelerisque felis eu odio ultrices facilisis. In turpis leo, scelerisque non gravida vitae, rhoncus quis erat. Maecenas id velit sapien. Maecenas pharetra elit id ligula convallis interdum. Integer congue molestie condimentum. In egestas est id nulla eleifend pretium interdum nunc vestibulum.Integer id nibh non nibh porta aliquet. Pellentesque tincidunt auctor urna, et placerat ante adipiscing ac. Vivamus auctor eros eget enim accumsan egestas rutrum quis tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur magna odio, ultricies ut accumsan vel, pretium nec eros. Nulla ultricies porta viverra. Vivamus sed nisi ligula. Proin semper, mi non convallis auctor, eros nibh laoreet nibh, a pulvinar elit tortor at metus. Duis posuere velit id sapien vulputate gravida. Nulla fringilla, enim sed tristique cursus, nibh tortor ultricies dolor, vitae faucibus augue quam id massa.\r\n\r\nDonec id sapien non velit fringilla porta. Donec venenatis fermentum vehicula. Maecenas pellentesque sem eu sapien vulputate feugiat. Cras rhoncus, magna sed ornare faucibus, ligula tellus eleifend lorem, nec malesuada nibh ligula convallis est. Curabitur elementum sem justo, sed faucibus nibh. Fusce posuere dictum pharetra. Cras in iaculis ante. Pellentesque blandit facilisis enim, sed bibendum magna condimentum in. Curabitur lorem orci, luctus vitae aliquet ut, accumsan non nibh. Aliquam a libero turpis, ac interdum odio. Nullam a nisl nulla. Suspendisse cursus suscipit faucibus. Curabitur id nulla lectus, a eleifend ipsum. Sed facilisis mollis quam, in volutpat augue elementum vitae. Proin at dictum sem.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-12 11:50:28', '2012-01-12 11:50:28', '', 36, 'http://kamini.xthefrog.com/36-revision-10/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(256, 1, '2012-01-12 18:57:27', '2012-01-12 18:57:27', '', 'OW', 'I think Mrs Vaghela’s technique is brilliant. She can transform peoples looks dramatically! Her methods are almost painless and dramatically controlled. She and her method are marvellous and unique.”\r\n', 'publish', 'closed', 'closed', '', 'ow', '', '', '2012-01-12 18:57:27', '2012-01-12 18:57:27', '', 0, 'http://kamini.xthefrog.com/?post_type=ps_promotion&p=256', 0, 'ps_promotion', '', 0),
(257, 1, '2012-01-24 06:53:05', '2012-01-24 06:53:05', '', 'About Us', '', 'publish', 'open', 'open', '', 'about-us-2', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=257', 2, 'nav_menu_item', '', 0),
(258, 1, '2012-01-24 06:53:05', '2012-01-24 06:53:05', '', 'Products & Services', '', 'publish', 'open', 'open', '', 'products-services-2', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=258', 7, 'nav_menu_item', '', 0),
(260, 1, '2012-01-24 06:53:06', '2012-01-24 06:53:06', '', 'Kamini Gems', '', 'publish', 'open', 'open', '', 'kamini-gems-2', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=260', 20, 'nav_menu_item', '', 0),
(266, 1, '2012-01-24 06:55:49', '2012-01-24 06:55:49', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\r\n \r\n\r\n<strong>\r\n</strong>', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-24 06:55:49', '2012-01-24 06:55:49', '', 74, 'http://kamini.xthefrog.com/74-revision-7/', 0, 'revision', '', 0),
(267, 1, '2012-01-12 13:57:33', '2012-01-12 13:57:33', '<h3 id="invisible">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lobortis ipsum vitae lacus tristique eget gravida dolor dictum. Aliquam eros mauris, tempor nec accumsan nec, pretium eget elit.</h3>\r\n<div></div>\r\n<div>Proin convallis leo ut ligula eleifend tristique. Nunc tristique, tellus vel accumsan adipiscing, urna nisi consectetur mauris, rutrum accumsan ante lectus quis sapien. Vivamus hendrerit urna sed purus cursus ac egestas magna lobortis. In et nibh massa, eget fermentum enim. In hac habitasse platea dictumst. Ut eget metus eros, eget viverra erat. Aenean risus erat, venenatis ut sodales sed, lacinia id est. Nulla sit amet dignissim mauris. Donec iaculis venenatis est volutpat volutpat. In scelerisque congue felis, ut ultrices nibh egestas vel. Nulla porttitor mi ut dui feugiat laoreet. Donec non felis turpis, id lacinia enim. Pellentesque vitae mi felis, ut semper nisi.</div>\r\n<div id="invisible">\r\n\r\nSed rutrum lobortis elit. Suspendisse elementum leo pretium lacus placerat eget accumsan turpis dapibus. Duis purus leo, semper eu placerat ut, vulputate eget tellus. Phasellus gravida venenatis arcu, sit amet fringilla ante tincidunt non. Sed sem sem, venenatis in fermentum non, placerat nec mauris. Pellentesque tincidunt risus lacus. Aenean eu posuere quam. Nullam ac massa justo, in semper tortor. Pellentesque cursus urna eu massa fermentum id cursus purus elementum. Aenean iaculis consectetur lorem porttitor luctus.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis cursus neque eget ullamcorper. Integer non nunc eu libero vestibulum condimentum eu eget arcu. Vestibulum vel dui lacus. Suspendisse vestibulum hendrerit est, in elementum enim facilisis non. Praesent dignissim dolor eu eros vehicula malesuada volutpat elit pellentesque. Proin quam tortor, molestie sed vulputate et, vestibulum ut turpis. Ut blandit posuere tellus, vel fermentum ligula scelerisque nec. Sed semper nisi eu mauris sagittis ut ornare ligula ultricies. Fusce sagittis scelerisque aliquam. Donec nec magna purus. Morbi at nunc tellus, non vehicula mauris.\r\n\r\nPhasellus accumsan adipiscing orci id aliquam.Sed auctor, dui vel tempus pretium, sapien odio dapibus massa, rutrum congue elit massa vitae felis. Ut vitae turpis lectus. Sed egestas sem sem, id sollicitudin lectus. Phasellus ut velit nunc, ac pretium enim. Aenean sollicitudin dictum ante, quis accumsan leo mollis bibendum. Integer augue est, aliquam id mollis a, sodales molestie nibh. Vestibulum ac lobortis elit. Aliquam erat volutpat. Aenean accumsan vestibulum metus quis varius. Aliquam eget urna scelerisque sapien porta fermentum ac lobortis nulla. Nullam ultricies enim et arcu ornare rutrum. Proin scelerisque ipsum at ipsum fermentum malesuada.\r\n\r\n</div>', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-7', '', '', '2012-01-12 13:57:33', '2012-01-12 13:57:33', '', 76, 'http://kamini.xthefrog.com/76-revision-7/', 0, 'revision', '', 0),
(268, 1, '2012-01-24 07:03:10', '2012-01-24 07:03:10', '<h3>The CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections.</h3>\r\n<h3><!--more-->\r\nIs it for me?</h3>\r\nHave you always dreamt of a non-surgical face lift? Do those wrinkles, double chin, flat skin and eye bags get in the way of your confidence? Are you always tempted to photoshop them from pictures?\r\n\r\nWe offer a professional Facial called CACI that is the ultimate answer for you and shall photoshop these imperfections away from your life!\r\n<h3>What does it do?</h3>\r\nIt aids in collagen secretion – a natural protein that degrades in the human skin over time, leading to sagging skin, fine lines and wrinkles. The treatment promotes skin cell turnover – which means a new layer of skin is revealed after every session and also increases blood flow to the facial skin.\r\n\r\nBringing back original skin structure and volume that allows skin to spring back to youth and appear supple and plump. The facial also constitutes of Microdermabrasion – that not only ensures constant shedding of dead skin cells to replace them with younger looking skin but also fades the appearance of blemishes, acne scars and mild pigmentation.\r\n<h3>How does it work?</h3>\r\nUsing a bunch of fancy gadgets namely the ‘wrinkle comb’, ‘electro buds’, ‘microcurrent rollers’ in combination with professional facial techniques such as a charged hylauronic gel mask, low frequency electrical impulses and LED light therapy to rejuvenate and reveal a fresh layer of skin and tone & plump the facial muscles.\r\n\r\nThe treatment is suitable for the Eyes, face and body. We can create a bespoke treatment for you depending on the area of the face/body you want treated.\r\n<div style="padding-bottom: 30px;" align="center"><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a></div>', 'CACI Ultimate', '', 'publish', 'closed', 'closed', '', 'caci-ultimate', '', '', '2015-01-22 12:26:18', '2015-01-22 12:26:18', '', 8, 'http://kamini.xthefrog.com/?page_id=268', 0, 'page', '', 0),
(269, 1, '2012-01-24 07:02:38', '2012-01-24 07:02:38', '', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-01-24 07:02:38', '2012-01-24 07:02:38', '', 268, 'http://kamini.xthefrog.com/268-revision/', 0, 'revision', '', 0),
(270, 1, '2012-01-24 07:03:28', '2012-01-24 07:03:28', ' ', '', '', 'publish', 'open', 'open', '', '270', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=270', 13, 'nav_menu_item', '', 0),
(271, 1, '2014-03-27 16:51:40', '2014-03-27 16:51:40', '<h3>The CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections.</h3>\n<h3><!--more-->\nIs it for me?</h3>\nHave you always dreamt of a non-surgical face lift? Do those wrinkles, double chin, flat skin and eye bags get in the way of your confidence? Are you always tempted to photoshop them from pictures?\n\nWe offer a professional Facial called CACI that is the ultimate answer for you and shall photoshop these imperfections away from your life!\n<h3>What does it do?</h3>\nIt aids in collagen secretion – a natural protein that degrades in the human skin over time, leading to sagging skin, fine lines and wrinkles. The treatment promotes skin cell turnover – which means a new layer of skin is revealed after every session and also increases blood flow to the facial skin.\n\nBringing back original skin structure and volume that allows skin to spring back to youth and appear supple and plump. The facial also constitutes of Microdermabrasion – that not only ensures constant shedding of dead skin cells to replace them with younger looking skin but also fades the appearance of blemishes, acne scars and mild pigmentation.\n<h3>How does it work?</h3>\nUsing a bunch of fancy gadgets namely the ‘wrinkle comb’, ‘electro buds’, ‘microcurrent rollers’ in combination with professional facial techniques such as a charged hylauronic gel mask, low frequency electrical impulses and LED light therapy to rejuvenate and reveal a fresh layer of skin and tone & plump the facial muscles.\n\nThe treatment is suitable for the Eyes, face and body. We can create a bespoke treatment for you depending on the area of the face/body you want treated.\n<div style="padding-bottom: 30px;" align="center"><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a></div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-autosave-v1', '', '', '2014-03-27 16:51:40', '2014-03-27 16:51:40', '', 268, 'http://kamini.xthefrog.com/268-autosave/', 0, 'revision', '', 0),
(272, 1, '2012-01-24 07:03:10', '2012-01-24 07:03:10', '', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-01-24 07:03:10', '2012-01-24 07:03:10', '', 268, 'http://kamini.xthefrog.com/268-revision-2/', 0, 'revision', '', 0),
(273, 1, '2012-01-24 07:06:55', '2012-01-24 07:06:55', 'The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:\r\n\r\n· Fine lines and wrinkles\r\n\r\n· Dull or Blemished skin\r\n\r\n· Dehydration and sun damaged skin\r\n\r\n· Eye bags and over-hanging eye lids\r\n\r\n· Sagging jowls and double chins\r\n\r\n· Gives a softer, radiant and youthful appearance\r\n\r\n· Skin Rejuvenation / scars and stretch mark\r\n\r\nWHAT IS CACI ‘ULTIMATE’\r\n\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-01-24 07:06:55', '2012-01-24 07:06:55', '', 268, 'http://kamini.xthefrog.com/268-revision-3/', 0, 'revision', '', 0),
(275, 1, '2012-01-12 18:48:31', '2012-01-12 18:48:31', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-12 18:48:31', '2012-01-12 18:48:31', '', 36, 'http://kamini.xthefrog.com/36-revision-12/', 0, 'revision', '', 0),
(274, 1, '2012-01-24 07:07:32', '2012-01-24 07:07:32', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n\r\n· Dull or Blemished skin\r\n\r\n· Dehydration and sun damaged skin\r\n\r\n· Eye bags and over-hanging eye lids\r\n\r\n· Sagging jowls and double chins\r\n\r\n· Gives a softer, radiant and youthful appearance\r\n\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-01-24 07:07:32', '2012-01-24 07:07:32', '', 268, 'http://kamini.xthefrog.com/268-revision-4/', 0, 'revision', '', 0),
(276, 1, '2012-01-24 07:08:56', '2012-01-24 07:08:56', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments:</h3>\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:08:56', '2012-01-24 07:08:56', '', 36, 'http://kamini.xthefrog.com/36-revision-13/', 0, 'revision', '', 0),
(277, 1, '2012-01-24 07:16:44', '2012-01-24 07:16:44', '', 'logos', '', 'inherit', 'open', 'open', '', 'logos', '', '', '2012-01-24 07:16:44', '2012-01-24 07:16:44', '', 36, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png', 0, 'attachment', 'image/png', 0),
(278, 1, '2012-01-24 07:09:06', '2012-01-24 07:09:06', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments</h3>\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:09:06', '2012-01-24 07:09:06', '', 36, 'http://kamini.xthefrog.com/36-revision-14/', 0, 'revision', '', 0),
(279, 1, '2012-01-24 07:16:56', '2012-01-24 07:16:56', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:16:56', '2012-01-24 07:16:56', '', 36, 'http://kamini.xthefrog.com/36-revision-15/', 0, 'revision', '', 0),
(280, 1, '2012-01-24 07:18:35', '2012-01-24 07:18:35', '', 'MRF20E Swan Brochure - low res', '', 'inherit', 'open', 'open', '', 'mrf20e-swan-brochure-low-res', '', '', '2012-01-24 07:18:35', '2012-01-24 07:18:35', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf', 0, 'attachment', 'application/pdf', 0),
(281, 1, '2012-01-24 07:18:37', '2012-01-24 07:18:37', '', 'Swanposter', '', 'inherit', 'open', 'open', '', 'swanposter', '', '', '2012-01-24 07:18:37', '2012-01-24 07:18:37', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/Swanposter.pdf', 0, 'attachment', 'application/pdf', 0),
(282, 1, '2012-01-24 07:17:22', '2012-01-24 07:17:22', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border:0" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:17:22', '2012-01-24 07:17:22', '', 36, 'http://kamini.xthefrog.com/36-revision-16/', 0, 'revision', '', 0),
(302, 1, '2012-01-24 15:06:04', '2012-01-24 15:06:04', '', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-01-24 15:06:04', '2012-01-24 15:06:04', '', 301, 'http://kamini.xthefrog.com/301-revision/', 0, 'revision', '', 0),
(283, 1, '2012-01-24 07:19:53', '2012-01-24 07:19:53', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a>\r\n\r\n<a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a>', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:19:53', '2012-01-24 07:19:53', '', 36, 'http://kamini.xthefrog.com/36-revision-17/', 0, 'revision', '', 0),
(284, 1, '2012-01-24 07:20:28', '2012-01-24 07:20:28', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a>', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:20:28', '2012-01-24 07:20:28', '', 36, 'http://kamini.xthefrog.com/36-revision-18/', 0, 'revision', '', 0),
(285, 1, '2012-01-24 07:20:39', '2012-01-24 07:20:39', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n<p style="text-align: right;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:20:39', '2012-01-24 07:20:39', '', 36, 'http://kamini.xthefrog.com/36-revision-19/', 0, 'revision', '', 0),
(301, 1, '2012-01-24 15:06:34', '2012-01-24 15:06:34', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n<h3>Is it for me?</h3>\r\nIf you have always wanted a svelte bikini body, a flat torso, toned arms and smooth thighs minus the cellulite and without going under the knife, then this virtually painless (in fact relaxing) cellulite reducing and body contouring treatment is ideal for you!\r\n\r\nGet excited to shop for the otherwise dreaded swimwear as we promise to leave you motivated to do so. Those hard to lose bingo wings and stubborn stretch marks will never be a hindrance again.\r\n<h3>What does it do?</h3>\r\nIt is not a weight loss treatment however by clinically making the appearance of the skin on the body flawless, tight, contoured and youthful, we aim to provide more or less similar results of a good workout session and a well thought out diet within just a couple of sessions.\r\n<h3>How does it work?</h3>\r\nJust like facial skin, the skin on the body also suffers from depleting level of collagen and micro-circulation over the number of years. Magnetic pulses and radio waves penetrate multiple layers of the skin via this treatment, raise the body’s temperature and encourage the production of collagen and dermal fibroblasts consequently improving skin’s elasticity and blood circulation.\r\n\r\nVisible results will of course be seen after just one treatment but will also continue to show improvement over the period of weeks as collagen continues to grow. We recommend 6-8 sessions for maximum benefit.\r\n<p style="text-align: center;"><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'publish', 'closed', 'closed', '', 'venus-swan', '', '', '2015-01-22 12:25:05', '2015-01-22 12:25:05', '', 8, 'http://kamini.xthefrog.com/?page_id=301', 0, 'page', '', 0),
(286, 1, '2012-01-12 11:32:36', '2012-01-12 11:32:36', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-4', '', '', '2012-01-12 11:32:36', '2012-01-12 11:32:36', '', 68, 'http://kamini.xthefrog.com/68-revision-4/', 0, 'revision', '', 0),
(287, 1, '2012-01-24 07:40:33', '2012-01-24 07:40:33', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n[gravity form id="1"]', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-5', '', '', '2012-01-24 07:40:33', '2012-01-24 07:40:33', '', 68, 'http://kamini.xthefrog.com/68-revision-5/', 0, 'revision', '', 0),
(288, 1, '2012-01-24 07:40:41', '2012-01-24 07:40:41', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n[gravityform id="1"]', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-6', '', '', '2012-01-24 07:40:41', '2012-01-24 07:40:41', '', 68, 'http://kamini.xthefrog.com/68-revision-6/', 0, 'revision', '', 0),
(289, 1, '2012-01-24 07:59:55', '2012-01-24 07:59:55', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n<div style="float:left;margin-right:50px;width:450px">\r\n\r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:20px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-7', '', '', '2012-01-24 07:59:55', '2012-01-24 07:59:55', '', 68, 'http://kamini.xthefrog.com/68-revision-7/', 0, 'revision', '', 0),
(290, 1, '2012-01-24 08:00:44', '2012-01-24 08:00:44', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n<div style="float:left;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:20px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-8', '', '', '2012-01-24 08:00:44', '2012-01-24 08:00:44', '', 68, 'http://kamini.xthefrog.com/68-revision-8/', 0, 'revision', '', 0),
(291, 1, '2012-01-24 08:01:05', '2012-01-24 08:01:05', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n<div style="float:left;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:20px;width:450px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-9', '', '', '2012-01-24 08:01:05', '2012-01-24 08:01:05', '', 68, 'http://kamini.xthefrog.com/68-revision-9/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(292, 1, '2012-01-24 08:01:22', '2012-01-24 08:01:22', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n<div style="float:left;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:20px;width:450px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-10', '', '', '2012-01-24 08:01:22', '2012-01-24 08:01:22', '', 68, 'http://kamini.xthefrog.com/68-revision-10/', 0, 'revision', '', 0),
(293, 1, '2012-01-24 08:02:33', '2012-01-24 08:02:33', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n<div style="float:left;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:50px;width:450px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-11', '', '', '2012-01-24 08:02:33', '2012-01-24 08:02:33', '', 68, 'http://kamini.xthefrog.com/68-revision-11/', 0, 'revision', '', 0),
(294, 1, '2012-01-24 08:08:14', '2012-01-24 08:08:14', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'publish', 'closed', 'closed', '', 'more-products', '', '', '2015-01-22 13:52:17', '2015-01-22 13:52:17', '', 412, 'http://kamini.xthefrog.com/?page_id=294', 0, 'page', '', 0),
(704, 1, '2012-03-19 11:35:35', '2012-03-19 11:35:35', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">click here to read the full article</a>)\r\n', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2012-03-19 11:35:35', '2012-03-19 11:35:35', '', 618, 'http://www.kaminibeauty.com/618-revision-4/', 0, 'revision', '', 0),
(295, 1, '2012-01-24 08:07:49', '2012-01-24 08:07:49', '', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-01-24 08:07:49', '2012-01-24 08:07:49', '', 294, 'http://kamini.xthefrog.com/294-revision/', 0, 'revision', '', 0),
(296, 1, '2012-01-24 08:08:30', '2012-01-24 08:08:30', ' ', '', '', 'publish', 'open', 'open', '', '296', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 412, 'http://kamini.xthefrog.com/?p=296', 18, 'nav_menu_item', '', 0),
(412, 1, '2012-03-13 09:32:45', '2012-03-13 09:32:45', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2015-01-22 12:20:23', '2015-01-22 12:20:23', '', 8, 'http://kamini.xthefrog.com/?page_id=412', 0, 'page', '', 0),
(298, 1, '2012-01-24 08:02:49', '2012-01-24 08:02:49', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below.\r\n\r\n<div style="float:left;padding-right:50px;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:50px;width:450px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-12', '', '', '2012-01-24 08:02:49', '2012-01-24 08:02:49', '', 68, 'http://kamini.xthefrog.com/68-revision-12/', 0, 'revision', '', 0),
(299, 1, '2012-01-24 15:00:58', '2012-01-24 15:00:58', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below or select "Training" from the dropdown box if you are interested in training sessions.\r\n\r\n<div style="float:left;padding-right:50px;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:50px;width:450px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-13', '', '', '2012-01-24 15:00:58', '2012-01-24 15:00:58', '', 68, 'http://kamini.xthefrog.com/68-revision-13/', 0, 'revision', '', 0),
(300, 1, '2012-01-24 07:20:50', '2012-01-24 07:20:50', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n<h3>Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 07:20:50', '2012-01-24 07:20:50', '', 36, 'http://kamini.xthefrog.com/36-revision-20/', 0, 'revision', '', 0),
(303, 1, '2012-01-24 15:06:52', '2012-01-24 15:06:52', ' ', '', '', 'publish', 'open', 'open', '', '303', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 8, 'http://kamini.xthefrog.com/?p=303', 14, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(304, 1, '2012-01-24 15:06:34', '2012-01-24 15:06:34', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-01-24 15:06:34', '2012-01-24 15:06:34', '', 301, 'http://kamini.xthefrog.com/301-revision-2/', 0, 'revision', '', 0),
(305, 1, '2012-01-24 15:05:01', '2012-01-24 15:05:01', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below or select "Training" from the dropdown box to register your interest for upcoming training dates.\r\n\r\n<div style="float:left;padding-right:50px;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:50px;width:450px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-14', '', '', '2012-01-24 15:05:01', '2012-01-24 15:05:01', '', 68, 'http://kamini.xthefrog.com/68-revision-14/', 0, 'revision', '', 0),
(306, 1, '2012-01-24 15:05:51', '2012-01-24 15:05:51', '<h3>Endermologie</h3>\r\nLypomassage by Endermologie is the latest generation of Endermologie treatments, a non surgical procedure, dedicated to localised fat, cellulite and contours as well as assisting in achieving a visible enhancement in body shape and skin tone. This break through in technology is able to produce faster, more targeted results to reshape your body and rejuvenate your skin, enabling you to achieve something no lifestyle change can; a visibly beautifying improvement to your body.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 15:05:51', '2012-01-24 15:05:51', '', 36, 'http://kamini.xthefrog.com/36-revision-21/', 0, 'revision', '', 0),
(307, 1, '2012-01-24 06:59:20', '2012-01-24 06:59:20', '<h3 id="invisible">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lobortis ipsum vitae lacus tristique eget gravida dolor dictum. Aliquam eros mauris, tempor nec accumsan nec, pretium eget elit.</h3>\r\n<div></div>\r\n<div>Proin convallis leo ut ligula eleifend tristique. Nunc tristique, tellus vel accumsan adipiscing, urna nisi consectetur mauris, rutrum accumsan ante lectus quis sapien. Vivamus hendrerit urna sed purus cursus ac egestas magna lobortis. In et nibh massa, eget fermentum enim. In hac habitasse platea dictumst. Ut eget metus eros, eget viverra erat. Aenean risus erat, venenatis ut sodales sed, lacinia id est. Nulla sit amet dignissim mauris. Donec iaculis venenatis est volutpat volutpat. In scelerisque congue felis, ut ultrices nibh egestas vel. Nulla porttitor mi ut dui feugiat laoreet. Donec non felis turpis, id lacinia enim. Pellentesque vitae mi felis, ut semper nisi.</div>\r\n<div id="invisible">\r\n\r\nSed rutrum lobortis elit. Suspendisse elementum leo pretium lacus placerat eget accumsan turpis dapibus. Duis purus leo, semper eu placerat ut, vulputate eget tellus. Phasellus gravida venenatis arcu, sit amet fringilla ante tincidunt non. Sed sem sem, venenatis in fermentum non, placerat nec mauris. Pellentesque tincidunt risus lacus. Aenean eu posuere quam. Nullam ac massa justo, in semper tortor. Pellentesque cursus urna eu massa fermentum id cursus purus elementum. Aenean iaculis consectetur lorem porttitor luctus.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis cursus neque eget ullamcorper. Integer non nunc eu libero vestibulum condimentum eu eget arcu. Vestibulum vel dui lacus. Suspendisse vestibulum hendrerit est, in elementum enim facilisis non. Praesent dignissim dolor eu eros vehicula malesuada volutpat elit pellentesque. Proin quam tortor, molestie sed vulputate et, vestibulum ut turpis. Ut blandit posuere tellus, vel fermentum ligula scelerisque nec. Sed semper nisi eu mauris sagittis ut ornare ligula ultricies. Fusce sagittis scelerisque aliquam. Donec nec magna purus. Morbi at nunc tellus, non vehicula mauris.\r\n\r\nPhasellus accumsan adipiscing orci id aliquam.Sed auctor, dui vel tempus pretium, sapien odio dapibus massa, rutrum congue elit massa vitae felis. Ut vitae turpis lectus. Sed egestas sem sem, id sollicitudin lectus. Phasellus ut velit nunc, ac pretium enim. Aenean sollicitudin dictum ante, quis accumsan leo mollis bibendum. Integer augue est, aliquam id mollis a, sodales molestie nibh. Vestibulum ac lobortis elit. Aliquam erat volutpat. Aenean accumsan vestibulum metus quis varius. Aliquam eget urna scelerisque sapien porta fermentum ac lobortis nulla. Nullam ultricies enim et arcu ornare rutrum. Proin scelerisque ipsum at ipsum fermentum malesuada.\r\n\r\n</div>', 'Book Of Secrets', '', 'inherit', 'open', 'open', '', '76-revision-8', '', '', '2012-01-24 06:59:20', '2012-01-24 06:59:20', '', 76, 'http://kamini.xthefrog.com/76-revision-8/', 0, 'revision', '', 0),
(315, 1, '2012-01-12 12:44:37', '2012-01-12 12:44:37', 'Kamini Vaghela is consistently hailed by the beauty press as the <a href="http://kaminibeauty.com/treatments_threading.htm">best eyebrow threader</a> in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/©-Kamini1.jpg" alt="" title="" width="528" height="320" class="alignleft size-full wp-image-233" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://kaminibeauty.com/products.htm">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\n<em>Extracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.</em>', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-01-12 12:44:37', '2012-01-12 12:44:37', '', 227, 'http://kamini.xthefrog.com/227-revision-6/', 0, 'revision', '', 0),
(317, 1, '2012-01-24 08:08:14', '2012-01-24 08:08:14', 'awaiting content & imagery', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-01-24 08:08:14', '2012-01-24 08:08:14', '', 294, 'http://kamini.xthefrog.com/294-revision-2/', 0, 'revision', '', 0),
(318, 1, '2015-01-22 13:37:37', '2015-01-22 13:37:37', '[wptabs effect="fade" mode="horizontal"]\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\n[wptabcontent]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\n[su_row]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\n<h6>SCR Skin Cleanser</h6>\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\n\nSuitable for all skin types including hypersensitive and acenic skins.\nEnriched with Vitamins Ester C and E.\nEffectively removes all traces of make-up.\nHelps to unblock congestion in the pores.\nRich in anti ageing and antioxidant properties.\nHelps to promote a nourished, brighter and more youthful complexion.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\n\nEffectively removes all traces of make-up.\nGentle exfoliating action.\nIdeal as an all over body wash.\nSuitable for all skin conditions.\nHelps to unblock congestion in the pores.\nIdeal for male and females.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\n\nHelps to cool, soothe and hydrate the skin.\nHelps to hydrate and stabilize fragile skins.\nHelps close open pores.\nLeaves skin radiant and fresh.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\n\nRefreshing, soothing and hydrating to the skin.\nHelps to hydrate and stabilize fragile skins.\nHelps close open pores.\nLeaves skin radiant and fresh.\n\nSensitive, Rosacea and Dry / Dehydrated Skin.\n[/su_column]\n[/su_row]\n[su_row]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\n\nRefreshing, soothing and hydrating to the skin.\nHelps to hydrate and stabilize fragile skins.\nHelps close open pores.\nLeaves skin radiant and fresh.\n\nCombination Skin Types.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\n<h6>SCR Exfoliating Gel Mask</h6>\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\n\nDeep cleansing.\nRemoves dead skin cells and aids to unblock pores.\nEncourages natural cell regeneration.\nLeaves a smoothing effect on the skin.\nHas antiseptic, cooling & relaxing properties.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\n<h6>SCR Purifying Mask</h6>\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\n\nNon-abrasive with deep cleansing action.\n>For all skin types (even highly red skin & acneic skin).\nHelps to draws out impurities.\nHelps to close and eliminate open pores.\nHas an invigorating and tightening effect on skin.\nHas a calming & healing effect on the skin.\nHelps to promotes cell renewal\nLeaves skin feeling brighter, refreshed, smooth & clear.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\n<h6>SCR Mask Aperetif</h6>\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\n\nHelps to soothe, heal, nourish & rehydrate the skin.\nGently clears the skin of toxins.\nRemoves any surface oil & dirt.\nHelps to calm and eliminate open pores.\nA thick & creamy mask that softens the skin.\n\nAll Skin Types\n[/su_column]\n[/su_row]\n[su_row]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\n<h6>SCR Illuminating Mask</h6>\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\n\nHelps to regulate uneven skin tone.\nHelps to encourage skin brightness.\nHelps to treat and improve sun damaged skin.\nHelps to effectively exfoliate and eliminate open pores.\n\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\n<h6>SCR Cane Gommage</h6>\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \n\nHelps to lift and improve the firmness of the skin.\nHelps to leave the skin feeling soft and smooth.\nIdeal for fragile and sensitive skins.\nThoroughly removes surface dead cells.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\n\nCombat the ageing process.\nPrevent the appearance of fine lines.\nDeeper lines become finer.\nHelps the skin regain elasticity.\nHelps give the skin an even tone.\nHelps protect the skin from the harmful external factors of the environment.\nHelps with acne and problematic skin.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\n<h6>SCR Skin Emulsion</h6>\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\n\nProtects, moisturises and revitalises the skin.\nPromotes cell renewal and restores skin vitality.\nHelps to keep skin smooth all day.\nIdeal for for normal to oily and combination skin types.\n\nCombination Skin Types\n[/su_column]\n[/su_row]\n[su_row]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\n<h6>SCR Creme De Lite</h6>\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\n\nNatural organic lightening complex\nHelps to regulate uneven skin tones\nHelps and encourages skin brightness\nHelps to give clarity to sallow skin\nHelps to eliminate freckles and pigmentation problems<\nHelps to treat, improve and eliminate sun damaged skin\nNO bleaching ingredients\nNO Hydroquinone\n\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\n<h6>SCR Rejuvenate Complex</h6>\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\n\nHelps to nourish and protect the skin.\nCan be used on the most dehydrated skins.\nPromotes cell renewal and increases skin elasticity.\nHelps to diminish fine lines.\nHelps to keep skin soft & smooth.\n\nDry / Dehydrated Skin\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\n<h6>SCR Anti Blemish Balm</h6>\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\n\nHelps soothe and heal any extreme skin reaction.\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\nHas an immediate effect in reducing discomfort, redness and any swelling.\n\nFor Acneic, Blemishes, Sensitive and Skin Irritations\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\n<h6>SCR Lip Allure</h6>\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\n\nProtects, nourishes and moisturizes.\nHelps to prevent and diminish vertical lines.\nA natural base for lipstick\n[/su_column]\n[/su_row]\n[su_row]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\nEffectively removes eye make up and helps to strengthen eye lashes.\n\nGently but effectively removes all traces of eye make up.\nHelps to nourish, strengthen and protect the eyelashes and brows.\nHelps to calm and sooth the delicate eye area.\nHelps to reduce eye puffiness.\nOil and Fragrance Free\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\n<h6>SCR Collagen Eye Gel / Mask</h6>\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\n\nHelps to decongest, relax, cool and soothe.\nHelps to protects the delicate tissue around the eye.\nHelps to give a firming and tightening effect.\nHelps to reduce the puffy eyes.\nHelps to brighten dark circles around the eye area.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\n<h6>SCR Oxygen Complex Eye Cream</h6>\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\n\nHelps to decongest, relax and nourish the eye area.\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\nHelps to restore cell renewal without irritation.\n\nAll Skin Types\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\n\nHelps to soothe, nourish and rehydrate the skin.\nPromotes relaxation both in mind & body.\nSoftening and relieves irritated skins.\n\nAll Skin Types\n[/su_column]\n[/su_row]\n[su_row]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\n\nHelps to soothe, nourish and rehydrate the skin.\nHas an uplifting and detoxifying effect on the skin.\nAids in the removal of excess tissue fluid.\nEnhances the mind, body and soul.\n\nCongested Skin Types\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\n\nHelps to soothe, nourish and balance the skin.\nBalances sebum production.\nBrings harmony to the skin.\n\nCombination Skin Types\n[/su_column]\n[/wptabcontent]\n[wptabtitle]Essie Nail Care[/wptabtitle]\n[wptabcontent]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\n[/wptabcontent]\n[wptabtitle]Neom Candles[/wptabtitle]\n[wptabcontent]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\n[wpspoiler name="Home Fragrance"]\n[su_column size="1/4"]\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\n<h6>Home Candles</h6>\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\n<h6>Travel Candles</h6>\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\n<h6>Candle Accessories</h6>\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\n<h6>Luxury Candle Collections</h6>\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\n<h6>Reed Diffusers</h6>\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\n<h6>Room Mists</h6>\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\n[/su_column]\n[/wpspoiler]\n[wpspoiler name="Body Care"]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\n<h6>Body Wash</h6>\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\n<h6>Body Lotion</h6>\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\n<h6>Body Oils</h6>\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\n[/su_column]\n[su_column size="1/4" last="1"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\n<h6>Bath & Shower Oils</h6>\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\n<h6>Luxury Bath Essentials</h6>\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\n[/su_column]\n[/wpspoiler]\n[wpspoiler name="Hand Wash & Lotion"]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\n<h6>Hand Wash</h6>\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\n<h6>Hand Lotion</h6>\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\n[/su_column]\n[su_column size="1/4"]\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\n<h6>Hand Wash & Lotion Collections</h6>\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \n[/su_column]\n[/wpspoiler]\n[/wptabcontent]\n[/wptabs]\n\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-autosave-v1', '', '', '2015-01-22 13:37:37', '2015-01-22 13:37:37', '', 294, 'http://kamini.xthefrog.com/294-autosave/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(922, 1, '2015-01-22 13:38:10', '2015-01-22 13:38:10', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[su_column size="1/4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/su_column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\r\n[/su_column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2015-01-22 13:38:10', '2015-01-22 13:38:10', '', 294, 'http://localhost/Kamini/294-revision-v1/', 0, 'revision', '', 0),
(319, 1, '2012-02-02 09:15:09', '2012-02-02 09:15:09', '', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:15:09', '2012-02-02 09:15:09', '', 294, 'http://kamini.xthefrog.com/294-revision-3/', 0, 'revision', '', 0),
(320, 1, '2012-02-02 09:22:59', '2012-02-02 09:22:59', '[wptabs effect="fade" mode="horizontal"] \r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:22:59', '2012-02-02 09:22:59', '', 294, 'http://kamini.xthefrog.com/294-revision-4/', 0, 'revision', '', 0),
(321, 1, '2012-02-02 09:41:12', '2012-02-02 09:41:12', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:41:12', '2012-02-02 09:41:12', '', 294, 'http://kamini.xthefrog.com/294-revision-5/', 0, 'revision', '', 0),
(322, 1, '2012-02-02 09:44:22', '2012-02-02 09:44:22', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-2"] Number 1 [/column]\r\n[column size="1-2" last="1"] Number 2[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:44:22', '2012-02-02 09:44:22', '', 294, 'http://kamini.xthefrog.com/294-revision-6/', 0, 'revision', '', 0),
(323, 1, '2012-02-02 09:45:42', '2012-02-02 09:45:42', '', 'Bi-Phased Soft Make-Up Removing Fluid Eyes and Lips', '', 'inherit', 'open', 'open', '', 'prod1', '', '', '2012-02-02 09:45:42', '2012-02-02 09:45:42', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod1.jpg', 0, 'attachment', 'image/jpeg', 0),
(324, 1, '2012-02-02 09:44:40', '2012-02-02 09:44:40', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"] Number 1 [/column]\r\n[column size="1-4"] Number 2 [/column]\r\n[column size="1-4"] Number 3 [/column]\r\n[column size="1-4" last="1"] Number 4[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:44:40', '2012-02-02 09:44:40', '', 294, 'http://kamini.xthefrog.com/294-revision-7/', 0, 'revision', '', 0),
(325, 1, '2012-02-02 09:46:20', '2012-02-02 09:46:20', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod1.jpg" alt="Bi-Phased Soft Make-Up Removing Fluid Eyes and Lips" title="Bi-Phased Soft Make-Up Removing Fluid Eyes and Lips" width="156" height="262" class="aligncenter size-full wp-image-323" />\r\nBi-Phased Soft Make-Up Removing Fluid Eyes and Lips\r\n[/column]\r\n[column size="1-4"]\r\n\r\n[/column]\r\n[column size="1-4"]\r\n\r\n[/column]\r\n[column size="1-4" last="1"]\r\n\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:46:20', '2012-02-02 09:46:20', '', 294, 'http://kamini.xthefrog.com/294-revision-8/', 0, 'revision', '', 0),
(326, 1, '2012-02-02 09:55:13', '2012-02-02 09:55:13', '', 'prod11', '', 'inherit', 'open', 'open', '', 'prod1-2', '', '', '2012-02-02 09:55:13', '2012-02-02 09:55:13', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg', 0, 'attachment', 'image/jpeg', 0),
(327, 1, '2012-02-02 09:56:44', '2012-02-02 09:56:44', '', 'prod2', '', 'inherit', 'open', 'open', '', 'prod2', '', '', '2012-02-02 09:56:44', '2012-02-02 09:56:44', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg', 0, 'attachment', 'image/jpeg', 0),
(328, 1, '2012-02-02 09:56:56', '2012-02-02 09:56:56', '', 'prod3', '', 'inherit', 'open', 'open', '', 'prod3', '', '', '2012-02-02 09:56:56', '2012-02-02 09:56:56', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg', 0, 'attachment', 'image/jpeg', 0),
(329, 1, '2012-02-02 09:57:06', '2012-02-02 09:57:06', '', 'prod4', '', 'inherit', 'open', 'open', '', 'prod4', '', '', '2012-02-02 09:57:06', '2012-02-02 09:57:06', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg', 0, 'attachment', 'image/jpeg', 0),
(330, 1, '2012-02-02 09:49:08', '2012-02-02 09:49:08', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod1.jpg" alt="Bi-Phased Soft Make-Up Removing Fluid Eyes and Lips" title="Bi-Phased Soft Make-Up Removing Fluid Eyes and Lips" width="156" height="262" class="aligncenter size-full wp-image-323" />\r\n<h6>Normalizing Beauty Milk and Lotion</h6>\r\nTo soften and cleans the skin\r\n\r\n<h6>Purifying Beauty Milk and Lotion</h6>\r\nTo refresh and cleanse the skin\r\n\r\n<h6>Softening Beauty Milk and Lotion</h6>\r\nTo softgen and moisturize the skin\r\n\r\n<h6>Soothing Beauty Milk and Lotion</h6>\r\nTo leave the skin soft and supple\r\n\r\n<h6>Clearness Beauty Milk and Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n\r\n[/column]\r\n[column size="1-4"]\r\n\r\n[/column]\r\n[column size="1-4" last="1"]\r\n\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:49:08', '2012-02-02 09:49:08', '', 294, 'http://kamini.xthefrog.com/294-revision-9/', 0, 'revision', '', 0),
(331, 1, '2012-02-02 09:57:12', '2012-02-02 09:57:12', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:57:12', '2012-02-02 09:57:12', '', 294, 'http://kamini.xthefrog.com/294-revision-10/', 0, 'revision', '', 0),
(332, 1, '2012-02-02 09:58:22', '2012-02-02 09:58:22', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\ncontent\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:58:22', '2012-02-02 09:58:22', '', 294, 'http://kamini.xthefrog.com/294-revision-11/', 0, 'revision', '', 0),
(333, 1, '2012-02-02 10:00:14', '2012-02-02 10:00:14', '', 'sothys', '', 'inherit', 'open', 'open', '', 'sothys', '', '', '2012-02-02 10:00:14', '2012-02-02 10:00:14', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(334, 1, '2012-02-02 09:58:58', '2012-02-02 09:58:58', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 09:58:58', '2012-02-02 09:58:58', '', 294, 'http://kamini.xthefrog.com/294-revision-12/', 0, 'revision', '', 0),
(335, 1, '2012-02-02 10:01:21', '2012-02-02 10:01:21', '', 'cetuem', '', 'inherit', 'open', 'open', '', 'cetuem', '', '', '2012-02-02 10:01:21', '2012-02-02 10:01:21', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg', 0, 'attachment', 'image/jpeg', 0),
(336, 1, '2012-02-02 10:00:21', '2012-02-02 10:00:21', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 10:00:21', '2012-02-02 10:00:21', '', 294, 'http://kamini.xthefrog.com/294-revision-13/', 0, 'revision', '', 0),
(337, 1, '2012-02-02 10:03:54', '2012-02-02 10:03:54', '', 'essie', '', 'inherit', 'open', 'open', '', 'essie', '', '', '2012-02-02 10:03:54', '2012-02-02 10:03:54', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg', 0, 'attachment', 'image/jpeg', 0),
(338, 1, '2012-02-02 10:04:06', '2012-02-02 10:04:06', '', 'neom', '', 'inherit', 'open', 'open', '', 'neom', '', '', '2012-02-02 10:04:06', '2012-02-02 10:04:06', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg', 0, 'attachment', 'image/jpeg', 0),
(339, 1, '2012-02-02 10:01:30', '2012-02-02 10:01:30', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 10:01:30', '2012-02-02 10:01:30', '', 294, 'http://kamini.xthefrog.com/294-revision-14/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(340, 1, '2012-02-02 10:04:12', '2012-02-02 10:04:12', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 10:04:12', '2012-02-02 10:04:12', '', 294, 'http://kamini.xthefrog.com/294-revision-15/', 0, 'revision', '', 0),
(346, 1, '2012-01-24 15:09:18', '2012-01-24 15:09:18', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below or select "Training" from the dropdown box to register your interest for upcoming training dates.\r\n\r\n<div style="float:left;padding-right:50px;margin-right:50px;width:450px">\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n\r\n<h3>Job title goes in here.</h3>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam in orci at lorem faucibus placerat sit amet vitae leo. Nam ornare, tellus ut faucibus mollis, est metus aliquet felis, at eleifend velit libero eget mi. Pellentesque interdum posuere faucibus. Nullam ultricies libero a tellus vehicula sed vehicula lectus lacinia. Ut eget nunc neque. Duis id nulla tortor. Ut dictum consectetur lacinia. Integer gravida enim non est luctus eu ullamcorper magna vehicula. \r\n\r\n<h3>Job title goes in here.</h3>\r\nConsectetur adipiscing elit. In feugiat, purus a tincidunt mollis, dolor tellus consectetur tellus, eget sodales elit libero nec leo. Donec pellentesque suscipit orci ut convallis. Curabitur et rhoncus est. Vestibulum feugiat adipiscing diam, ut placerat erat commodo sit amet. Sed posuere tempus pulvinar. Nulla adipiscing rhoncus arcu, at tincidunt urna fermentum porttitor. Proin porta lorem at diam hendrerit placerat. Aliquam eget sapien vel libero sagittis egestas. Vivamus vestibulum arcu a ligula feugiat facilisis. Maecenas arcu nisl, lobortis sed lacinia nec, malesuada sit amet velit. Donec vel tristique ante. In a orci ut lacus consequat aliquam euismod a ipsum. Suspendisse congue tincidunt ligula, eu malesuada lorem placerat eget.\r\n\r\n<h3>Job title goes in here.</h3>\r\nAliquam erat volutpat. Nam nec sem velit. Pellentesque nisi justo, auctor non dictum non, sodales eu dolor. Aenean imperdiet volutpat mauris, ut ultricies libero lobortis quis. Aenean accumsan consequat magna non iaculis. Fusce vehicula feugiat neque, ut sodales enim bibendum ut. Proin elit risus, suscipit vel congue nec, sollicitudin vitae leo. Nam eget risus ornare nibh tincidunt aliquam nec a mauris.\r\n\r\n<h3>Job title goes in here.</h3>\r\nSed pretium, nisi non elementum sodales, diam ante ultricies enim, eget convallis metus eros ut tortor. Integer eu adipiscing felis. Quisque euismod massa euismod sem vestibulum a tincidunt lectus adipiscing. Aenean vehicula lectus et nunc consequat sit amet mattis erat mollis. Aliquam interdum nisi quis sapien ultrices et mattis nunc suscipit. Ut feugiat, odio et tincidunt placerat, dui ligula varius metus, vel tempus purus lectus nec augue. Nunc eget massa quis turpis commodo volutpat vel ac tellus. In at ipsum nunc. Quisque non lacus sed sapien fermentum hendrerit vitae non quam. Duis scelerisque odio vitae lacus semper pellentesque.\r\n</div>\r\n<div style="float:left;border-left:1px solid #FFF;padding-left:50px;width:450px">\r\n[gravityform id="1"]\r\n</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-15', '', '', '2012-01-24 15:09:18', '2012-01-24 15:09:18', '', 68, 'http://kamini.xthefrog.com/68-revision-15/', 0, 'revision', '', 0),
(348, 1, '2012-02-15 10:29:41', '2012-02-15 10:29:41', '<h3>Watch this space!</h3>\r\nJob adverts for therapists and receptionists will be placed here and training schedules will be confirmed shortly. Please send us your CV using the form below or select "Training" from the dropdown box to register your interest for upcoming training dates.\r\n<div style="float: left; padding-right: 50px; margin-right: 50px; width: 450px;">\r\n<h3>SALON MANAGER.</h3>\r\nDay to day running of an efficient and friendly salon reflecting the Kamini brand principles and service standard where employees maintain a highly creative, passionate approach to all aspects of the beauty industry. Therefore creating a professional yet exciting working environment.\r\n\r\nAs a salon manager you must ensure the Kamini brand values are maintained at all times: Quality, Passion, Creativity and Professionalism. You must ensure the following objectives are met:\r\n<ul>\r\n <li>Increase salon turnover in accordance with targets</li>\r\n <li>Motivate and grow your team to create repeat business</li>\r\n <li>Create and maintain a superb environment for customers and team alike</li>\r\n <li>Maintain and control all aspects of health and safety legislation in the salon</li>\r\n <li>Drive local businesses through by offering corporate discounts</li>\r\n <li>Liaise with local press about launches, promotions, deals and offers</li>\r\n <li>Use all in salon marketing material and systems to increase business.</li>\r\n</ul>\r\n<h3>APPRENTICE.</h3>\r\nAssist and learn from stylists how to provide Kamini beauty services to valued clientele, support other salon members with their duties at the same time as achieving their Apprenticeship to include Key Skills and N.V.Q. Level 3 in Beauty Therapy.\r\n\r\nAn ideal assistant does not require previous experience within a salon environment. However, they must be willing to learn and be able to maintain the Kamini brand principles when performing or assisting in any service. They should be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing therapist columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\r\n<h3>BEAUTY THERAPIST.</h3>\r\nDrive business in the salon by providing the ultimate beauty treatments, adhering to the Kamini brand principles. By continually improving personal and technical skills thus creating a reputation and following that attracts loyal and new clientele.\r\n\r\nThe ideal therapist will be qualified to NVQ level 3 in Beauty Therapy and have a minimum of 3 years beauty experience. They must be willing to learn and be prepared to help in all areas including, retailing, promoting and answering telephone bookings as well as managing their own columns. Their personality must also reflect the Kamini brand showing passion, creativity and quality to become leaders within the beauty industry.\r\n<h3>FRONT OF HOUSE.</h3>\r\nAs the first and last point of call the Front of House is a key employee for driving business by up selling retail and services that are being booked. Utilization of the whole appointment book and of individual therapist columns therefore means maximization of therapist resources and salon turnover.\r\n\r\nThe ideal candidate must be highly diplomatic, discrete and trustworthy with strong communication skills and sales techniques and must be a positive team player. The ideal applicant needs to represent the Kamini brand values, quality, passion, creativity and professionalism in all aspects of behavior, for example dress language and attitude at work. Responsible for creating and maintaining a superb environment for customers and should use all in salon marketing material and systems to increase business where advised.\r\n\r\n</div>\r\n<div style="float: left; border-left: 1px solid #FFF; padding-left: 50px; width: 450px;">[gravityform id="1"]</div>', 'Training & Recruitment', '', 'inherit', 'open', 'open', '', '68-revision-17', '', '', '2012-02-15 10:29:41', '2012-02-15 10:29:41', '', 68, 'http://kamini.xthefrog.com/68-revision-17/', 0, 'revision', '', 0),
(349, 1, '2012-02-15 10:32:51', '2012-02-15 10:32:51', '<h3>Refer a friend.</h3>\nRefer a friend to Kamini Beauty and they will receive 50% off their first treatment and, as a thank you, we will reward you with 50% off your next treatment too!\n\n<h3>Loyalty Card.</h3>\nFree eyebrow shape on your 10th visit. Loyalty cards will soon be available from Kamini Beauty Salon.\n\n<h3>Monday Madness\n', 'Special Offers', '', 'inherit', 'open', 'open', '', '10-autosave', '', '', '2012-02-15 10:32:51', '2012-02-15 10:32:51', '', 10, 'http://kamini.xthefrog.com/10-autosave/', 0, 'revision', '', 0),
(350, 1, '2012-01-10 07:29:26', '2012-01-10 07:29:26', 'content', 'Special Offers', '', 'inherit', 'open', 'open', '', '10-revision-2', '', '', '2012-01-10 07:29:26', '2012-01-10 07:29:26', '', 10, 'http://kamini.xthefrog.com/10-revision-2/', 0, 'revision', '', 0),
(354, 1, '2012-02-02 10:08:14', '2012-02-02 10:08:14', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-02 10:08:14', '2012-02-02 10:08:14', '', 294, 'http://kamini.xthefrog.com/294-revision-16/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(355, 1, '2012-02-15 10:46:37', '2012-02-15 10:46:37', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care" ]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care" ]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Men''s Care" ]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care" ]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up" ]\r\n\r\n[/wpspoiler] \r\n\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 10:46:37', '2012-02-15 10:46:37', '', 294, 'http://kamini.xthefrog.com/294-revision-17/', 0, 'revision', '', 0),
(357, 1, '2012-02-15 10:48:44', '2012-02-15 10:48:44', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Men''s Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n\r\n[/wpspoiler] \r\n\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 10:48:44', '2012-02-15 10:48:44', '', 294, 'http://kamini.xthefrog.com/294-revision-19/', 0, 'revision', '', 0),
(356, 1, '2012-02-15 10:48:08', '2012-02-15 10:48:08', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care" style="wpui-safle"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care" style="wpui-safle"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Men''s Care" style="wpui-safle"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care" style="wpui-safle"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up" style="wpui-safle"]\r\n\r\n[/wpspoiler] \r\n\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 10:48:08', '2012-02-15 10:48:08', '', 294, 'http://kamini.xthefrog.com/294-revision-18/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(358, 1, '2012-02-15 10:50:58', '2012-02-15 10:50:58', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Men''s Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n\r\n[/wpspoiler] \r\n\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 10:50:58', '2012-02-15 10:50:58', '', 294, 'http://kamini.xthefrog.com/294-revision-20/', 0, 'revision', '', 0),
(365, 1, '2012-03-13 07:59:36', '2012-03-13 07:59:36', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 07:59:36', '2012-03-13 07:59:36', '', 294, 'http://kamini.xthefrog.com/294-revision-26/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(366, 1, '2012-03-13 08:00:17', '2012-03-13 08:00:17', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 08:00:17', '2012-03-13 08:00:17', '', 294, 'http://kamini.xthefrog.com/294-revision-27/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(360, 1, '2012-02-15 11:09:42', '2012-02-15 11:09:42', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[/wpspolier]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 11:09:42', '2012-02-15 11:09:42', '', 294, 'http://kamini.xthefrog.com/294-revision-22/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(361, 1, '2012-02-15 11:10:28', '2012-02-15 11:10:28', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 11:10:28', '2012-02-15 11:10:28', '', 294, 'http://kamini.xthefrog.com/294-revision-23/', 0, 'revision', '', 0),
(362, 1, '2012-02-15 11:11:40', '2012-02-15 11:11:40', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 11:11:40', '2012-02-15 11:11:40', '', 294, 'http://kamini.xthefrog.com/294-revision-24/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(364, 1, '2012-02-15 11:12:27', '2012-02-15 11:12:27', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 11:12:27', '2012-02-15 11:12:27', '', 294, 'http://kamini.xthefrog.com/294-revision-25/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(359, 1, '2012-02-15 11:07:29', '2012-02-15 11:07:29', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wpspoiler] \r\n\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-02-15 11:07:29', '2012-02-15 11:07:29', '', 294, 'http://kamini.xthefrog.com/294-revision-21/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(367, 1, '2012-03-13 08:15:27', '2012-03-13 08:15:27', '', 'Travel Candles', '', 'inherit', 'open', 'open', '', 'travel', '', '', '2012-03-13 08:15:27', '2012-03-13 08:15:27', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg', 0, 'attachment', 'image/jpeg', 0),
(368, 1, '2012-03-13 08:15:48', '2012-03-13 08:15:48', '', 'placeholder', '', 'inherit', 'open', 'open', '', 'placeholder', '', '', '2012-03-13 08:15:48', '2012-03-13 08:15:48', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg', 0, 'attachment', 'image/jpeg', 0),
(369, 1, '2012-03-13 08:16:04', '2012-03-13 08:16:04', '', 'Candle Accessories', '', 'inherit', 'open', 'open', '', 'access', '', '', '2012-03-13 08:16:04', '2012-03-13 08:16:04', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2012-03-13 08:16:22', '2012-03-13 08:16:22', '', 'Luxury Candle Collections', '', 'inherit', 'open', 'open', '', 'luxury', '', '', '2012-03-13 08:16:22', '2012-03-13 08:16:22', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg', 0, 'attachment', 'image/jpeg', 0),
(371, 1, '2012-03-13 08:16:42', '2012-03-13 08:16:42', '', 'Reed Diffusers', '', 'inherit', 'open', 'open', '', 'reed', '', '', '2012-03-13 08:16:42', '2012-03-13 08:16:42', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg', 0, 'attachment', 'image/jpeg', 0),
(372, 1, '2012-03-13 08:17:02', '2012-03-13 08:17:02', '', 'placeholder1', '', 'inherit', 'open', 'open', '', 'placeholder-2', '', '', '2012-03-13 08:17:02', '2012-03-13 08:17:02', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg', 0, 'attachment', 'image/jpeg', 0),
(373, 1, '2012-03-13 08:17:15', '2012-03-13 08:17:15', '', 'Room Mists', '', 'inherit', 'open', 'open', '', 'spray', '', '', '2012-03-13 08:17:15', '2012-03-13 08:17:15', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg', 0, 'attachment', 'image/jpeg', 0),
(374, 1, '2012-03-13 08:17:33', '2012-03-13 08:17:33', '', 'Body Wash', '', 'inherit', 'open', 'open', '', 'bodywash', '', '', '2012-03-13 08:17:33', '2012-03-13 08:17:33', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg', 0, 'attachment', 'image/jpeg', 0),
(375, 1, '2012-03-13 08:17:50', '2012-03-13 08:17:50', '', 'Body Lotion', '', 'inherit', 'open', 'open', '', 'bodylotion', '', '', '2012-03-13 08:17:50', '2012-03-13 08:17:50', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg', 0, 'attachment', 'image/jpeg', 0),
(376, 1, '2012-03-13 08:18:07', '2012-03-13 08:18:07', '', 'Body Oils', '', 'inherit', 'open', 'open', '', 'bodyoils', '', '', '2012-03-13 08:18:07', '2012-03-13 08:18:07', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg', 0, 'attachment', 'image/jpeg', 0),
(377, 1, '2012-03-13 08:18:28', '2012-03-13 08:18:28', '', 'Bath & Shower Oils', '', 'inherit', 'open', 'open', '', 'bathoil', '', '', '2012-03-13 08:18:28', '2012-03-13 08:18:28', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg', 0, 'attachment', 'image/jpeg', 0),
(378, 1, '2012-03-13 08:18:56', '2012-03-13 08:18:56', '', 'Luxury Bath Essentials', '', 'inherit', 'open', 'open', '', 'luxessentials', '', '', '2012-03-13 08:18:56', '2012-03-13 08:18:56', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg', 0, 'attachment', 'image/jpeg', 0),
(379, 1, '2012-03-13 08:19:18', '2012-03-13 08:19:18', '', 'placeholder2', '', 'inherit', 'open', 'open', '', 'placeholder-3', '', '', '2012-03-13 08:19:18', '2012-03-13 08:19:18', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg', 0, 'attachment', 'image/jpeg', 0),
(380, 1, '2012-03-13 08:19:31', '2012-03-13 08:19:31', '', 'Hand Wash', '', 'inherit', 'open', 'open', '', 'handwash', '', '', '2012-03-13 08:19:31', '2012-03-13 08:19:31', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg', 0, 'attachment', 'image/jpeg', 0),
(381, 1, '2012-03-13 08:19:46', '2012-03-13 08:19:46', '', 'Hand Lotion', '', 'inherit', 'open', 'open', '', 'handlotion', '', '', '2012-03-13 08:19:46', '2012-03-13 08:19:46', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg', 0, 'attachment', 'image/jpeg', 0),
(382, 1, '2012-03-13 08:20:01', '2012-03-13 08:20:01', '', 'Hand Wash & Lotion Collection', '', 'inherit', 'open', 'open', '', 'hwlcoll', '', '', '2012-03-13 08:20:01', '2012-03-13 08:20:01', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg', 0, 'attachment', 'image/jpeg', 0),
(383, 1, '2012-03-13 08:01:15', '2012-03-13 08:01:15', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 08:01:15', '2012-03-13 08:01:15', '', 294, 'http://kamini.xthefrog.com/294-revision-28/', 0, 'revision', '', 0),
(698, 1, '2012-03-23 01:42:11', '2012-03-23 01:42:11', '', 'Essie', '', 'inherit', 'open', 'open', '', 'essie-3', '', '', '2012-03-23 01:42:11', '2012-03-23 01:42:11', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(566, 1, '2012-03-13 09:35:40', '2012-03-13 09:35:40', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:35:40', '2012-03-13 09:35:40', '', 294, 'http://kamini.xthefrog.com/294-revision-37/', 0, 'revision', '', 0),
(384, 1, '2012-03-13 09:06:23', '2012-03-13 09:06:23', '', 'SCR Skin Cleanser', '', 'inherit', 'open', 'open', '', '01-2', '', '', '2012-03-13 09:06:23', '2012-03-13 09:06:23', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg', 0, 'attachment', 'image/jpeg', 0),
(385, 1, '2012-03-13 09:07:02', '2012-03-13 09:07:02', '', 'SCR Botanical Daily Wash (SLS & Fragrance Free)', '', 'inherit', 'open', 'open', '', '02', '', '', '2012-03-13 09:07:02', '2012-03-13 09:07:02', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg', 0, 'attachment', 'image/jpeg', 0),
(386, 1, '2012-03-13 09:07:33', '2012-03-13 09:07:33', '', 'SCR Botanical Skin Toner (Alcohol Free)', '', 'inherit', 'open', 'open', '', '03', '', '', '2012-03-13 09:07:33', '2012-03-13 09:07:33', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg', 0, 'attachment', 'image/jpeg', 0),
(387, 1, '2012-03-13 09:07:52', '2012-03-13 09:07:52', '', 'SCR Sensitive Skin Toner (Alcohol Free)', '', 'inherit', 'open', 'open', '', '04', '', '', '2012-03-13 09:07:52', '2012-03-13 09:07:52', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg', 0, 'attachment', 'image/jpeg', 0),
(388, 1, '2012-03-13 09:08:12', '2012-03-13 09:08:12', '', 'SCR Original Skin Toner (Alcohol Free)', '', 'inherit', 'open', 'open', '', '05', '', '', '2012-03-13 09:08:12', '2012-03-13 09:08:12', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg', 0, 'attachment', 'image/jpeg', 0),
(389, 1, '2012-03-13 09:08:28', '2012-03-13 09:08:28', '', 'SCR Exfoliating Gel Mask', '', 'inherit', 'open', 'open', '', '06', '', '', '2012-03-13 09:08:28', '2012-03-13 09:08:28', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg', 0, 'attachment', 'image/jpeg', 0),
(390, 1, '2012-03-13 09:08:49', '2012-03-13 09:08:49', '', 'SCR Purifying Mask', '', 'inherit', 'open', 'open', '', '07', '', '', '2012-03-13 09:08:49', '2012-03-13 09:08:49', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg', 0, 'attachment', 'image/jpeg', 0),
(391, 1, '2012-03-13 09:09:33', '2012-03-13 09:09:33', '', 'SCR Mask Aperetif', '', 'inherit', 'open', 'open', '', '08', '', '', '2012-03-13 09:09:33', '2012-03-13 09:09:33', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg', 0, 'attachment', 'image/jpeg', 0),
(392, 1, '2012-03-13 09:09:54', '2012-03-13 09:09:54', '', 'placeholder3', '', 'inherit', 'open', 'open', '', 'placeholder-4', '', '', '2012-03-13 09:09:54', '2012-03-13 09:09:54', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg', 0, 'attachment', 'image/jpeg', 0),
(393, 1, '2012-03-13 09:10:12', '2012-03-13 09:10:12', '', 'SCR Cane Gommage', '', 'inherit', 'open', 'open', '', '10', '', '', '2012-03-13 09:10:12', '2012-03-13 09:10:12', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg', 0, 'attachment', 'image/jpeg', 0),
(394, 1, '2012-03-13 09:10:29', '2012-03-13 09:10:29', '', 'SCR Gold Regenerator Serum - Antioxidant', '', 'inherit', 'open', 'open', '', '11', '', '', '2012-03-13 09:10:29', '2012-03-13 09:10:29', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg', 0, 'attachment', 'image/jpeg', 0),
(395, 1, '2012-03-13 09:10:43', '2012-03-13 09:10:43', '', 'SCR Skin Emulsion', '', 'inherit', 'open', 'open', '', '12', '', '', '2012-03-13 09:10:43', '2012-03-13 09:10:43', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg', 0, 'attachment', 'image/jpeg', 0),
(396, 1, '2012-03-13 09:10:59', '2012-03-13 09:10:59', '', 'SCR Creme De Lite', '', 'inherit', 'open', 'open', '', '13', '', '', '2012-03-13 09:10:59', '2012-03-13 09:10:59', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg', 0, 'attachment', 'image/jpeg', 0),
(397, 1, '2012-03-13 09:11:15', '2012-03-13 09:11:15', '', 'SCR Rejuvenate Complex', '', 'inherit', 'open', 'open', '', '14', '', '', '2012-03-13 09:11:15', '2012-03-13 09:11:15', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg', 0, 'attachment', 'image/jpeg', 0),
(398, 1, '2012-03-13 09:11:31', '2012-03-13 09:11:31', '', 'SCR Anti Blemish Balm', '', 'inherit', 'open', 'open', '', '15', '', '', '2012-03-13 09:11:31', '2012-03-13 09:11:31', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg', 0, 'attachment', 'image/jpeg', 0),
(399, 1, '2012-03-13 09:11:48', '2012-03-13 09:11:48', '', 'SCR Lip Allure', '', 'inherit', 'open', 'open', '', '16', '', '', '2012-03-13 09:11:48', '2012-03-13 09:11:48', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg', 0, 'attachment', 'image/jpeg', 0),
(400, 1, '2012-03-13 09:12:08', '2012-03-13 09:12:08', '', 'SCR Eye Cleanser (Oil & Fragrance Free)', '', 'inherit', 'open', 'open', '', '17', '', '', '2012-03-13 09:12:08', '2012-03-13 09:12:08', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg', 0, 'attachment', 'image/jpeg', 0),
(401, 1, '2012-03-13 09:12:26', '2012-03-13 09:12:26', '', 'SCR Collagen Eye Gel / Mask', '', 'inherit', 'open', 'open', '', '18', '', '', '2012-03-13 09:12:26', '2012-03-13 09:12:26', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg', 0, 'attachment', 'image/jpeg', 0),
(402, 1, '2012-03-13 09:12:41', '2012-03-13 09:12:41', '', 'SCR Oxygen Complex Eye Cream', '', 'inherit', 'open', 'open', '', '19-2', '', '', '2012-03-13 09:12:41', '2012-03-13 09:12:41', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg', 0, 'attachment', 'image/jpeg', 0),
(403, 1, '2012-03-13 09:13:01', '2012-03-13 09:13:01', '', 'SCR Alpha Facial Oil - Pure Relaxation', '', 'inherit', 'open', 'open', '', '20', '', '', '2012-03-13 09:13:01', '2012-03-13 09:13:01', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg', 0, 'attachment', 'image/jpeg', 0),
(404, 1, '2012-03-13 09:13:16', '2012-03-13 09:13:16', '', 'SCR Beta Facial Oil - Pure Detoxification', '', 'inherit', 'open', 'open', '', '21', '', '', '2012-03-13 09:13:16', '2012-03-13 09:13:16', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(409, 1, '2012-03-13 09:27:13', '2012-03-13 09:27:13', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n\r\n[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Preliminary Essential Care[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Regular Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Complete Anti-Ageing Programme[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Targeted Areas[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Beauty Garden[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Secrets de Sothys[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:27:13', '2012-03-13 09:27:13', '', 294, 'http://kamini.xthefrog.com/294-revision-32/', 0, 'revision', '', 0),
(405, 1, '2012-03-13 09:13:32', '2012-03-13 09:13:32', '', 'SCR Gamma Facial Oil - Pure Balance', '', 'inherit', 'open', 'open', '', '22', '', '', '2012-03-13 09:13:32', '2012-03-13 09:13:32', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(406, 1, '2012-03-13 08:20:21', '2012-03-13 08:20:21', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 08:20:21', '2012-03-13 08:20:21', '', 294, 'http://kamini.xthefrog.com/294-revision-29/', 0, 'revision', '', 0),
(696, 1, '2012-03-23 01:41:18', '2012-03-23 01:41:18', '', 'Essie', '', 'inherit', 'open', 'open', '', 'essie-2', '', '', '2012-03-23 01:41:18', '2012-03-23 01:41:18', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(697, 1, '2012-03-23 01:38:54', '2012-03-23 01:38:54', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie-nail-polish-neon-2.jpg" alt="Essie" title="Essie" width="360" height="460" class="alignleft size-full wp-image-694" />Founded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-23 01:38:54', '2012-03-23 01:38:54', '', 294, 'http://kamini.xthefrog.com/294-revision-46/', 0, 'revision', '', 0),
(638, 1, '2012-03-19 12:09:24', '2012-03-19 12:09:24', '', 'Complexion', '', 'inherit', 'open', 'open', '', 'compnew', '', '', '2012-03-19 12:09:24', '2012-03-19 12:09:24', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/compnew.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(567, 1, '2012-03-14 19:13:20', '2012-03-14 19:13:20', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-14 19:13:20', '2012-03-14 19:13:20', '', 294, 'http://kamini.xthefrog.com/294-revision-38/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(421, 1, '2015-01-22 12:36:43', '2015-01-22 12:36:43', '<div id="wp-tabs-1" class="wp-tabs wpui-safle wpui-styles"><div class="ui-tabs ui-widget ui-widget-content ui-corner-all"><ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"><li class="ui-state-default ui-corner-top first-li"><a href="#sothys_face_care">Sothys Face Care</a></li><li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#sothys_body_care">Sothys Body Care</a></li><li class="ui-state-default ui-corner-top"><a href="#sothys_homme">Sothys Homme</a></li><li class="ui-state-default ui-corner-top"><a href="#sothys_sun_care">Sothys Sun Care</a></li><li class="ui-state-default ui-corner-top last-li"><a href="#sothys_make-up">Sothys Make-Up</a></li></ul><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_face_care"><h3 class="wp-tab-title" style="display: none;">Sothys Face Care</h3><div class="wp-tab-content">\n<div class="wp-tab-content-wrapper">\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\n<div id="wp-spoiler-1" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Preliminary Essential Care<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435"><p></p>\n<h6>Normalising Beauty Milk & Lotion</h6>\n<p>To soften and cleanse the skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436"><p></p>\n<h6>Purifying Beauty Milk & Lotion</h6>\n<p>To refresh and cleanse the skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437"><p></p>\n<h6>Softening Beauty Milk & Lotion</h6>\n<p>To soften and moisturize the skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438"><p></p>\n<h6>Soothing Beauty Milk & Lotion</h6>\n<p>To leave the skin soft and subtle\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439"><p></p>\n<h6>Clearness Beauty Milk & Lotion</h6>\n<p>To comfort the skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433"><p></p>\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\n<p>Also formulated to remove waterproof make-up products\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441"><p></p>\n<h6>Eau Thermal Spa Cleansing Water</h6>\n<p>Cleanses in no time both face and eyes\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442"><p></p>\n<h6>Morning Cleanser</h6>\n<p>To soften and cleanse the skin\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444"><p></p>\n<h6>Purifying Foaming Gel</h6>\n<p>To purify the complexion\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445"><p></p>\n<h6>Desquacrem</h6>\n<p>An essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446"><p></p>\n<h6>Biological Skin Peeling</h6>\n<p>A unique granule-free scrubb texture for a silky soft face.\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447"><p></p>\n<h6>Anti-Ageing Double Mask</h6>\n<p>Multi-action anti-aging mask composed of two products:</p>\n<ul>\n<li>radiance smoothing mask</li>\n<li>tightening mask</li>\n</ul>\n<p>For a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448"><p></p>\n<h6>Immuniscience</h6>\n<p>Specific mask for sensitive skin for an immediate soothing and well-being effect.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449"><p></p>\n<h6>Hydra-Nourishing Mask</h6>\n<p>For a soft, hydrated and comfortable skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450"><p></p>\n<h6>Absorbant Mask</h6>\n<p>For a bright complexion and clean, matte and purified skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451"><p></p>\n<h6>Brightening Mask</h6>\n<p>To leave the skin bright, luminous & radiant\n</p></div>\n<div class="su-spacer"></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-2" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Regular Skincare<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453"><p></p>\n<h6>Hydra-Protective Cream or Emulsion</h6>\n<p>The skin is supple, in top form and perfectly protected\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454"><p></p>\n<h6>Immuniscience Fluid</h6>\n<p>This day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455"><p></p>\n<h6>Immuniscience Cream</h6>\n<p>Protected from daily environmental stress, the skin regains its comfort and velvety feel\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456"><p></p>\n<h6>Hydra-matt Fluid & Active Cream</h6>\n<p>For protected, mattified and balanced skin\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457"><p></p>\n<h6>Purifying Serum</h6>\n<p>Concentrated “emergency” anti blemish formula\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458"><p></p>\n<h6>Clarte & Confort Cream and protective cream</h6>\n<p>For even-toned skin that feels comfortable again\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646"><p></p>\n<h6>Concentrated Serum</h6>\n<p>For regulated, protected and soothed skin\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-3" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset" style="cursor: pointer;"><span class="ui-icon ui-icon-triangle-1-e"></span>Complete Anti-Ageing Programme<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461"><p></p>\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\n<p>Intensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462"><p></p>\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\n<p>Essential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463"><p></p>\n<h6>Neck Shaping Care</h6>\n<p>To remodel the contour, to refine and sculpt the lower parts of the face and neck\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464"><p></p>\n<h6>Intensive Hydrating Serum</h6>\n<p>Intensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465"><p></p>\n<h6>Intensive Hydrating Cream</h6>\n<p>Maintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466"><p></p>\n<h6>Nutritive Comfort Cream</h6>\n<p>For immediate essential lipid-replenishing action\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467"><p></p>\n<h6>Essential Lipid Elixir</h6>\n<p>A unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-4" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Targeted Areas<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469"><p></p>\n<h6>Tensor Eye Gel</h6>\n<p>For a smoothed eye contour and a decreased look.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470"><p></p>\n<h6>Age-defying Eye Cream</h6>\n<p>For action against wrinkles, dark circles and puffiness.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471"><p></p>\n<h6>De-stressing Eye Mask</h6>\n<p>For a relaxed and energised eye contour\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472"><p></p>\n<h6>Brightening Fluid</h6>\n<p>For luminous, radiant skin that looks visibly younger.\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473"><p></p>\n<h6>Preparative Lotion</h6>\n<p>Hydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474"><p></p>\n<h6>Double Action Serum</h6>\n<p>For luminous, even skin that regains and maintains its translucency and radiance.<br>\nPhase 1. Brightening solution – for complete radiance / to correct dark spots.<br>\nPhase 2. Peeling – for visibly luminous skin.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475"><p></p>\n<h6>Micro-dermabrasion Mask</h6>\n<p>A unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476"><p></p>\n<h6>Double Renewal System</h6>\n<p>A high-tech serum composed of two complementary skincare products.<br>\nPhase 1. Peeling with bonded glycolic acid<br>\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477"><p></p>\n<h6>Continuous Renewal Care Moisturizer</h6>\n<p>For detoxified, repaired, re-textured and radiant.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478"><p></p>\n<h6>Refining Peel-off Mask</h6>\n<p>For a refined skin texture and tightened pores.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479"><p></p>\n<h6>Complexion Perfector</h6>\n<p>A second-skin effect that conceals and visibly reduces the appearance of pores.\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480"><p></p>\n<h6>Matifying Refiner Solution</h6>\n<p>Reduces excess sebum and tightens pores.\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481"><p></p>\n<h6>Smoothing Refiner Solution</h6>\n<p>Visibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-5" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Beauty Garden<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483"><p></p>\n<h6>Make-up removing fluid with Cherry Bud</h6>\n<p>Hydrates, protects and nourishes the skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484"><p></p>\n<h6>Flower water with angelica and hawthorn</h6>\n<p>Hydrates and protects the skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485"><p></p>\n<h6>Hellanthus and walnut shells exfoliant</h6>\n<p>Gently removes dead cells, refines the skin texture and reveals the radiance of the complexion\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486"><p></p>\n<h6>Face care with helianthus and rosemary</h6>\n<p>Protects the skin and makes it glow with vitality\n</p></div>\n<div class="su-spacer"></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-6" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Secrets de Sothys<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488"><p></p>\n<h6>Global anti-age de-stressing care moisturizer</h6>\n<p>Provides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489"><p></p>\n<h6>Global anti-age de-stressing serum</h6>\n<p>Your complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490"><p></p>\n<h6>Eye Contour Serum</h6>\n<p>Combats wrinkles, dark circles and puffiness\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491"><p></p>\n<h6>Intense Lip Care</h6>\n<p>A hydrating, anti-wrinkle and plumping care for younger-looking lips.\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492"><p></p>\n<h6>Age-defying hand treatment</h6>\n<p>The skin is smoothed and even. The appearance of pigmentary spots is reduced\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493"><p></p>\n<h6>Anti-ageing smoothing body balm</h6>\n<p>The skin is smoothed and even. Firming and anti-ageing benefits.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494"><p></p>\n<h6>Eau de Parfum</h6>\n<p>The ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler -->\n</p></div>\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="sothys_body_care"><h3 class="wp-tab-title" style="display: none;">Sothys Body Care</h3><div class="wp-tab-content">\n<div class="wp-tab-content-wrapper">\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\n<div id="wp-spoiler-7" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-helper-reset ui-state-active ui-corner-top" style="cursor: pointer;"><span class="ui-icon ui-icon-triangle-1-e ui-icon-triangle-1-s"></span>Hanakasumi<span class="toggle_text" style="float:right">Click to hide</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: block;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496"><p></p>\n<h6>Shower Cream</h6>\n<p>For soft and delicately perfumed skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497"><p></p>\n<h6>Relaxing Body Scrub</h6>\n<p>Gel with exfoliating microbeads for embellished skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498"><p></p>\n<h6>Nourishing Body Elixir</h6>\n<p>For soft, satiny and delicately perfumed skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499"><p></p>\n<h6>Hydrating Body Mist</h6>\n<p>To moisturize the skin with a light touch\n</p></div>\n<div class="su-spacer"></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-8" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Oriental Ceremony<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500"><p></p>\n<h6>Shower Gel</h6>\n<p>For soft and delicately perfumed skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501"><p></p>\n<h6>Delicious Scrub</h6>\n<p>A marmalade strewn with spices for sublime skin\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502"><p></p>\n<h6>Nourishing Body Elixir</h6>\n<p>For soft, satiny and delicately perfumed skin\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-9" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Slimming & Firming<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504"><p></p>\n<h6>Hydra-nourishing body lotion</h6>\n<p>This lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645"><p></p>\n<h6>Total resculpting body serum</h6>\n<p>A new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644"><p></p>\n<h6>Slimness exfoliant</h6>\n<p>Exfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507"><p></p>\n<h6>Radiance tightening bust serum</h6>\n<p>Firms, tightens and lifts the bust area and décolleté.\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643"><p></p>\n<h6>Velvet hand cream</h6>\n<p>Softening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509"><p></p>\n<h6>Post-depilatory softening care</h6>\n<p>A formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-10" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Beauty Garden<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511"><p></p>\n<h6>Body lotion with cherry bud and lavender</h6>\n<p>Hydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512"><p></p>\n<h6>Nourishing body oil with helianthus</h6>\n<p>Leaves the skin soft, satiny and delicately perfumed\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler -->\n</p></div>\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_homme"><h3 class="wp-tab-title" style="display: none;">Sothys Homme</h3><div class="wp-tab-content">\n<div class="wp-tab-content-wrapper">\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515"><p></p>\n<h6>Detoxifying Active Cleanser</h6>\n<p>Your skin is clean, supple and toned, perfectly prepped for shaving\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516"><p></p>\n<h6>Revitalizing Hair and Body Care</h6>\n<p>2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517"><p></p>\n<h6>Age-defying Active Cream</h6>\n<p>This protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518"><p></p>\n<h6>Hydrating Active Care Cream</h6>\n<p>Restores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519"><p></p>\n<h6>De-stressing Eye Care</h6>\n<p>Smoothes the eye contour and restores its radiance and tone\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520"><p></p>\n<h6>Exfoliating Scrub</h6>\n<p>The skin is clean and revived, as if new again\n</p></div>\n</div>\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_sun_care"><h3 class="wp-tab-title" style="display: none;">Sothys Sun Care</h3><div class="wp-tab-content">\n<div class="wp-tab-content-wrapper">\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\n<div id="wp-spoiler-11" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-helper-reset ui-state-active ui-corner-top" style="cursor: pointer;"><span class="ui-icon ui-icon-triangle-1-e ui-icon-triangle-1-s"></span>Sunless Tanning Range<span class="toggle_text" style="float:right">Click to hide</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: block;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522"><p></p>\n<h6>Sunny Glow Moisturizing Lotion</h6>\n<p>Gradually adorns the skin with a golden glow\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523"><p></p>\n<h6>Face and Body Self Tanning Cream</h6>\n<p>Adorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-12" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Protect your skin in the sun<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524"><p></p>\n<h6>Sun-sensitive Area Care SPF30</h6>\n<p>Protects the skin from free radicals and photo-ageing\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525"><p></p>\n<h6>Tanning Body Lotion SPF20</h6>\n<p>Provides effective protection and a delightful tan\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526"><p></p>\n<h6>Age-defying Tinted Care SPF10</h6>\n<p>For supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527"><p></p>\n<h6>Face and body cream SPF10</h6>\n<p>Contains a tan booster for a more intense and more rapid tan\n</p></div>\n<div class="su-spacer"></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528"><p></p>\n<h6>Iridescent Tanning Gel SPF8</h6>\n<p>Contains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler --> </p>\n<div id="wp-spoiler-13" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Sooth the skin after exposure<span class="toggle_text" style="float:right">Click to show</span></h3>\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529"><p></p>\n<h6>Repairing age-defying face care</h6>\n<p>After sun exposure, the skin is supple, radiant and perfectly moisturized\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530"><p></p>\n<h6>Soothing After-Sun body care</h6>\n<p>After sun exposure, the skin is softened, moisturized and radiant\n</p></div>\n</div></div></div>\n<p><!-- end div.wp-spoiler -->\n</p></div>\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_make-up"><h3 class="wp-tab-title" style="display: none;">Sothys Make-Up</h3><div class="wp-tab-content">\n<div class="wp-tab-content-wrapper">\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638"><p></p>\n<h6>Complexion</h6>\n<p>Lift Defense foundation – High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation – A 100% matt, absolute radiance effect in a magical cream to powder texture.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639"><p></p>\n<h6>Nails</h6>\n<p>A long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\n</p></div>\n<div class="su-column su-column-1-4 su-column-style-0">\n<img src="/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640"><p></p>\n<h6>Lips</h6>\n<p>Hydra-Glide Lipstick – A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss – Non-sticky extreme shine, Benefit: comfort\n</p></div>\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\n<img src="/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641"><p></p>\n<h6>Eyes</h6>\n<p>Volume care Mascara – A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara – A volumizing texture that is great for the swimming pool or when emotions are high.<br>\nEffect: protection. Ophthalmologically tested.\n</p></div>\n<div class="su-spacer"></div>\n</div>\n</div><p><!-- end div.wp-tab-content -->\n</p></div></div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n</div>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-autosave-v1', '', '', '2015-01-22 12:36:43', '2015-01-22 12:36:43', '', 416, 'http://kamini.xthefrog.com/416-autosave/', 0, 'revision', '', 0),
(422, 1, '2012-03-13 09:33:56', '2012-03-13 09:33:56', '', 'Sothy''s Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 09:33:56', '2012-03-13 09:33:56', '', 416, 'http://kamini.xthefrog.com/416-revision-2/', 0, 'revision', '', 0),
(423, 1, '2012-03-13 09:41:45', '2012-03-13 09:41:45', '[wptabs]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme - Men''s Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Complexion"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Nails"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Lips"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Eyes"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[/wptabs]', 'Sothy''s Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 09:41:45', '2012-03-13 09:41:45', '', 416, 'http://kamini.xthefrog.com/416-revision-3/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(424, 1, '2012-03-13 09:42:30', '2012-03-13 09:42:30', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme - Men''s Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Complexion"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Nails"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Lips"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Eyes"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[/wptabs]', 'Sothy''s Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 09:42:30', '2012-03-13 09:42:30', '', 416, 'http://kamini.xthefrog.com/416-revision-4/', 0, 'revision', '', 0),
(411, 1, '2012-03-13 09:28:46', '2012-03-13 09:28:46', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n\r\n\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:28:46', '2012-03-13 09:28:46', '', 294, 'http://kamini.xthefrog.com/294-revision-34/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(410, 1, '2012-03-13 09:28:19', '2012-03-13 09:28:19', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n\r\n[wptabtitle]Preliminary Essential Care[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Regular Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Complete Anti-Ageing Programme[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Targeted Areas[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Beauty Garden[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Secrets de Sothys[/wptabtitle]\r\n[wptabcontent]\r\n\r\n[/wptabcontent]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:28:19', '2012-03-13 09:28:19', '', 294, 'http://kamini.xthefrog.com/294-revision-33/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(407, 1, '2012-03-13 09:13:43', '2012-03-13 09:13:43', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:13:43', '2012-03-13 09:13:43', '', 294, 'http://kamini.xthefrog.com/294-revision-30/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(408, 1, '2012-03-13 09:14:46', '2012-03-13 09:14:46', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:14:46', '2012-03-13 09:14:46', '', 294, 'http://kamini.xthefrog.com/294-revision-31/', 0, 'revision', '', 0),
(413, 1, '2012-03-13 09:32:39', '2012-03-13 09:32:39', '', 'Products', '', 'inherit', 'open', 'open', '', '412-revision-v1', '', '', '2012-03-13 09:32:39', '2012-03-13 09:32:39', '', 412, 'http://kamini.xthefrog.com/412-revision/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(414, 1, '2012-03-13 09:32:32', '2012-03-13 09:32:32', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n\r\n\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:32:32', '2012-03-13 09:32:32', '', 294, 'http://kamini.xthefrog.com/294-revision-35/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(416, 1, '2012-03-13 09:33:56', '2012-03-13 09:33:56', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/su_column]\r\n[/su_row]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/su_column]\r\n[/su_row]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'publish', 'closed', 'closed', '', 'sothys-products', '', '', '2015-01-22 14:14:13', '2015-01-22 14:14:13', '', 412, 'http://kamini.xthefrog.com/?page_id=416', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(703, 1, '2012-03-23 01:42:22', '2012-03-23 01:42:22', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-23 01:42:22', '2012-03-23 01:42:22', '', 294, 'http://www.kaminibeauty.com/294-revision-48/', 0, 'revision', '', 0),
(417, 1, '2012-03-13 09:33:54', '2012-03-13 09:33:54', '', 'Sothy''s Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 09:33:54', '2012-03-13 09:33:54', '', 416, 'http://kamini.xthefrog.com/416-revision/', 0, 'revision', '', 0),
(418, 1, '2012-03-13 09:34:51', '2012-03-13 09:34:51', '', 'Sothy''s Products', '', 'publish', 'open', 'open', '', 'sothys-products', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 412, 'http://kamini.xthefrog.com/?p=418', 17, 'nav_menu_item', '', 0),
(419, 1, '2012-03-13 09:34:51', '2012-03-13 09:34:51', '', 'Products', '', 'publish', 'open', 'open', '', 'products', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://kamini.xthefrog.com/?p=419', 16, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(420, 1, '2012-03-13 09:33:04', '2012-03-13 09:33:04', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothy''s Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Face Care"]\r\n\r\n\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Men''s Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sun Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Make Up"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod11.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-326" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-327" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-328" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/prod4.jpg" alt="" title="" width="148" height="262" class="aligncenter size-full wp-image-329" />\r\n<h6>Product Title</h6>\r\nProduct description goes in here.\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. \r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n<ul><li>Suitable for all skin types including hypersensitive and acenic skins.</li><li>Enriched with Vitamins Ester C and E.</li><li>Effectively removes all traces of make-up.</li><li>Helps to unblock congestion in the pores.</li><li>Rich in anti ageing and antioxidant properties.</li><li>Helps to promote a nourished, brighter and more youthful complexion.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n<ul><li>Effectively removes all traces of make-up.</li><li>Gentle exfoliating action.</li><li>Ideal as an all over body wash.</li><li>Suitable for all skin conditions.</li><li>Helps to unblock congestion in the pores.</li><li>Ideal for male and females.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n<ul><li>Helps to cool, soothe and hydrate the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li><eaves skin radiant and fresh.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto.\r\nSensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n<ul><li>Refreshing, soothing and hydrating to the skin.</li><li>Helps to hydrate and stabilize fragile skins.</li><li>Helps close open pores.</li><li>Leaves skin radiant and fresh.</li></ul>\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n<ul><li>Deep cleansing.</li><li>Removes dead skin cells and aids to unblock pores.</li><li>Encourages natural cell regeneration.</li><li>Leaves a smoothing effect on the skin.</li><li>Has antiseptic, cooling & relaxing properties.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n<ul><li>Non-abrasive with deep cleansing action.</li><li>For all skin types (even highly red skin & acneic skin).</li><li>Helps to draws out impurities.</li><li>Helps to close and eliminate open pores.</li><li>Has an invigorating and tightening effect on skin.</li><li>Has a calming & healing effect on the skin.</li><li>Helps to promotes cell renewal</li><li>Leaves skin feeling brighter, refreshed, smooth & clear.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n<ul><li>Helps to soothe, heal, nourish & rehydrate the skin.</li><li>Gently clears the skin of toxins.</li><li>Removes any surface oil & dirt.</li><li>Helps to calm and eliminate open pores.</li><li>A thick & creamy mask that softens the skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n<ul><li>Helps to regulate uneven skin tone.</li><li>Helps to encourage skin brightness.</li><li>Helps to treat and improve sun damaged skin.</li><li>Helps to effectively exfoliate and eliminate open pores.</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n<ul><li>Helps to lift and improve the firmness of the skin.</li><li>Helps to leave the skin feeling soft and smooth.</li><li>Ideal for fragile and sensitive skins.</li><li>Thoroughly removes surface dead cells.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n<ul><li>Combat the ageing process.</li><li>Prevent the appearance of fine lines.</li><li>Deeper lines become finer.</li><li>Helps the skin regain elasticity.</li><li>Helps give the skin an even tone.</li><li>Helps protect the skin from the harmful external factors of the environment.</li><li>Helps with acne and problematic skin.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n<ul><li>Protects, moisturises and revitalises the skin.</li><li>Promotes cell renewal and restores skin vitality.</li><li>Helps to keep skin smooth all day.</li><li>Ideal for for normal to oily and combination skin types.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n<ul><li>Natural organic lightening complex</li><li>Helps to regulate uneven skin tones</li><li>Helps and encourages skin brightness</li><li>Helps to give clarity to sallow skin</li><li>Helps to eliminate freckles and pigmentation problems</li><li>Helps to treat, improve and eliminate sun damaged skin</li><li>NO bleaching ingredients</li><li>NO Hydroquinone</li></ul>\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n<ul><li>Helps to nourish and protect the skin.</li><li>Can be used on the most dehydrated skins.</li><li>Promotes cell renewal and increases skin elasticity.</li><li>Helps to diminish fine lines.</li><li>Helps to keep skin soft & smooth.</li></ul>\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n<ul><li>Helps soothe and heal any extreme skin reaction.</li><li>Helps alleviate symptoms linked to such skin conditions as acne redness and inflammation.</li><li>Has an immediate effect in reducing discomfort, redness and any swelling.</li></ul>\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n<ul><li>Protects, nourishes and moisturizes.</li><li>Helps to prevent and diminish vertical lines.</li><li>A natural base for lipstick</li></ul>\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n<ul><li>Gently but effectively removes all traces of eye make up.</li><li>Helps to nourish, strengthen and protect the eyelashes and brows.</li><li>Helps to calm and sooth the delicate eye area.</li><li>Helps to reduce eye puffiness.</li><li>Oil and Fragrance Free</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n<ul><li>Helps to decongest, relax, cool and soothe.</li><li>Helps to protects the delicate tissue around the eye.</li><li>Helps to give a firming and tightening effect.</li><li>Helps to reduce the puffy eyes.</li><li>Helps to brighten dark circles around the eye area.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n<ul><li>Helps to decongest, relax and nourish the eye area.</li><li>Helps to eliminate dark circles and reduce eye puffiness.</li><li>Helps to diminish and delay the formation of fine lines.</li><li>Helps to restore cell renewal without irritation.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Promotes relaxation both in mind & body.</li><li>Softening and relieves irritated skins.</li></ul>\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n<ul><li>Helps to soothe, nourish and rehydrate the skin.</li><li>Has an uplifting and detoxifying effect on the skin.</li><li>Aids in the removal of excess tissue fluid.</li><li>Enhances the mind, body and soul.</li></ul>\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n<ul><li>Helps to soothe, nourish and balance the skin.</li><li>Balances sebum production.</li><li>Brings harmony to the skin.</li></ul>\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-13 09:33:04', '2012-03-13 09:33:04', '', 294, 'http://kamini.xthefrog.com/294-revision-36/', 0, 'revision', '', 0),
(425, 1, '2012-03-13 09:43:05', '2012-03-13 09:43:05', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Complexion"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Nails"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Lips"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Eyes"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[/wptabs]', 'Sothy''s Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 09:43:05', '2012-03-13 09:43:05', '', 416, 'http://kamini.xthefrog.com/416-revision-5/', 0, 'revision', '', 0),
(426, 1, '2012-03-13 09:46:57', '2012-03-13 09:46:57', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Complexion"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Nails"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Lips"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Eyes"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 09:46:57', '2012-03-13 09:46:57', '', 416, 'http://kamini.xthefrog.com/416-revision-6/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(427, 1, '2012-03-13 10:06:40', '2012-03-13 10:06:40', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Complexion"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Nails"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Lips"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Eyes"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 10:06:40', '2012-03-13 10:06:40', '', 416, 'http://kamini.xthefrog.com/416-revision-7/', 0, 'revision', '', 0),
(428, 1, '2012-03-13 10:20:07', '2012-03-13 10:20:07', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Complexion"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Nails"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Lips"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Eyes"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 10:20:07', '2012-03-13 10:20:07', '', 416, 'http://kamini.xthefrog.com/416-revision-8/', 0, 'revision', '', 0),
(429, 1, '2012-03-13 10:22:50', '2012-03-13 10:22:50', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 10:22:50', '2012-03-13 10:22:50', '', 416, 'http://kamini.xthefrog.com/416-revision-9/', 0, 'revision', '', 0),
(430, 1, '2012-03-13 10:51:38', '2012-03-13 10:51:38', '', 'Purifying Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '2', '', '', '2012-03-13 10:51:38', '2012-03-13 10:51:38', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(431, 1, '2012-03-13 10:51:53', '2012-03-13 10:51:53', '', 'Softening Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '3', '', '', '2012-03-13 10:51:53', '2012-03-13 10:51:53', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(432, 1, '2012-03-13 10:52:08', '2012-03-13 10:52:08', '', 'Soothing Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '4', '', '', '2012-03-13 10:52:08', '2012-03-13 10:52:08', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(433, 1, '2012-03-13 10:52:25', '2012-03-13 10:52:25', '', 'Bi-Phased soft make-up removing fluid for face and eyes', '', 'inherit', 'open', 'open', '', '6', '', '', '2012-03-13 10:52:25', '2012-03-13 10:52:25', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(434, 1, '2012-03-13 10:34:27', '2012-03-13 10:34:27', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 10:34:27', '2012-03-13 10:34:27', '', 416, 'http://kamini.xthefrog.com/416-revision-10/', 0, 'revision', '', 0),
(435, 1, '2012-03-13 11:07:39', '2012-03-13 11:07:39', '', 'Normalising Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '1', '', '', '2012-03-13 11:07:39', '2012-03-13 11:07:39', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(436, 1, '2012-03-13 11:07:55', '2012-03-13 11:07:55', '', 'Purifying Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '2-2', '', '', '2012-03-13 11:07:55', '2012-03-13 11:07:55', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg', 0, 'attachment', 'image/jpeg', 0),
(437, 1, '2012-03-13 11:14:10', '2012-03-13 11:14:10', '', 'Softening Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '3-2', '', '', '2012-03-13 11:14:10', '2012-03-13 11:14:10', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 1, '2012-03-13 11:14:28', '2012-03-13 11:14:28', '', 'Soothing Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '4-2', '', '', '2012-03-13 11:14:28', '2012-03-13 11:14:28', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg', 0, 'attachment', 'image/jpeg', 0),
(439, 1, '2012-03-13 11:14:43', '2012-03-13 11:14:43', '', 'Clearness Beauty Milk & Lotion', '', 'inherit', 'open', 'open', '', '5', '', '', '2012-03-13 11:14:43', '2012-03-13 11:14:43', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(440, 1, '2012-03-13 10:52:32', '2012-03-13 10:52:32', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/2.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-430" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/3.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-431" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/4.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-432" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 10:52:32', '2012-03-13 10:52:32', '', 416, 'http://kamini.xthefrog.com/416-revision-11/', 0, 'revision', '', 0),
(441, 1, '2012-03-13 11:18:17', '2012-03-13 11:18:17', '', 'Eau Thermal Spa Cleansing Water', '', 'inherit', 'open', 'open', '', '7', '', '', '2012-03-13 11:18:17', '2012-03-13 11:18:17', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2012-03-13 11:20:45', '2012-03-13 11:20:45', '', 'Morning Cleanser', '', 'inherit', 'open', 'open', '', '8', '', '', '2012-03-13 11:20:45', '2012-03-13 11:20:45', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(443, 1, '2012-03-13 11:15:03', '2012-03-13 11:15:03', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 11:15:03', '2012-03-13 11:15:03', '', 416, 'http://kamini.xthefrog.com/416-revision-12/', 0, 'revision', '', 0),
(444, 1, '2012-03-13 11:21:50', '2012-03-13 11:21:50', '', 'Purifying Foaming Gel', '', 'inherit', 'open', 'open', '', '9', '', '', '2012-03-13 11:21:50', '2012-03-13 11:21:50', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg', 0, 'attachment', 'image/jpeg', 0),
(445, 1, '2012-03-13 11:22:06', '2012-03-13 11:22:06', '', 'placeholder', '', 'inherit', 'open', 'open', '', 'placeholder-5', '', '', '2012-03-13 11:22:06', '2012-03-13 11:22:06', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg', 0, 'attachment', 'image/jpeg', 0),
(446, 1, '2012-03-13 11:22:21', '2012-03-13 11:22:21', '', 'placeholder', '', 'inherit', 'open', 'open', '', 'placeholder-6', '', '', '2012-03-13 11:22:21', '2012-03-13 11:22:21', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg', 0, 'attachment', 'image/jpeg', 0),
(447, 1, '2012-03-13 11:23:25', '2012-03-13 11:23:25', '', 'Anti-Ageing Double Mask', '', 'inherit', 'open', 'open', '', '12-2', '', '', '2012-03-13 11:23:25', '2012-03-13 11:23:25', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg', 0, 'attachment', 'image/jpeg', 0),
(448, 1, '2012-03-13 11:24:16', '2012-03-13 11:24:16', '', 'Immuniscience', '', 'inherit', 'open', 'open', '', '13-2', '', '', '2012-03-13 11:24:16', '2012-03-13 11:24:16', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg', 0, 'attachment', 'image/jpeg', 0),
(449, 1, '2012-03-13 11:25:31', '2012-03-13 11:25:31', '', 'Hydra-Nourishing Mask', '', 'inherit', 'open', 'open', '', '14-2', '', '', '2012-03-13 11:25:31', '2012-03-13 11:25:31', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg', 0, 'attachment', 'image/jpeg', 0),
(450, 1, '2012-03-13 11:26:29', '2012-03-13 11:26:29', '', 'Absorbant Mask', '', 'inherit', 'open', 'open', '', '15-2', '', '', '2012-03-13 11:26:29', '2012-03-13 11:26:29', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg', 0, 'attachment', 'image/jpeg', 0),
(451, 1, '2012-03-13 11:26:41', '2012-03-13 11:26:41', '', 'placeholder', '', 'inherit', 'open', 'open', '', 'placeholder-7', '', '', '2012-03-13 11:26:41', '2012-03-13 11:26:41', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg', 0, 'attachment', 'image/jpeg', 0),
(452, 1, '2012-03-13 11:20:53', '2012-03-13 11:20:53', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 11:20:53', '2012-03-13 11:20:53', '', 416, 'http://kamini.xthefrog.com/416-revision-13/', 0, 'revision', '', 0),
(453, 1, '2012-03-13 11:28:36', '2012-03-13 11:28:36', '', 'Hydra-Protective Cream or Emulsion', '', 'inherit', 'open', 'open', '', '17-2', '', '', '2012-03-13 11:28:36', '2012-03-13 11:28:36', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg', 0, 'attachment', 'image/jpeg', 0),
(454, 1, '2012-03-13 11:30:37', '2012-03-13 11:30:37', '', 'Immuniscience Fluid', '', 'inherit', 'open', 'open', '', '18-2', '', '', '2012-03-13 11:30:37', '2012-03-13 11:30:37', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg', 0, 'attachment', 'image/jpeg', 0),
(455, 1, '2012-03-13 11:31:28', '2012-03-13 11:31:28', '', 'Immuniscience Cream', '', 'inherit', 'open', 'open', '', '18b', '', '', '2012-03-13 11:31:28', '2012-03-13 11:31:28', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg', 0, 'attachment', 'image/jpeg', 0),
(456, 1, '2012-03-13 11:33:42', '2012-03-13 11:33:42', '', 'Hydra-matt Fluid & Active Cream', '', 'inherit', 'open', 'open', '', '19a', '', '', '2012-03-13 11:33:42', '2012-03-13 11:33:42', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg', 0, 'attachment', 'image/jpeg', 0),
(457, 1, '2012-03-13 11:33:55', '2012-03-13 11:33:55', '', 'Purifying Serum', '', 'inherit', 'open', 'open', '', '19b', '', '', '2012-03-13 11:33:55', '2012-03-13 11:33:55', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg', 0, 'attachment', 'image/jpeg', 0),
(458, 1, '2012-03-13 11:36:05', '2012-03-13 11:36:05', '', 'Clarte & Confort Cream and protective cream', '', 'inherit', 'open', 'open', '', '20-2', '', '', '2012-03-13 11:36:05', '2012-03-13 11:36:05', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg', 0, 'attachment', 'image/jpeg', 0),
(459, 1, '2012-03-13 11:36:17', '2012-03-13 11:36:17', '', 'placeholder', '', 'inherit', 'open', 'open', '', 'placeholder-8', '', '', '2012-03-13 11:36:17', '2012-03-13 11:36:17', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(460, 1, '2012-03-13 11:26:53', '2012-03-13 11:26:53', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 11:26:53', '2012-03-13 11:26:53', '', 416, 'http://kamini.xthefrog.com/416-revision-14/', 0, 'revision', '', 0),
(461, 1, '2012-03-13 11:40:23', '2012-03-13 11:40:23', '', 'Intensive Anti-Ageing Serum Graded Product 1-4', '', 'inherit', 'open', 'open', '', '21-2', '', '', '2012-03-13 11:40:23', '2012-03-13 11:40:23', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg', 0, 'attachment', 'image/jpeg', 0),
(462, 1, '2012-03-13 11:42:45', '2012-03-13 11:42:45', '', 'Intensive Anti-Ageing Daily Cream Graded Product 1-4', '', 'inherit', 'open', 'open', '', '22-2', '', '', '2012-03-13 11:42:45', '2012-03-13 11:42:45', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg', 0, 'attachment', 'image/jpeg', 0),
(463, 1, '2012-03-13 11:44:18', '2012-03-13 11:44:18', '', 'Neck Shaping Care', '', 'inherit', 'open', 'open', '', '23', '', '', '2012-03-13 11:44:18', '2012-03-13 11:44:18', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg', 0, 'attachment', 'image/jpeg', 0),
(464, 1, '2012-03-13 11:45:28', '2012-03-13 11:45:28', '', 'Intensive Hydrating Serum', '', 'inherit', 'open', 'open', '', '24', '', '', '2012-03-13 11:45:28', '2012-03-13 11:45:28', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg', 0, 'attachment', 'image/jpeg', 0),
(465, 1, '2012-03-13 11:47:18', '2012-03-13 11:47:18', '', 'Intensive Hydrating Cream', '', 'inherit', 'open', 'open', '', '25', '', '', '2012-03-13 11:47:18', '2012-03-13 11:47:18', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg', 0, 'attachment', 'image/jpeg', 0),
(466, 1, '2012-03-13 11:50:31', '2012-03-13 11:50:31', '', 'Nutritive Comfort Cream', '', 'inherit', 'open', 'open', '', '26', '', '', '2012-03-13 11:50:31', '2012-03-13 11:50:31', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 1, '2012-03-13 11:51:24', '2012-03-13 11:51:24', '', 'Essential Lipid Elixir', '', 'inherit', 'open', 'open', '', '27', '', '', '2012-03-13 11:51:24', '2012-03-13 11:51:24', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg', 0, 'attachment', 'image/jpeg', 0),
(468, 1, '2012-03-13 11:36:55', '2012-03-13 11:36:55', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 11:36:55', '2012-03-13 11:36:55', '', 416, 'http://kamini.xthefrog.com/416-revision-15/', 0, 'revision', '', 0),
(469, 1, '2012-03-13 12:01:33', '2012-03-13 12:01:33', '', 'Tensor Eye Gel', '', 'inherit', 'open', 'open', '', '28', '', '', '2012-03-13 12:01:33', '2012-03-13 12:01:33', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg', 0, 'attachment', 'image/jpeg', 0),
(470, 1, '2012-03-13 12:01:49', '2012-03-13 12:01:49', '', 'Age-defying Eye Cream', '', 'inherit', 'open', 'open', '', '29', '', '', '2012-03-13 12:01:49', '2012-03-13 12:01:49', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg', 0, 'attachment', 'image/jpeg', 0),
(471, 1, '2012-03-13 12:02:04', '2012-03-13 12:02:04', '', 'De-stressing Eye Mask', '', 'inherit', 'open', 'open', '', '30', '', '', '2012-03-13 12:02:04', '2012-03-13 12:02:04', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 1, '2012-03-13 12:02:24', '2012-03-13 12:02:24', '', 'Brightening Fluid', '', 'inherit', 'open', 'open', '', '31', '', '', '2012-03-13 12:02:24', '2012-03-13 12:02:24', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg', 0, 'attachment', 'image/jpeg', 0),
(473, 1, '2012-03-13 12:02:40', '2012-03-13 12:02:40', '', 'Preparative Lotion', '', 'inherit', 'open', 'open', '', '32', '', '', '2012-03-13 12:02:40', '2012-03-13 12:02:40', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg', 0, 'attachment', 'image/jpeg', 0),
(474, 1, '2012-03-13 12:02:53', '2012-03-13 12:02:53', '', 'Double Action Serum', '', 'inherit', 'open', 'open', '', '33', '', '', '2012-03-13 12:02:53', '2012-03-13 12:02:53', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg', 0, 'attachment', 'image/jpeg', 0),
(475, 1, '2012-03-13 12:03:06', '2012-03-13 12:03:06', '', 'Micro-dermabrasion Mask', '', 'inherit', 'open', 'open', '', '34', '', '', '2012-03-13 12:03:06', '2012-03-13 12:03:06', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg', 0, 'attachment', 'image/jpeg', 0),
(476, 1, '2012-03-13 12:03:33', '2012-03-13 12:03:33', '', 'Double Renewal System', '', 'inherit', 'open', 'open', '', '35', '', '', '2012-03-13 12:03:33', '2012-03-13 12:03:33', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg', 0, 'attachment', 'image/jpeg', 0),
(477, 1, '2012-03-13 12:03:45', '2012-03-13 12:03:45', '', 'Continuous Renewal Care Moisturizer', '', 'inherit', 'open', 'open', '', '36', '', '', '2012-03-13 12:03:45', '2012-03-13 12:03:45', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 1, '2012-03-13 12:03:58', '2012-03-13 12:03:58', '', 'Refining Peel-off Mask', '', 'inherit', 'open', 'open', '', '37', '', '', '2012-03-13 12:03:58', '2012-03-13 12:03:58', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg', 0, 'attachment', 'image/jpeg', 0),
(479, 1, '2012-03-13 12:04:11', '2012-03-13 12:04:11', '', 'Complexion Perfector', '', 'inherit', 'open', 'open', '', '38', '', '', '2012-03-13 12:04:11', '2012-03-13 12:04:11', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg', 0, 'attachment', 'image/jpeg', 0),
(480, 1, '2012-03-13 12:04:29', '2012-03-13 12:04:29', '', 'Matifying Refiner Solution', '', 'inherit', 'open', 'open', '', '39-2', '', '', '2012-03-13 12:04:29', '2012-03-13 12:04:29', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg', 0, 'attachment', 'image/jpeg', 0),
(481, 1, '2012-03-13 12:04:44', '2012-03-13 12:04:44', '', 'Smoothing Refiner Solution', '', 'inherit', 'open', 'open', '', '40-2', '', '', '2012-03-13 12:04:44', '2012-03-13 12:04:44', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(482, 1, '2012-03-13 11:51:35', '2012-03-13 11:51:35', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 11:51:35', '2012-03-13 11:51:35', '', 416, 'http://kamini.xthefrog.com/416-revision-16/', 0, 'revision', '', 0),
(483, 1, '2012-03-13 12:08:44', '2012-03-13 12:08:44', '', 'Make-up removing fluid with Cherry Bud', '', 'inherit', 'open', 'open', '', '41-2', '', '', '2012-03-13 12:08:44', '2012-03-13 12:08:44', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg', 0, 'attachment', 'image/jpeg', 0),
(484, 1, '2012-03-13 12:08:59', '2012-03-13 12:08:59', '', 'Flower water with angelica and hawthorn', '', 'inherit', 'open', 'open', '', '42-2', '', '', '2012-03-13 12:08:59', '2012-03-13 12:08:59', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg', 0, 'attachment', 'image/jpeg', 0),
(485, 1, '2012-03-13 12:09:14', '2012-03-13 12:09:14', '', 'Hellanthus and walnut shells exfoliant', '', 'inherit', 'open', 'open', '', '43-2', '', '', '2012-03-13 12:09:14', '2012-03-13 12:09:14', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg', 0, 'attachment', 'image/jpeg', 0),
(486, 1, '2012-03-13 12:09:30', '2012-03-13 12:09:30', '', 'Face care with helianthus and rosemary', '', 'inherit', 'open', 'open', '', '44', '', '', '2012-03-13 12:09:30', '2012-03-13 12:09:30', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(487, 1, '2012-03-13 12:04:51', '2012-03-13 12:04:51', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:04:51', '2012-03-13 12:04:51', '', 416, 'http://kamini.xthefrog.com/416-revision-17/', 0, 'revision', '', 0),
(488, 1, '2012-03-13 12:14:56', '2012-03-13 12:14:56', '', 'Global anti-age de-stressing care moisturizer', '', 'inherit', 'open', 'open', '', '45', '', '', '2012-03-13 12:14:56', '2012-03-13 12:14:56', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg', 0, 'attachment', 'image/jpeg', 0),
(489, 1, '2012-03-13 12:15:11', '2012-03-13 12:15:11', '', 'Global anti-age de-stressing serum', '', 'inherit', 'open', 'open', '', '46', '', '', '2012-03-13 12:15:11', '2012-03-13 12:15:11', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 1, '2012-03-13 12:15:28', '2012-03-13 12:15:28', '', 'Eye Contour Serum', '', 'inherit', 'open', 'open', '', '47', '', '', '2012-03-13 12:15:28', '2012-03-13 12:15:28', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 1, '2012-03-13 12:15:43', '2012-03-13 12:15:43', '', 'Intense Lip Care', '', 'inherit', 'open', 'open', '', '48', '', '', '2012-03-13 12:15:43', '2012-03-13 12:15:43', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg', 0, 'attachment', 'image/jpeg', 0),
(492, 1, '2012-03-13 12:15:57', '2012-03-13 12:15:57', '', 'Age-defying hand treatment', '', 'inherit', 'open', 'open', '', '49', '', '', '2012-03-13 12:15:57', '2012-03-13 12:15:57', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg', 0, 'attachment', 'image/jpeg', 0),
(493, 1, '2012-03-13 12:16:13', '2012-03-13 12:16:13', '', 'Anti-ageing smoothing body balm', '', 'inherit', 'open', 'open', '', '50', '', '', '2012-03-13 12:16:13', '2012-03-13 12:16:13', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg', 0, 'attachment', 'image/jpeg', 0),
(494, 1, '2012-03-13 12:16:26', '2012-03-13 12:16:26', '', 'Eau de Parfum', '', 'inherit', 'open', 'open', '', '51', '', '', '2012-03-13 12:16:26', '2012-03-13 12:16:26', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(495, 1, '2012-03-13 12:09:39', '2012-03-13 12:09:39', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:09:39', '2012-03-13 12:09:39', '', 416, 'http://kamini.xthefrog.com/416-revision-18/', 0, 'revision', '', 0),
(496, 1, '2012-03-13 12:22:29', '2012-03-13 12:22:29', '', 'Shower Cream', '', 'inherit', 'open', 'open', '', '52', '', '', '2012-03-13 12:22:29', '2012-03-13 12:22:29', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg', 0, 'attachment', 'image/jpeg', 0),
(497, 1, '2012-03-13 12:22:44', '2012-03-13 12:22:44', '', 'Relaxing Body Scrub', '', 'inherit', 'open', 'open', '', '53', '', '', '2012-03-13 12:22:44', '2012-03-13 12:22:44', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg', 0, 'attachment', 'image/jpeg', 0),
(498, 1, '2012-03-13 12:22:57', '2012-03-13 12:22:57', '', 'Nourishing Body Elixir', '', 'inherit', 'open', 'open', '', '54', '', '', '2012-03-13 12:22:57', '2012-03-13 12:22:57', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2012-03-13 12:23:15', '2012-03-13 12:23:15', '', 'Hydrating Body Mist', '', 'inherit', 'open', 'open', '', '55', '', '', '2012-03-13 12:23:15', '2012-03-13 12:23:15', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg', 0, 'attachment', 'image/jpeg', 0),
(500, 1, '2012-03-13 12:23:29', '2012-03-13 12:23:29', '', 'Shower Gel', '', 'inherit', 'open', 'open', '', '56', '', '', '2012-03-13 12:23:29', '2012-03-13 12:23:29', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg', 0, 'attachment', 'image/jpeg', 0),
(501, 1, '2012-03-13 12:23:42', '2012-03-13 12:23:42', '', 'Delicious Scrub', '', 'inherit', 'open', 'open', '', '57', '', '', '2012-03-13 12:23:42', '2012-03-13 12:23:42', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 1, '2012-03-13 12:23:56', '2012-03-13 12:23:56', '', 'Nourishing Body Elixir', '', 'inherit', 'open', 'open', '', '58', '', '', '2012-03-13 12:23:56', '2012-03-13 12:23:56', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(503, 1, '2012-03-13 12:16:34', '2012-03-13 12:16:34', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:16:34', '2012-03-13 12:16:34', '', 416, 'http://kamini.xthefrog.com/416-revision-19/', 0, 'revision', '', 0),
(504, 1, '2012-03-13 12:29:50', '2012-03-13 12:29:50', '', 'Hydra-nourishing body lotion', '', 'inherit', 'open', 'open', '', '59', '', '', '2012-03-13 12:29:50', '2012-03-13 12:29:50', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg', 0, 'attachment', 'image/jpeg', 0),
(505, 1, '2012-03-13 12:30:06', '2012-03-13 12:30:06', '', '60', '', 'inherit', 'open', 'open', '', '60', '', '', '2012-03-13 12:30:06', '2012-03-13 12:30:06', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg', 0, 'attachment', 'image/jpeg', 0),
(506, 1, '2012-03-13 12:30:17', '2012-03-13 12:30:17', '', '61', '', 'inherit', 'open', 'open', '', '61', '', '', '2012-03-13 12:30:17', '2012-03-13 12:30:17', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg', 0, 'attachment', 'image/jpeg', 0),
(507, 1, '2012-03-13 12:30:30', '2012-03-13 12:30:30', '', 'Radiance tightening bust serum', '', 'inherit', 'open', 'open', '', '62', '', '', '2012-03-13 12:30:30', '2012-03-13 12:30:30', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg', 0, 'attachment', 'image/jpeg', 0),
(508, 1, '2012-03-13 12:30:45', '2012-03-13 12:30:45', '', '63', '', 'inherit', 'open', 'open', '', '63', '', '', '2012-03-13 12:30:45', '2012-03-13 12:30:45', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg', 0, 'attachment', 'image/jpeg', 0),
(509, 1, '2012-03-13 12:30:55', '2012-03-13 12:30:55', '', 'Post-depilatory softening care', '', 'inherit', 'open', 'open', '', '64', '', '', '2012-03-13 12:30:55', '2012-03-13 12:30:55', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(510, 1, '2012-03-13 12:24:02', '2012-03-13 12:24:02', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:24:02', '2012-03-13 12:24:02', '', 416, 'http://kamini.xthefrog.com/416-revision-20/', 0, 'revision', '', 0),
(511, 1, '2012-03-13 12:33:34', '2012-03-13 12:33:34', '', 'Body lotion with cherry bud and lavender', '', 'inherit', 'open', 'open', '', '65', '', '', '2012-03-13 12:33:34', '2012-03-13 12:33:34', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg', 0, 'attachment', 'image/jpeg', 0),
(512, 1, '2012-03-13 12:33:49', '2012-03-13 12:33:49', '', 'Nourishing body oil with helianthus', '', 'inherit', 'open', 'open', '', '66', '', '', '2012-03-13 12:33:49', '2012-03-13 12:33:49', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg', 0, 'attachment', 'image/jpeg', 0),
(513, 1, '2012-03-13 12:34:03', '2012-03-13 12:34:03', '', '67', '', 'inherit', 'open', 'open', '', '67', '', '', '2012-03-13 12:34:03', '2012-03-13 12:34:03', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/67.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(514, 1, '2012-03-13 12:31:04', '2012-03-13 12:31:04', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:31:04', '2012-03-13 12:31:04', '', 416, 'http://kamini.xthefrog.com/416-revision-21/', 0, 'revision', '', 0),
(515, 1, '2012-03-13 12:38:14', '2012-03-13 12:38:14', '', 'Detoxifying Active Cleanser', '', 'inherit', 'open', 'open', '', '67-2', '', '', '2012-03-13 12:38:14', '2012-03-13 12:38:14', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg', 0, 'attachment', 'image/jpeg', 0),
(516, 1, '2012-03-13 12:38:27', '2012-03-13 12:38:27', '', 'Revitalizing Hair and Body Care', '', 'inherit', 'open', 'open', '', '68', '', '', '2012-03-13 12:38:27', '2012-03-13 12:38:27', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg', 0, 'attachment', 'image/jpeg', 0),
(517, 1, '2012-03-13 12:38:41', '2012-03-13 12:38:41', '', 'Age-defying Active Cream', '', 'inherit', 'open', 'open', '', '69', '', '', '2012-03-13 12:38:41', '2012-03-13 12:38:41', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg', 0, 'attachment', 'image/jpeg', 0),
(518, 1, '2012-03-13 12:38:54', '2012-03-13 12:38:54', '', 'Hydrating Active Care Cream', '', 'inherit', 'open', 'open', '', '70', '', '', '2012-03-13 12:38:54', '2012-03-13 12:38:54', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg', 0, 'attachment', 'image/jpeg', 0),
(519, 1, '2012-03-13 12:39:06', '2012-03-13 12:39:06', '', 'De-stressing Eye Care', '', 'inherit', 'open', 'open', '', '71', '', '', '2012-03-13 12:39:06', '2012-03-13 12:39:06', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg', 0, 'attachment', 'image/jpeg', 0),
(520, 1, '2012-03-13 12:39:20', '2012-03-13 12:39:20', '', 'Exfoliating Scrub', '', 'inherit', 'open', 'open', '', '72', '', '', '2012-03-13 12:39:20', '2012-03-13 12:39:20', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(521, 1, '2012-03-13 12:34:09', '2012-03-13 12:34:09', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/67.jpg" alt="" title="67" width="211" height="262" class="aligncenter size-full wp-image-513" />\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:34:09', '2012-03-13 12:34:09', '', 416, 'http://kamini.xthefrog.com/416-revision-22/', 0, 'revision', '', 0),
(522, 1, '2012-03-13 12:49:22', '2012-03-13 12:49:22', '', 'Sunny Glow Moisturizing Lotion', '', 'inherit', 'open', 'open', '', '73', '', '', '2012-03-13 12:49:22', '2012-03-13 12:49:22', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2012-03-13 12:49:37', '2012-03-13 12:49:37', '', 'Face and Body Self Tanning Cream', '', 'inherit', 'open', 'open', '', '74', '', '', '2012-03-13 12:49:37', '2012-03-13 12:49:37', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg', 0, 'attachment', 'image/jpeg', 0),
(524, 1, '2012-03-13 12:49:53', '2012-03-13 12:49:53', '', 'Sun-sensitive Area Care SPF30', '', 'inherit', 'open', 'open', '', '75', '', '', '2012-03-13 12:49:53', '2012-03-13 12:49:53', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg', 0, 'attachment', 'image/jpeg', 0),
(525, 1, '2012-03-13 12:50:06', '2012-03-13 12:50:06', '', 'Tanning Body Lotion SPF20', '', 'inherit', 'open', 'open', '', '76', '', '', '2012-03-13 12:50:06', '2012-03-13 12:50:06', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg', 0, 'attachment', 'image/jpeg', 0),
(526, 1, '2012-03-13 12:50:20', '2012-03-13 12:50:20', '', 'Age-defying Tinted Care SPF10', '', 'inherit', 'open', 'open', '', '77', '', '', '2012-03-13 12:50:20', '2012-03-13 12:50:20', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg', 0, 'attachment', 'image/jpeg', 0),
(527, 1, '2012-03-13 12:50:36', '2012-03-13 12:50:36', '', 'Face and body cream SPF10', '', 'inherit', 'open', 'open', '', '78', '', '', '2012-03-13 12:50:36', '2012-03-13 12:50:36', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg', 0, 'attachment', 'image/jpeg', 0),
(528, 1, '2012-03-13 12:50:50', '2012-03-13 12:50:50', '', 'Iridescent Tanning Gel SPF8', '', 'inherit', 'open', 'open', '', '79', '', '', '2012-03-13 12:50:50', '2012-03-13 12:50:50', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg', 0, 'attachment', 'image/jpeg', 0),
(529, 1, '2012-03-13 12:51:03', '2012-03-13 12:51:03', '', 'Repairing age-defying face care', '', 'inherit', 'open', 'open', '', '80', '', '', '2012-03-13 12:51:03', '2012-03-13 12:51:03', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg', 0, 'attachment', 'image/jpeg', 0),
(530, 1, '2012-03-13 12:51:19', '2012-03-13 12:51:19', '', 'Soothing After-Sun body care', '', 'inherit', 'open', 'open', '', '81', '', '', '2012-03-13 12:51:19', '2012-03-13 12:51:19', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(531, 1, '2012-03-13 12:39:26', '2012-03-13 12:39:26', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/67.jpg" alt="" title="67" width="211" height="262" class="aligncenter size-full wp-image-513" />\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:39:26', '2012-03-13 12:39:26', '', 416, 'http://kamini.xthefrog.com/416-revision-23/', 0, 'revision', '', 0),
(532, 1, '2012-03-13 12:53:15', '2012-03-13 12:53:15', '', '82', '', 'inherit', 'open', 'open', '', '82', '', '', '2012-03-13 12:53:15', '2012-03-13 12:53:15', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/82.jpg', 0, 'attachment', 'image/jpeg', 0),
(533, 1, '2012-03-13 12:53:25', '2012-03-13 12:53:25', '', '83', '', 'inherit', 'open', 'open', '', '83', '', '', '2012-03-13 12:53:25', '2012-03-13 12:53:25', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/83.jpg', 0, 'attachment', 'image/jpeg', 0),
(534, 1, '2012-03-13 12:53:34', '2012-03-13 12:53:34', '', '84', '', 'inherit', 'open', 'open', '', '84', '', '', '2012-03-13 12:53:34', '2012-03-13 12:53:34', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/84.jpg', 0, 'attachment', 'image/jpeg', 0),
(535, 1, '2012-03-13 12:53:45', '2012-03-13 12:53:45', '', '85', '', 'inherit', 'open', 'open', '', '85', '', '', '2012-03-13 12:53:45', '2012-03-13 12:53:45', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/85.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(536, 1, '2012-03-13 12:51:26', '2012-03-13 12:51:26', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/67.jpg" alt="" title="67" width="211" height="262" class="aligncenter size-full wp-image-513" />\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\nIMG\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\nIMG\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\nIMG\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:51:26', '2012-03-13 12:51:26', '', 416, 'http://kamini.xthefrog.com/416-revision-24/', 0, 'revision', '', 0),
(570, 1, '2012-03-13 14:02:59', '2012-03-13 14:02:59', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf">Download the LPG Protocols</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">Download CACI Face Up</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">Download CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf">Download Hydratone Instructions</a> | <a href="/wp-content/uploads/2012/03/Information-about-CACI.doc">Download Information About CACI</a><br /><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf">Download CACI - The Ultimate System</a> | <a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">Download The CACI Wrinkle Revolution</a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 14:02:59', '2012-03-13 14:02:59', '', 268, 'http://kamini.xthefrog.com/268-revision-13/', 0, 'revision', '', 0),
(538, 1, '2012-01-12 12:02:27', '2012-01-12 12:02:27', 'content', 'Before & After', '', 'inherit', 'open', 'open', '', '80-revision-v1', '', '', '2012-01-12 12:02:27', '2012-01-12 12:02:27', '', 80, 'http://kamini.xthefrog.com/80-revision-3/', 0, 'revision', '', 0),
(664, 1, '2012-03-21 14:06:59', '2012-03-21 14:06:59', '"I have been seeing Kamini for 10 years and all her promises have come true. No one can thread as perfectly as she can - her talent in spotting what improves your face is unequalled."', 'Sheherazade Goldsmith', '', 'publish', 'open', 'open', '', 'sheherazade-goldsmith', '', '', '2012-03-21 14:06:59', '2012-03-21 14:06:59', '', 0, 'http://kamini.xthefrog.com/?p=664', 0, 'post', '', 0),
(540, 1, '2012-01-24 07:07:46', '2012-01-24 07:07:46', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-01-24 07:07:46', '2012-01-24 07:07:46', '', 268, 'http://kamini.xthefrog.com/268-revision-5/', 0, 'revision', '', 0),
(541, 1, '2012-03-13 13:25:22', '2012-03-13 13:25:22', '', 'LPG Protocols', '', 'inherit', 'open', 'open', '', 'caci%20-%20lpg%20cellu%20lipo%20m_0keymodule_beauty_protocols', '', '', '2012-03-13 13:25:22', '2012-03-13 13:25:22', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf', 0, 'attachment', 'application/pdf', 0),
(542, 1, '2012-03-13 13:25:24', '2012-03-13 13:25:24', '', 'CACI Face Up', '', 'inherit', 'open', 'open', '', 'caci%20face-up', '', '', '2012-03-13 13:25:24', '2012-03-13 13:25:24', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf', 0, 'attachment', 'application/pdf', 0),
(543, 1, '2012-03-13 13:25:44', '2012-03-13 13:25:44', '', 'CACI Ultra', '', 'inherit', 'open', 'open', '', 'caci%20ultra', '', '', '2012-03-13 13:25:44', '2012-03-13 13:25:44', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/CACI%20ULTRA.pdf', 0, 'attachment', 'application/pdf', 0),
(544, 1, '2012-03-13 13:25:47', '2012-03-13 13:25:47', '', 'Hydratone Instructions', '', 'inherit', 'open', 'open', '', 'hydratone_instructions', '', '', '2012-03-13 13:25:47', '2012-03-13 13:25:47', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/Hydratone_Instructions.pdf', 0, 'attachment', 'application/pdf', 0),
(545, 1, '2012-03-13 13:25:47', '2012-03-13 13:25:47', '', 'Information about CACI', '', 'inherit', 'open', 'open', '', 'information-about-caci', '', '', '2012-03-13 13:25:47', '2012-03-13 13:25:47', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/Information-about-CACI.doc', 0, 'attachment', 'application/msword', 0),
(546, 1, '2012-03-13 13:25:53', '2012-03-13 13:25:53', '', 'The Ultimate System', '', 'inherit', 'open', 'open', '', 'ultimate_nov11_finw', '', '', '2012-03-13 13:25:53', '2012-03-13 13:25:53', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf', 0, 'attachment', 'application/pdf', 0),
(547, 1, '2012-03-13 13:25:57', '2012-03-13 13:25:57', '', 'CACI Wrinkle Revolution', '', 'inherit', 'open', 'open', '', 'wrinklerevolution_w', '', '', '2012-03-13 13:25:57', '2012-03-13 13:25:57', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf', 0, 'attachment', 'application/pdf', 0),
(548, 1, '2012-03-13 13:28:17', '2012-03-13 13:28:17', '', 'CACI Wrinkle Revolution', '', 'inherit', 'open', 'open', '', 'pdficon', '', '', '2012-03-13 13:28:17', '2012-03-13 13:28:17', '', 268, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png', 0, 'attachment', 'image/png', 0),
(549, 1, '2012-03-13 13:29:49', '2012-03-13 13:29:49', '', 'Information about CACI', '', 'inherit', 'open', 'open', '', 'wordicon', '', '', '2012-03-13 13:29:49', '2012-03-13 13:29:49', '', 268, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/wordicon.png', 0, 'attachment', 'image/png', 0),
(550, 1, '2012-03-13 13:25:07', '2012-03-13 13:25:07', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<center>\r\n\r\n</center>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 13:25:07', '2012-03-13 13:25:07', '', 268, 'http://kamini.xthefrog.com/268-revision-6/', 0, 'revision', '', 0),
(656, 1, '2012-03-21 02:12:51', '2012-03-21 02:12:51', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 02:12:51', '2012-03-21 02:12:51', '', 268, 'http://kamini.xthefrog.com/268-revision-19/', 0, 'revision', '', 0),
(597, 1, '2012-03-19 10:20:39', '2012-03-19 10:20:39', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n\r\n[nggallery id=3]\r\n\r\nWe offer you thorough manicure treatments, which will restore the softness, smoothness and firmness of your hands, revealing their true beauty. Using essential oils and creams your cuticles and nails will end up feeling fantastic once more, a true treat for your hands.\r\n\r\nWe also offer a range of pedicure treatments, designed to relax and refresh your feet including our luxury paraffin wax pedicure all delivered by our fantastic and experienced staff.\r\n\r\n(Manicure/Pedicure, French Manicure/Pedicure, Re-Vanish, Luxury (Paraffin))', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-03-19 10:20:39', '2012-03-19 10:20:39', '', 32, 'http://kamini.xthefrog.com/32-revision-13/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(551, 1, '2012-03-13 13:30:43', '2012-03-13 13:30:43', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="LPG Protocols" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Face Up" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Ultra" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="Hydratone Instructions" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Information-about-CACI.doc"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/wordicon.png" alt="" title="Information about CACI" width="80" height="80" class="alignnone size-full wp-image-549" /></a><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="The Ultimate System" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Wrinkle Revolution" width="80" height="80" class="alignnone size-full wp-image-548" /></a>\r\n</center>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 13:30:43', '2012-03-13 13:30:43', '', 268, 'http://kamini.xthefrog.com/268-revision-7/', 0, 'revision', '', 0),
(565, 1, '2012-03-13 14:02:36', '2012-03-13 14:02:36', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf">Download the LPG Protocols</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">Download CACI Face Up</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">Download CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf">Download Hydratone Instructions</a> | <a href="/wp-content/uploads/2012/03/Information-about-CACI.doc">Download Information About CACI</a> | <a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf">Download CACI - The Ultimate System</a> | <a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">Download The CACI Wrinkle Revolution</a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 14:02:36', '2012-03-13 14:02:36', '', 268, 'http://kamini.xthefrog.com/268-revision-12/', 0, 'revision', '', 0),
(552, 1, '2012-03-13 13:31:17', '2012-03-13 13:31:17', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="LPG Protocols" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Face Up" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Ultra" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="Hydratone Instructions" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Information-about-CACI.doc"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/wordicon.png" alt="" title="Information about CACI" width="80" height="80" class="alignnone size-full wp-image-549" /></a><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="The Ultimate System" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Wrinkle Revolution" width="80" height="80" class="alignnone size-full wp-image-548" /></a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 13:31:17', '2012-03-13 13:31:17', '', 268, 'http://kamini.xthefrog.com/268-revision-8/', 0, 'revision', '', 0),
(555, 1, '2012-01-12 11:48:39', '2012-01-12 11:48:39', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-01-12 11:48:39', '2012-01-12 11:48:39', '', 28, 'http://kamini.xthefrog.com/28-revision-12/', 0, 'revision', '', 0),
(553, 1, '2012-03-13 13:32:21', '2012-03-13 13:32:21', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="LPG Protocols" width="80" height="80" class="alignnone size-full wp-image-548" /><br />LPG Protocols</a><a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Face Up" width="80" height="80" class="alignnone size-full wp-image-548" /><br />CACI Face Up</a><a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Ultra" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="Hydratone Instructions" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Information-about-CACI.doc"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/wordicon.png" alt="" title="Information about CACI" width="80" height="80" class="alignnone size-full wp-image-549" /></a><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="The Ultimate System" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Wrinkle Revolution" width="80" height="80" class="alignnone size-full wp-image-548" /></a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 13:32:21', '2012-03-13 13:32:21', '', 268, 'http://kamini.xthefrog.com/268-revision-9/', 0, 'revision', '', 0),
(554, 1, '2012-03-13 13:32:49', '2012-03-13 13:32:49', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="LPG Protocols" width="80" height="80" class="alignnone size-full wp-image-548" /></a><br />LPG Protocols<a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Face Up" width="80" height="80" class="alignnone size-full wp-image-548" /></a><br />CACI Face Up<a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Ultra" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="Hydratone Instructions" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Information-about-CACI.doc"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/wordicon.png" alt="" title="Information about CACI" width="80" height="80" class="alignnone size-full wp-image-549" /></a><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="The Ultimate System" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Wrinkle Revolution" width="80" height="80" class="alignnone size-full wp-image-548" /></a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 13:32:49', '2012-03-13 13:32:49', '', 268, 'http://kamini.xthefrog.com/268-revision-10/', 0, 'revision', '', 0),
(556, 1, '2012-01-12 18:45:24', '2012-01-12 18:45:24', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n\r\nWe offer you thorough manicure treatments, which will restore the softness, smoothness and firmness of your hands, revealing their true beauty. Using essential oils and creams your cuticles and nails will end up feeling fantastic once more, a true treat for your hands.\r\n\r\nWe also offer a range of pedicure treatments, designed to relax and refresh your feet including our luxury paraffin wax pedicure all delivered by our fantastic and experienced staff.\r\n\r\n(Manicure/Pedicure, French Manicure/Pedicure, Re-Vanish, Luxury (Paraffin))', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-01-12 18:45:24', '2012-01-12 18:45:24', '', 32, 'http://kamini.xthefrog.com/32-revision-10/', 0, 'revision', '', 0),
(598, 1, '2012-03-19 10:20:10', '2012-03-19 10:20:10', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\n[nggallery id=2]\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-03-19 10:20:10', '2012-03-19 10:20:10', '', 28, 'http://kamini.xthefrog.com/28-revision-15/', 0, 'revision', '', 0),
(557, 1, '2012-01-12 11:49:45', '2012-01-12 11:49:45', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-01-12 11:49:45', '2012-01-12 11:49:45', '', 26, 'http://kamini.xthefrog.com/26-revision-10/', 0, 'revision', '', 0),
(558, 1, '2012-01-12 18:46:35', '2012-01-12 18:46:35', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->Manual Lymph Drainage designed to stimulate lymph circulation, the deeply relaxing Aromatherapy massages, Indian Head Massage to stimulate circulation and release tension from the back neck, shoulders and scalp & Holistic Massage a deep and relaxing massage for overall wellbeing.\r\n\r\nWe also have a full range of holistic treatments aimed to restore heath and harmony to the body and mind. We offer Cranial Sacral Therapy to re-align the body, Reflexology applying pressure on the reflex pints in the feet for a number of disorders, Shiatsu and Zone Therapy aimed to support and nurture the body''s energy flow promoting relaxation and self-healing, Reiki a healing treating to restore health and harmony to the body and mind, Japanese Facial Massage using gentle rhythmic pressure to promote a calm and relaxed state of mind and Hopi Ear Candle Treatment a beneficial treatment to help alleviate many conditions including colds, headaches, ringing in the ears and stress. All our holistic therapies are aimed at creating a calmness of body and mind for total wellbeing.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-01-12 18:46:35', '2012-01-12 18:46:35', '', 34, 'http://kamini.xthefrog.com/34-revision-10/', 0, 'revision', '', 0),
(559, 1, '2012-01-24 15:07:26', '2012-01-24 15:07:26', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-01-24 15:07:26', '2012-01-24 15:07:26', '', 301, 'http://kamini.xthefrog.com/301-revision-3/', 0, 'revision', '', 0),
(596, 1, '2012-03-19 10:19:55', '2012-03-19 10:19:55', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf">Download the LPG Protocols</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">Download CACI Face Up</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">Download CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf">Download Hydratone Instructions</a> | <a href="/wp-content/uploads/2012/03/Information-about-CACI.doc">Download Information About CACI</a><br /><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf">Download CACI - The Ultimate System</a> | <a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">Download The CACI Wrinkle Revolution</a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-19 10:19:55', '2012-03-19 10:19:55', '', 268, 'http://kamini.xthefrog.com/268-revision-15/', 0, 'revision', '', 0),
(560, 1, '2012-01-24 15:12:28', '2012-01-24 15:12:28', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-01-24 15:12:28', '2012-01-24 15:12:28', '', 36, 'http://kamini.xthefrog.com/36-revision-22/', 0, 'revision', '', 0),
(561, 1, '2012-03-13 13:57:38', '2012-03-13 13:57:38', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n\r\n[nggallery id=7]', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-03-13 13:57:38', '2012-03-13 13:57:38', '', 36, 'http://kamini.xthefrog.com/36-revision-23/', 0, 'revision', '', 0),
(563, 1, '2012-03-13 13:41:13', '2012-03-13 13:41:13', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n[nggallery id=4]\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-13 13:41:13', '2012-03-13 13:41:13', '', 26, 'http://kamini.xthefrog.com/26-revision-11/', 0, 'revision', '', 0),
(562, 1, '2012-03-13 13:57:47', '2012-03-13 13:57:47', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n\r\n<center>[nggallery id=7]</center>', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-03-13 13:57:47', '2012-03-13 13:57:47', '', 36, 'http://kamini.xthefrog.com/36-revision-24/', 0, 'revision', '', 0),
(677, 1, '2012-03-21 14:21:00', '2012-03-21 14:21:00', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:21:00', '2012-03-21 14:21:00', '', 268, 'http://kamini.xthefrog.com/268-revision-22/', 0, 'revision', '', 0),
(564, 1, '2012-03-13 13:33:37', '2012-03-13 13:33:37', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="LPG Protocols" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Face Up" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Ultra" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="Hydratone Instructions" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/Information-about-CACI.doc"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/wordicon.png" alt="" title="Information about CACI" width="80" height="80" class="alignnone size-full wp-image-549" /></a><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="The Ultimate System" width="80" height="80" class="alignnone size-full wp-image-548" /></a><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/pdficon.png" alt="" title="CACI Wrinkle Revolution" width="80" height="80" class="alignnone size-full wp-image-548" /></a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-13 13:33:37', '2012-03-13 13:33:37', '', 268, 'http://kamini.xthefrog.com/268-revision-11/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(568, 1, '2012-03-14 19:14:09', '2012-03-14 19:14:09', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<h6>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h6>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-14 19:14:09', '2012-03-14 19:14:09', '', 294, 'http://kamini.xthefrog.com/294-revision-39/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(637, 1, '2012-03-19 12:02:46', '2012-03-19 12:02:46', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-19 12:02:46', '2012-03-19 12:02:46', '', 294, 'http://kamini.xthefrog.com/294-revision-42/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(569, 1, '2012-03-13 12:53:50', '2012-03-13 12:53:50', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/67.jpg" alt="" title="67" width="211" height="262" class="aligncenter size-full wp-image-513" />\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/82.jpg" alt="" title="82" width="211" height="262" class="aligncenter size-full wp-image-532" />\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/83.jpg" alt="" title="83" width="211" height="262" class="aligncenter size-full wp-image-533" />\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/84.jpg" alt="" title="84" width="211" height="262" class="aligncenter size-full wp-image-534" />\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/85.jpg" alt="" title="85" width="211" height="262" class="aligncenter size-full wp-image-535" />\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-13 12:53:50', '2012-03-13 12:53:50', '', 416, 'http://kamini.xthefrog.com/416-revision-25/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(636, 1, '2012-03-19 11:24:50', '2012-03-19 11:24:50', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-19 11:24:50', '2012-03-19 11:24:50', '', 294, 'http://kamini.xthefrog.com/294-revision-41/', 0, 'revision', '', 0),
(571, 1, '2012-03-13 13:39:08', '2012-03-13 13:39:08', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\n[nggallery id=2]\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-03-13 13:39:08', '2012-03-13 13:39:08', '', 28, 'http://kamini.xthefrog.com/28-revision-13/', 0, 'revision', '', 0),
(572, 1, '2012-01-12 11:49:10', '2012-01-12 11:49:10', '<h3>At Kamini, we have a complete range of hair removal methods to suit every person. Our therapists use waxing, electrolysis and IPL.</h3>\r\n<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-01-12 11:49:10', '2012-01-12 11:49:10', '', 30, 'http://kamini.xthefrog.com/30-revision-15/', 0, 'revision', '', 0),
(573, 1, '2012-03-13 13:40:22', '2012-03-13 13:40:22', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n\r\n[nggallery id=3]\r\n\r\nWe offer you thorough manicure treatments, which will restore the softness, smoothness and firmness of your hands, revealing their true beauty. Using essential oils and creams your cuticles and nails will end up feeling fantastic once more, a true treat for your hands.\r\n\r\nWe also offer a range of pedicure treatments, designed to relax and refresh your feet including our luxury paraffin wax pedicure all delivered by our fantastic and experienced staff.\r\n\r\n(Manicure/Pedicure, French Manicure/Pedicure, Re-Vanish, Luxury (Paraffin))', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-03-13 13:40:22', '2012-03-13 13:40:22', '', 32, 'http://kamini.xthefrog.com/32-revision-11/', 0, 'revision', '', 0),
(574, 1, '2012-03-13 13:58:37', '2012-03-13 13:58:37', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n[nggallery id=4]', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-13 13:58:37', '2012-03-13 13:58:37', '', 26, 'http://kamini.xthefrog.com/26-revision-12/', 0, 'revision', '', 0),
(575, 1, '2012-03-13 13:49:45', '2012-03-13 13:49:45', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->Manual Lymph Drainage designed to stimulate lymph circulation, the deeply relaxing Aromatherapy massages, Indian Head Massage to stimulate circulation and release tension from the back neck, shoulders and scalp & Holistic Massage a deep and relaxing massage for overall wellbeing.\r\n\r\n[nggallery id=5]\r\n\r\nWe also have a full range of holistic treatments aimed to restore heath and harmony to the body and mind. We offer Cranial Sacral Therapy to re-align the body, Reflexology applying pressure on the reflex pints in the feet for a number of disorders, Shiatsu and Zone Therapy aimed to support and nurture the body''s energy flow promoting relaxation and self-healing, Reiki a healing treating to restore health and harmony to the body and mind, Japanese Facial Massage using gentle rhythmic pressure to promote a calm and relaxed state of mind and Hopi Ear Candle Treatment a beneficial treatment to help alleviate many conditions including colds, headaches, ringing in the ears and stress. All our holistic therapies are aimed at creating a calmness of body and mind for total wellbeing.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-03-13 13:49:45', '2012-03-13 13:49:45', '', 34, 'http://kamini.xthefrog.com/34-revision-11/', 0, 'revision', '', 0),
(576, 1, '2012-03-13 13:57:59', '2012-03-13 13:57:59', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n\r\n[nggallery id=7]', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-03-13 13:57:59', '2012-03-13 13:57:59', '', 36, 'http://kamini.xthefrog.com/36-revision-25/', 0, 'revision', '', 0),
(577, 1, '2012-03-13 13:51:51', '2012-03-13 13:51:51', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n[nggallery id=6]\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-13 13:51:51', '2012-03-13 13:51:51', '', 301, 'http://kamini.xthefrog.com/301-revision-4/', 0, 'revision', '', 0),
(578, 1, '2012-03-19 10:18:06', '2012-03-19 10:18:06', '', 'CACI', '', 'inherit', 'open', 'open', '', 'caci', '', '', '2012-03-19 10:18:06', '2012-03-19 10:18:06', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/caci.jpg', 0, 'attachment', 'image/jpeg', 0),
(579, 1, '2012-03-19 10:18:07', '2012-03-19 10:18:07', '', 'Facial', '', 'inherit', 'open', 'open', '', 'facial-3', '', '', '2012-03-19 10:18:07', '2012-03-19 10:18:07', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/facial.jpg', 0, 'attachment', 'image/jpeg', 0),
(580, 1, '2012-03-19 10:18:07', '2012-03-19 10:18:07', '', 'Hair Removal', '', 'inherit', 'open', 'open', '', 'hair', '', '', '2012-03-19 10:18:07', '2012-03-19 10:18:07', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/hair.jpg', 0, 'attachment', 'image/jpeg', 0),
(581, 1, '2012-03-19 10:18:08', '2012-03-19 10:18:08', '', 'Hands and Feet', '', 'inherit', 'open', 'open', '', 'hands', '', '', '2012-03-19 10:18:08', '2012-03-19 10:18:08', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/hands.jpg', 0, 'attachment', 'image/jpeg', 0),
(582, 1, '2012-03-19 10:18:09', '2012-03-19 10:18:09', '', 'Kamini Threading', '', 'inherit', 'open', 'open', '', 'threading-2', '', '', '2012-03-19 10:18:09', '2012-03-19 10:18:09', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/threading.jpg', 0, 'attachment', 'image/jpeg', 0),
(583, 1, '2012-03-19 10:18:09', '2012-03-19 10:18:09', '', 'Massage and Holistic', '', 'inherit', 'open', 'open', '', 'massage-2', '', '', '2012-03-19 10:18:09', '2012-03-19 10:18:09', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage.jpg', 0, 'attachment', 'image/jpeg', 0),
(584, 1, '2012-03-19 10:18:10', '2012-03-19 10:18:10', '', 'More treatments', '', 'inherit', 'open', 'open', '', 'more', '', '', '2012-03-19 10:18:10', '2012-03-19 10:18:10', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/more.jpg', 0, 'attachment', 'image/jpeg', 0),
(585, 1, '2012-03-19 10:18:10', '2012-03-19 10:18:10', '', 'Venus Swan', '', 'inherit', 'open', 'open', '', 'swan', '', '', '2012-03-19 10:18:10', '2012-03-19 10:18:10', '', 0, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/swan.jpg', 0, 'attachment', 'image/jpeg', 0),
(586, 1, '2012-03-19 10:03:47', '2012-03-19 10:03:47', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf">Download the LPG Protocols</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">Download CACI Face Up</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">Download CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf">Download Hydratone Instructions</a> | <a href="/wp-content/uploads/2012/03/Information-about-CACI.doc">Download Information About CACI</a><br /><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf">Download CACI - The Ultimate System</a> | <a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">Download The CACI Wrinkle Revolution</a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-19 10:03:47', '2012-03-19 10:03:47', '', 268, 'http://kamini.xthefrog.com/268-revision-14/', 0, 'revision', '', 0),
(587, 1, '2012-03-19 10:04:02', '2012-03-19 10:04:02', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\n[nggallery id=2]\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-03-19 10:04:02', '2012-03-19 10:04:02', '', 28, 'http://kamini.xthefrog.com/28-revision-14/', 0, 'revision', '', 0),
(588, 1, '2012-03-19 10:04:19', '2012-03-19 10:04:19', '<h3>At Kamini, we have a complete range of hair removal methods to suit every person. Our therapists use waxing, electrolysis and IPL.</h3>\r\n<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-03-19 10:04:19', '2012-03-19 10:04:19', '', 30, 'http://kamini.xthefrog.com/30-revision-16/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(589, 1, '2012-03-19 10:04:29', '2012-03-19 10:04:29', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n\r\n[nggallery id=3]\r\n\r\nWe offer you thorough manicure treatments, which will restore the softness, smoothness and firmness of your hands, revealing their true beauty. Using essential oils and creams your cuticles and nails will end up feeling fantastic once more, a true treat for your hands.\r\n\r\nWe also offer a range of pedicure treatments, designed to relax and refresh your feet including our luxury paraffin wax pedicure all delivered by our fantastic and experienced staff.\r\n\r\n(Manicure/Pedicure, French Manicure/Pedicure, Re-Vanish, Luxury (Paraffin))', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-03-19 10:04:29', '2012-03-19 10:04:29', '', 32, 'http://kamini.xthefrog.com/32-revision-12/', 0, 'revision', '', 0),
(590, 1, '2012-03-19 10:04:39', '2012-03-19 10:04:39', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n[nggallery id=4]', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-19 10:04:39', '2012-03-19 10:04:39', '', 26, 'http://kamini.xthefrog.com/26-revision-13/', 0, 'revision', '', 0),
(591, 1, '2012-03-19 10:04:48', '2012-03-19 10:04:48', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->Manual Lymph Drainage designed to stimulate lymph circulation, the deeply relaxing Aromatherapy massages, Indian Head Massage to stimulate circulation and release tension from the back neck, shoulders and scalp & Holistic Massage a deep and relaxing massage for overall wellbeing.\r\n\r\n[nggallery id=5]\r\n\r\nWe also have a full range of holistic treatments aimed to restore heath and harmony to the body and mind. We offer Cranial Sacral Therapy to re-align the body, Reflexology applying pressure on the reflex pints in the feet for a number of disorders, Shiatsu and Zone Therapy aimed to support and nurture the body''s energy flow promoting relaxation and self-healing, Reiki a healing treating to restore health and harmony to the body and mind, Japanese Facial Massage using gentle rhythmic pressure to promote a calm and relaxed state of mind and Hopi Ear Candle Treatment a beneficial treatment to help alleviate many conditions including colds, headaches, ringing in the ears and stress. All our holistic therapies are aimed at creating a calmness of body and mind for total wellbeing.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-03-19 10:04:48', '2012-03-19 10:04:48', '', 34, 'http://kamini.xthefrog.com/34-revision-12/', 0, 'revision', '', 0),
(592, 1, '2012-03-19 10:05:14', '2012-03-19 10:05:14', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n\r\n[nggallery id=7]', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-03-19 10:05:14', '2012-03-19 10:05:14', '', 36, 'http://kamini.xthefrog.com/36-revision-26/', 0, 'revision', '', 0),
(593, 1, '2012-03-19 10:05:28', '2012-03-19 10:05:28', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n[nggallery id=6]\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-19 10:05:28', '2012-03-19 10:05:28', '', 301, 'http://kamini.xthefrog.com/301-revision-5/', 0, 'revision', '', 0),
(594, 1, '2012-03-19 10:21:23', '2012-03-19 10:21:23', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n\r\n[nggallery id=7]', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-03-19 10:21:23', '2012-03-19 10:21:23', '', 36, 'http://kamini.xthefrog.com/36-revision-27/', 0, 'revision', '', 0),
(595, 1, '2012-03-19 10:21:35', '2012-03-19 10:21:35', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n[nggallery id=6]\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-19 10:21:35', '2012-03-19 10:21:35', '', 301, 'http://kamini.xthefrog.com/301-revision-6/', 0, 'revision', '', 0),
(599, 1, '2012-03-19 10:21:08', '2012-03-19 10:21:08', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->Manual Lymph Drainage designed to stimulate lymph circulation, the deeply relaxing Aromatherapy massages, Indian Head Massage to stimulate circulation and release tension from the back neck, shoulders and scalp & Holistic Massage a deep and relaxing massage for overall wellbeing.\r\n\r\n[nggallery id=5]\r\n\r\nWe also have a full range of holistic treatments aimed to restore heath and harmony to the body and mind. We offer Cranial Sacral Therapy to re-align the body, Reflexology applying pressure on the reflex pints in the feet for a number of disorders, Shiatsu and Zone Therapy aimed to support and nurture the body''s energy flow promoting relaxation and self-healing, Reiki a healing treating to restore health and harmony to the body and mind, Japanese Facial Massage using gentle rhythmic pressure to promote a calm and relaxed state of mind and Hopi Ear Candle Treatment a beneficial treatment to help alleviate many conditions including colds, headaches, ringing in the ears and stress. All our holistic therapies are aimed at creating a calmness of body and mind for total wellbeing.', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-03-19 10:21:08', '2012-03-19 10:21:08', '', 34, 'http://kamini.xthefrog.com/34-revision-13/', 0, 'revision', '', 0),
(600, 1, '2012-03-19 10:20:55', '2012-03-19 10:20:55', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n[nggallery id=4]', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-19 10:20:55', '2012-03-19 10:20:55', '', 26, 'http://kamini.xthefrog.com/26-revision-14/', 0, 'revision', '', 0),
(602, 1, '2012-03-19 10:48:37', '2012-03-19 10:48:37', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-19 10:48:37', '2012-03-19 10:48:37', '', 26, 'http://kamini.xthefrog.com/26-revision-16/', 0, 'revision', '', 0),
(601, 1, '2012-03-19 10:47:58', '2012-03-19 10:47:58', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n[nggallery id=4]\r\n\r\n<h3>Before & After Gallery</h3>\r\n\r\n[nggallery id=8]', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-19 10:47:58', '2012-03-19 10:47:58', '', 26, 'http://kamini.xthefrog.com/26-revision-15/', 0, 'revision', '', 0),
(603, 1, '2012-03-19 10:25:47', '2012-03-19 10:25:47', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf">Download the LPG Protocols</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">Download CACI Face Up</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">Download CACI Ultra</a><br /><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf">Download Hydratone Instructions</a> | <a href="/wp-content/uploads/2012/03/Information-about-CACI.doc">Download Information About CACI</a><br /><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf">Download CACI - The Ultimate System</a> | <a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">Download The CACI Wrinkle Revolution</a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-19 10:25:47', '2012-03-19 10:25:47', '', 268, 'http://kamini.xthefrog.com/268-revision-16/', 0, 'revision', '', 0),
(655, 1, '2012-03-21 02:16:45', '2012-03-21 02:16:45', '', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', 'caci-2', '', '', '2012-03-21 02:16:45', '2012-03-21 02:16:45', '', 268, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/caci.jpg', 0, 'attachment', 'image/jpeg', 0),
(604, 1, '2012-03-19 10:57:01', '2012-03-19 10:57:01', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n[nggallery id="9"]\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf">Download the LPG Protocols</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">Download CACI Face Up</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">Download CACI Ultra</a><br /><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf">Download Hydratone Instructions</a> | <a href="/wp-content/uploads/2012/03/Information-about-CACI.doc">Download Information About CACI</a><br /><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf">Download CACI - The Ultimate System</a> | <a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">Download The CACI Wrinkle Revolution</a>\r\n</center>\r\n</div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-19 10:57:01', '2012-03-19 10:57:01', '', 268, 'http://kamini.xthefrog.com/268-revision-17/', 0, 'revision', '', 0),
(605, 1, '2012-03-19 10:25:06', '2012-03-19 10:25:06', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-19 10:25:06', '2012-03-19 10:25:06', '', 301, 'http://kamini.xthefrog.com/301-revision-7/', 0, 'revision', '', 0),
(606, 1, '2012-03-19 11:10:50', '2012-03-19 11:10:50', '', 'Facial', '', 'inherit', 'open', 'open', '', 'facialheader', '', '', '2012-03-19 11:10:50', '2012-03-19 11:10:50', '', 28, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/facialheader.jpg', 0, 'attachment', 'image/jpeg', 0),
(607, 1, '2012-03-19 10:27:53', '2012-03-19 10:27:53', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.\r\n\r\n[nggallery id=2]', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-03-19 10:27:53', '2012-03-19 10:27:53', '', 28, 'http://kamini.xthefrog.com/28-revision-16/', 0, 'revision', '', 0),
(608, 1, '2012-03-19 11:14:10', '2012-03-19 11:14:10', '', 'Hair Removal', '', 'inherit', 'open', 'open', '', 'hairremoval-2', '', '', '2012-03-19 11:14:10', '2012-03-19 11:14:10', '', 30, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/hairremoval1.jpg', 0, 'attachment', 'image/jpeg', 0),
(609, 1, '2012-03-19 10:20:27', '2012-03-19 10:20:27', '<h3>At Kamini, we have a complete range of hair removal methods to suit every person. Our therapists use waxing, electrolysis and IPL.</h3>\r\n<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-03-19 10:20:27', '2012-03-19 10:20:27', '', 30, 'http://kamini.xthefrog.com/30-revision-17/', 0, 'revision', '', 0),
(610, 1, '2012-03-19 11:16:38', '2012-03-19 11:16:38', '', 'Hands & Feet', '', 'inherit', 'open', 'open', '', 'hands-2', '', '', '2012-03-19 11:16:38', '2012-03-19 11:16:38', '', 32, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/hands.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2012-03-19 10:26:17', '2012-03-19 10:26:17', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n\r\nWe offer you thorough manicure treatments, which will restore the softness, smoothness and firmness of your hands, revealing their true beauty. Using essential oils and creams your cuticles and nails will end up feeling fantastic once more, a true treat for your hands.\r\n\r\nWe also offer a range of pedicure treatments, designed to relax and refresh your feet including our luxury paraffin wax pedicure all delivered by our fantastic and experienced staff.\r\n\r\n(Manicure/Pedicure, French Manicure/Pedicure, Re-Vanish, Luxury (Paraffin))', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-03-19 10:26:17', '2012-03-19 10:26:17', '', 32, 'http://kamini.xthefrog.com/32-revision-14/', 0, 'revision', '', 0),
(612, 1, '2012-03-19 11:20:12', '2012-03-19 11:20:12', '', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', 'massage-3', '', '', '2012-03-19 11:20:12', '2012-03-19 11:20:12', '', 34, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/massage1.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 1, '2012-03-19 10:30:37', '2012-03-19 10:30:37', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->Manual Lymph Drainage designed to stimulate lymph circulation, the deeply relaxing Aromatherapy massages, Indian Head Massage to stimulate circulation and release tension from the back neck, shoulders and scalp & Holistic Massage a deep and relaxing massage for overall wellbeing.\r\n\r\nWe also have a full range of holistic treatments aimed to restore heath and harmony to the body and mind. We offer Cranial Sacral Therapy to re-align the body, Reflexology applying pressure on the reflex pints in the feet for a number of disorders, Shiatsu and Zone Therapy aimed to support and nurture the body''s energy flow promoting relaxation and self-healing, Reiki a healing treating to restore health and harmony to the body and mind, Japanese Facial Massage using gentle rhythmic pressure to promote a calm and relaxed state of mind and Hopi Ear Candle Treatment a beneficial treatment to help alleviate many conditions including colds, headaches, ringing in the ears and stress. All our holistic therapies are aimed at creating a calmness of body and mind for total wellbeing.\r\n\r\n[nggallery id=5]', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-03-19 10:30:37', '2012-03-19 10:30:37', '', 34, 'http://kamini.xthefrog.com/34-revision-14/', 0, 'revision', '', 0),
(614, 1, '2012-03-19 11:22:44', '2012-03-19 11:22:44', '', 'More Treatments', '', 'inherit', 'open', 'open', '', 'more-2', '', '', '2012-03-19 11:22:44', '2012-03-19 11:22:44', '', 36, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/more.jpg', 0, 'attachment', 'image/jpeg', 0),
(615, 1, '2012-03-19 10:24:12', '2012-03-19 10:24:12', '<h3>Endermologie</h3>\r\nLipomassage by Endermologie is a proven and popular cellulite therapy. This treatment uses a pair of motorised rollers combined with suction to smooth your cellulite, reshape your figure and firm your skin. You simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of 14 sessions is recommended.\r\n<h3>Accupuncture</h3>\r\nTraditional Chinese Medicine recognizes that our outward appearance is a reflection of our inner health. In treating the person as a whole, the hormones and internal organs are balanced. Acupuncture can be used to help treat illness, to reduce stress or as pain relief. Using Traditional Chinese Medicine philosophy the root cause of problems rather than symptoms are treated to resolve issues.\r\n\r\nAcupuncture can also be used to improve skin quality, facial fluid distribution, muscle tone and brightness which are all signs of an optimum level of well-being. At Kamini we offer Facial Acupuncture which draws energy to the face using fine painless needles. After a course of treatments visible results are achieved giving one a more youthful, brighter complexion, skin rejuvenation, balanced hormones as well as physical and emotional harmony.\r\n', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-03-19 10:24:12', '2012-03-19 10:24:12', '', 36, 'http://kamini.xthefrog.com/36-revision-28/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(616, 1, '2012-03-14 19:14:58', '2012-03-14 19:14:58', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/67.jpg" alt="" title="67" width="211" height="262" class="aligncenter size-full wp-image-513" />\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/82.jpg" alt="" title="82" width="211" height="262" class="aligncenter size-full wp-image-532" />\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/83.jpg" alt="" title="83" width="211" height="262" class="aligncenter size-full wp-image-533" />\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/84.jpg" alt="" title="84" width="211" height="262" class="aligncenter size-full wp-image-534" />\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/85.jpg" alt="" title="85" width="211" height="262" class="aligncenter size-full wp-image-535" />\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h6>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h6></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-14 19:14:58', '2012-03-14 19:14:58', '', 416, 'http://kamini.xthefrog.com/416-revision-26/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(617, 1, '2012-03-14 19:14:34', '2012-03-14 19:14:34', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-368" />\r\n<h6>Ultimate Candles</h6>\r\nNEOM’s incredible Ultimate Candles have 4 wicks, burn for over 100 hours, come complete with a sliver nickel lid and have been designed to work as serious aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder1.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-372" />\r\n<h6>Reed Diffuser Refills</h6>\r\nReuse your existing Reed Diffusers by topping them up with your favourite scent. The perfect way to fragrance your room when a candle may not be suitable.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder2.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-379" />\r\n<h6>Body Scrub</h6>\r\nAn organic sugar-base mixed with the finest oils including Safflower & Jojoba with added Vitamin E for extra skin softening. This is a truly pampering, skin smoothing treat.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h6>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h6></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-14 19:14:34', '2012-03-14 19:14:34', '', 294, 'http://kamini.xthefrog.com/294-revision-40/', 0, 'revision', '', 0),
(618, 1, '2012-03-19 11:34:44', '2012-03-19 11:34:44', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">click here to read the full article</a>)\r\n', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'publish', 'closed', 'closed', '', 'kamini-mentioned-in-daily-candy-as-favourite-treatment', '', '', '2015-01-22 12:02:28', '2015-01-22 12:02:28', '', 0, 'http://kamini.xthefrog.com/?p=618', 0, 'post', '', 0),
(619, 1, '2012-03-19 11:33:12', '2012-03-19 11:33:12', '', 'Kamini mentioned in Daily Candy website.', '', 'inherit', 'open', 'open', '', 'massage-022112-lon-380', '', '', '2012-03-19 11:33:12', '2012-03-19 11:33:12', '', 618, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg', 0, 'attachment', 'image/jpeg', 0),
(620, 1, '2012-03-19 11:34:29', '2012-03-19 11:34:29', '', 'Kamini Beauty mentioned in Daily Candy website.', '', 'inherit', 'open', 'open', '', 'andy', '', '', '2012-03-19 11:34:29', '2012-03-19 11:34:29', '', 618, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/andy.jpg', 0, 'attachment', 'image/jpeg', 0),
(621, 1, '2012-03-19 11:33:39', '2012-03-19 11:33:39', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\n\n<!--more-->\n\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a><h3>Eyebrows</h3>\nKamini Vaghela\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\n\n(excerpt from Daily Candy, visit to read the full article: <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44</a>)', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2012-03-19 11:33:39', '2012-03-19 11:33:39', '', 618, 'http://kamini.xthefrog.com/618-revision/', 0, 'revision', '', 0),
(624, 1, '2012-03-19 11:40:17', '2012-03-19 11:40:17', '“I have been coming to Kamini for a good few years now and I literally couldn’t live without her. Kamini has managed to give me the best eyebrows I have ever had. She is by far the best in the Industry. I am hooked!”', 'Siena Miller', '', 'inherit', 'open', 'open', '', '137-autosave', '', '', '2012-03-19 11:40:17', '2012-03-19 11:40:17', '', 137, 'http://kamini.xthefrog.com/137-autosave/', 0, 'revision', '', 0),
(622, 1, '2012-03-19 11:34:44', '2012-03-19 11:34:44', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a><h3>Eyebrows</h3>\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, visit to read the full article: <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44</a>)', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2012-03-19 11:34:44', '2012-03-19 11:34:44', '', 618, 'http://kamini.xthefrog.com/618-revision-2/', 0, 'revision', '', 0),
(623, 1, '2012-03-19 11:35:06', '2012-03-19 11:35:06', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, visit to read the full article: <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44</a>)', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2012-03-19 11:35:06', '2012-03-19 11:35:06', '', 618, 'http://kamini.xthefrog.com/618-revision-3/', 0, 'revision', '', 0),
(625, 1, '2012-03-19 11:43:20', '2012-03-19 11:43:20', '', 'Sasha Abraham', '', 'inherit', 'open', 'open', '', 'sasha', '', '', '2012-03-19 11:43:20', '2012-03-19 11:43:20', '', 137, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/sasha.jpg', 0, 'attachment', 'image/jpeg', 0),
(626, 1, '2012-01-10 10:43:30', '2012-01-10 10:43:30', '"To get rid of cellulite I''m not happy with, I go for regular endermologie sessions at Kamini Beauty."', 'Siena Miller', '', 'inherit', 'open', 'open', '', '137-revision-2', '', '', '2012-01-10 10:43:30', '2012-01-10 10:43:30', '', 137, 'http://kamini.xthefrog.com/137-revision-2/', 0, 'revision', '', 0),
(627, 1, '2012-03-19 11:43:33', '2012-03-19 11:43:33', '“I have been coming to Kamini for a good few years now and I literally couldn’t live without her. Kamini has managed to give me the best eyebrows I have ever had. She is by far the best in the Industry. I am hooked!”', 'Siena Miller', '', 'inherit', 'open', 'open', '', '137-revision-3', '', '', '2012-03-19 11:43:33', '2012-03-19 11:43:33', '', 137, 'http://kamini.xthefrog.com/137-revision-3/', 0, 'revision', '', 0),
(629, 1, '2012-03-19 11:43:45', '2012-03-19 11:43:45', '“I have been coming to Kamini for a good few years now and I literally couldn’t live without her. Kamini has managed to give me the best eyebrows I have ever had. She is by far the best in the Industry. I am hooked!”', 'Sasha Abraham', '', 'inherit', 'open', 'open', '', '137-revision-4', '', '', '2012-03-19 11:43:45', '2012-03-19 11:43:45', '', 137, 'http://kamini.xthefrog.com/137-revision-4/', 0, 'revision', '', 0),
(632, 1, '2012-03-19 11:57:47', '2012-03-19 11:57:47', '', 'A peaceful haven in the heart of Kensington', '', 'inherit', 'open', 'open', '', '630-revision', '', '', '2012-03-19 11:57:47', '2012-03-19 11:57:47', '', 630, 'http://kamini.xthefrog.com/630-revision/', 0, 'revision', '', 0),
(633, 1, '2012-01-10 08:11:00', '2012-01-10 08:11:00', '', 'Welcome to Kamini™', '', 'inherit', 'open', 'open', '', '45-revision-4', '', '', '2012-01-10 08:11:00', '2012-01-10 08:11:00', '', 45, 'http://kamini.xthefrog.com/45-revision-4/', 0, 'revision', '', 0),
(634, 1, '2012-03-19 11:58:10', '2012-03-19 11:58:10', '', 'A peaceful haven in the heart of Kensington', '', 'inherit', 'open', 'open', '', '630-revision-2', '', '', '2012-03-19 11:58:10', '2012-03-19 11:58:10', '', 630, 'http://kamini.xthefrog.com/630-revision-2/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(635, 1, '2012-03-19 11:24:33', '2012-03-19 11:24:33', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/67.jpg" alt="" title="67" width="211" height="262" class="aligncenter size-full wp-image-513" />\r\n<h6>Soin excellance body treatments</h6>\r\nContent TBA\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/82.jpg" alt="" title="82" width="211" height="262" class="aligncenter size-full wp-image-532" />\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/83.jpg" alt="" title="83" width="211" height="262" class="aligncenter size-full wp-image-533" />\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/84.jpg" alt="" title="84" width="211" height="262" class="aligncenter size-full wp-image-534" />\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/85.jpg" alt="" title="85" width="211" height="262" class="aligncenter size-full wp-image-535" />\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-19 11:24:33', '2012-03-19 11:24:33', '', 416, 'http://kamini.xthefrog.com/416-revision-27/', 0, 'revision', '', 0),
(639, 1, '2012-03-19 12:09:42', '2012-03-19 12:09:42', '', 'Nails', '', 'inherit', 'open', 'open', '', 'nailsnew', '', '', '2012-03-19 12:09:42', '2012-03-19 12:09:42', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/nailsnew.jpg', 0, 'attachment', 'image/jpeg', 0),
(640, 1, '2012-03-19 12:09:56', '2012-03-19 12:09:56', '', 'Lips', '', 'inherit', 'open', 'open', '', 'lipsnew', '', '', '2012-03-19 12:09:56', '2012-03-19 12:09:56', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/lipsnew.jpg', 0, 'attachment', 'image/jpeg', 0),
(641, 1, '2012-03-19 12:10:12', '2012-03-19 12:10:12', '', 'Eyes', '', 'inherit', 'open', 'open', '', 'eyesnew', '', '', '2012-03-19 12:10:12', '2012-03-19 12:10:12', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/eyesnew.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(642, 1, '2012-03-19 12:01:13', '2012-03-19 12:01:13', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/82.jpg" alt="" title="82" width="211" height="262" class="aligncenter size-full wp-image-532" />\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/83.jpg" alt="" title="83" width="211" height="262" class="aligncenter size-full wp-image-533" />\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/84.jpg" alt="" title="84" width="211" height="262" class="aligncenter size-full wp-image-534" />\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/85.jpg" alt="" title="85" width="211" height="262" class="aligncenter size-full wp-image-535" />\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-19 12:01:13', '2012-03-19 12:01:13', '', 416, 'http://kamini.xthefrog.com/416-revision-28/', 0, 'revision', '', 0),
(643, 1, '2012-03-19 12:10:58', '2012-03-19 12:10:58', '', 'Velvet Hand Cream', '', 'inherit', 'open', 'open', '', 'velvethandcream', '', '', '2012-03-19 12:10:58', '2012-03-19 12:10:58', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/velvethandcream.jpg', 0, 'attachment', 'image/jpeg', 0),
(644, 1, '2012-03-19 12:11:23', '2012-03-19 12:11:23', '', 'Slimness Exfoliant', '', 'inherit', 'open', 'open', '', 'slimnessexfoliant', '', '', '2012-03-19 12:11:23', '2012-03-19 12:11:23', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg', 0, 'attachment', 'image/jpeg', 0),
(645, 1, '2012-03-19 12:11:45', '2012-03-19 12:11:45', '', 'Total Resculpting Body Serum', '', 'inherit', 'open', 'open', '', 'totalresculptingserum', '', '', '2012-03-19 12:11:45', '2012-03-19 12:11:45', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/totalresculptingserum.jpg', 0, 'attachment', 'image/jpeg', 0),
(646, 1, '2012-03-19 12:12:18', '2012-03-19 12:12:18', '', 'Concentrated Serum', '', 'inherit', 'open', 'open', '', 'concentratedserum', '', '', '2012-03-19 12:12:18', '2012-03-19 12:12:18', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/concentratedserum.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(647, 1, '2012-03-19 12:10:21', '2012-03-19 12:10:21', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder3.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-459" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/60.jpg" alt="" title="60" width="211" height="262" class="aligncenter size-full wp-image-505" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/61.jpg" alt="" title="61" width="211" height="262" class="aligncenter size-full wp-image-506" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/63.jpg" alt="" title="63" width="211" height="262" class="aligncenter size-full wp-image-508" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-19 12:10:21', '2012-03-19 12:10:21', '', 416, 'http://kamini.xthefrog.com/416-revision-29/', 0, 'revision', '', 0),
(648, 1, '2012-03-21 01:50:53', '2012-03-21 01:50:53', '', 'Facial', '', 'inherit', 'open', 'open', '', 'facial-4', '', '', '2012-03-21 01:50:53', '2012-03-21 01:50:53', '', 28, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/facial1.jpg', 0, 'attachment', 'image/jpeg', 0),
(649, 1, '2012-03-19 11:11:03', '2012-03-19 11:11:03', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.\r\n\r\n[nggallery id=2]', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-03-19 11:11:03', '2012-03-19 11:11:03', '', 28, 'http://kamini.xthefrog.com/28-revision-17/', 0, 'revision', '', 0),
(650, 1, '2012-03-21 01:53:15', '2012-03-21 01:53:15', '', 'Hair Removal', '', 'inherit', 'open', 'open', '', 'hairremoval-3', '', '', '2012-03-21 01:53:15', '2012-03-21 01:53:15', '', 30, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/hairremoval2.jpg', 0, 'attachment', 'image/jpeg', 0),
(651, 1, '2012-03-19 11:14:22', '2012-03-19 11:14:22', '<h3>At Kamini, we have a complete range of hair removal methods to suit every person. Our therapists use waxing, electrolysis and IPL.</h3>\r\n<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-03-19 11:14:22', '2012-03-19 11:14:22', '', 30, 'http://kamini.xthefrog.com/30-revision-18/', 0, 'revision', '', 0),
(652, 1, '2012-03-21 01:55:23', '2012-03-21 01:55:23', '', 'Kamini Threading', '', 'inherit', 'open', 'open', '', 'threading-3', '', '', '2012-03-21 01:55:23', '2012-03-21 01:55:23', '', 26, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/threading1.jpg', 0, 'attachment', 'image/jpeg', 0),
(653, 1, '2012-03-19 10:48:46', '2012-03-19 10:48:46', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-19 10:48:46', '2012-03-19 10:48:46', '', 26, 'http://kamini.xthefrog.com/26-revision-17/', 0, 'revision', '', 0),
(654, 1, '2012-03-19 10:57:18', '2012-03-19 10:57:18', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div id="cacithumbs">\r\n<center>\r\n<a href="/wp-content/uploads/2012/03/CACI%20-%20LPG%20CELLU%20LIPO%20M_0KEYMODULE_BEAUTY_PROTOCOLS.pdf">Download the LPG Protocols</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">Download CACI Face Up</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">Download CACI Ultra</a><br /><a href="/wp-content/uploads/2012/03/Hydratone_Instructions.pdf">Download Hydratone Instructions</a> | <a href="/wp-content/uploads/2012/03/Information-about-CACI.doc">Download Information About CACI</a><br /><a href="/wp-content/uploads/2012/03/ULTIMATE_Nov11_FINw.pdf">Download CACI - The Ultimate System</a> | <a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">Download The CACI Wrinkle Revolution</a>\r\n</center>\r\n</div>\r\n\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-19 10:57:18', '2012-03-19 10:57:18', '', 268, 'http://kamini.xthefrog.com/268-revision-18/', 0, 'revision', '', 0),
(657, 1, '2012-03-21 02:39:03', '2012-03-21 02:39:03', '', 'Venus Swan', '', 'inherit', 'open', 'open', '', 'venus', '', '', '2012-03-21 02:39:03', '2012-03-21 02:39:03', '', 301, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/venus.jpg', 0, 'attachment', 'image/jpeg', 0),
(658, 1, '2012-03-19 11:04:16', '2012-03-19 11:04:16', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>\r\n\r\n[nggallery id="6"]', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-19 11:04:16', '2012-03-19 11:04:16', '', 301, 'http://kamini.xthefrog.com/301-revision-8/', 0, 'revision', '', 0),
(659, 1, '2012-03-21 02:42:45', '2012-03-21 02:42:45', '', 'Products & Services', '', 'inherit', 'open', 'open', '', 'products-2', '', '', '2012-03-21 02:42:45', '2012-03-21 02:42:45', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/products.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(660, 1, '2012-03-19 12:03:22', '2012-03-19 12:03:22', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-19 12:03:22', '2012-03-19 12:03:22', '', 294, 'http://kamini.xthefrog.com/294-revision-43/', 0, 'revision', '', 0),
(661, 1, '2012-03-21 02:43:15', '2012-03-21 02:43:15', '', 'Products & Services', '', 'inherit', 'open', 'open', '', 'products-3', '', '', '2012-03-21 02:43:15', '2012-03-21 02:43:15', '', 416, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/products.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(662, 1, '2012-03-19 12:12:28', '2012-03-19 12:12:28', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-19 12:12:28', '2012-03-19 12:12:28', '', 416, 'http://kamini.xthefrog.com/416-revision-30/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(663, 1, '2012-03-21 02:43:29', '2012-03-21 02:43:29', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nContent TBA\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nContent TBA\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-21 02:43:29', '2012-03-21 02:43:29', '', 416, 'http://kamini.xthefrog.com/416-revision-31/', 0, 'revision', '', 0),
(665, 1, '2012-03-21 14:06:43', '2012-03-21 14:06:43', '', 'Sheherazade Goldsmith', '', 'inherit', 'open', 'open', '', 'sheh', '', '', '2012-03-21 14:06:43', '2012-03-21 14:06:43', '', 664, 'http://kamini.xthefrog.com/wp-content/uploads/2012/03/sheh.jpg', 0, 'attachment', 'image/jpeg', 0),
(666, 1, '2012-03-21 14:02:55', '2012-03-21 14:02:55', '"I have been seeing Kamini for 10 years and all her promises have come true. No one can thread as perfectly as she can - her talent in spotting what improves your face is unequalled."', 'Sheherazade Goldsmith', '', 'inherit', 'open', 'open', '', '664-revision', '', '', '2012-03-21 14:02:55', '2012-03-21 14:02:55', '', 664, 'http://kamini.xthefrog.com/664-revision/', 0, 'revision', '', 0),
(667, 1, '2012-03-21 01:55:35', '2012-03-21 01:55:35', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 01:55:35', '2012-03-21 01:55:35', '', 26, 'http://kamini.xthefrog.com/26-revision-18/', 0, 'revision', '', 0),
(668, 1, '2012-03-21 14:08:41', '2012-03-21 14:08:41', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n<h3>Before & After</h3>\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 14:08:41', '2012-03-21 14:08:41', '', 26, 'http://kamini.xthefrog.com/26-revision-19/', 0, 'revision', '', 0),
(686, 1, '2012-03-21 14:09:50', '2012-03-21 14:09:50', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>\r\n\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="6"]', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-21 14:09:50', '2012-03-21 14:09:50', '', 301, 'http://kamini.xthefrog.com/301-revision-10/', 0, 'revision', '', 0),
(669, 1, '2012-03-21 14:09:03', '2012-03-21 14:09:03', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 14:09:03', '2012-03-21 14:09:03', '', 26, 'http://kamini.xthefrog.com/26-revision-20/', 0, 'revision', '', 0),
(670, 1, '2012-03-21 14:09:14', '2012-03-21 14:09:14', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n\r\n<h2>Before & After</h2><hr />\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 14:09:14', '2012-03-21 14:09:14', '', 26, 'http://kamini.xthefrog.com/26-revision-21/', 0, 'revision', '', 0),
(671, 1, '2012-03-21 02:16:56', '2012-03-21 02:16:56', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 02:16:56', '2012-03-21 02:16:56', '', 268, 'http://kamini.xthefrog.com/268-revision-20/', 0, 'revision', '', 0),
(672, 1, '2012-03-21 02:39:15', '2012-03-21 02:39:15', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>\r\n\r\n[nggallery id="6"]', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-21 02:39:15', '2012-03-21 02:39:15', '', 301, 'http://kamini.xthefrog.com/301-revision-9/', 0, 'revision', '', 0),
(687, 1, '2012-03-21 14:28:44', '2012-03-21 14:28:44', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center" style="padding-bottom:30px">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:28:44', '2012-03-21 14:28:44', '', 268, 'http://kamini.xthefrog.com/268-revision-29/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(673, 1, '2012-03-21 14:17:26', '2012-03-21 14:17:26', '', 'Kamini Threading', '', 'inherit', 'open', 'open', '', 'threading-4', '', '', '2012-03-21 14:17:26', '2012-03-21 14:17:26', '', 26, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/threading2.jpg', 0, 'attachment', 'image/jpeg', 0),
(674, 1, '2012-03-21 14:09:27', '2012-03-21 14:09:27', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 14:09:27', '2012-03-21 14:09:27', '', 26, 'http://kamini.xthefrog.com/26-revision-22/', 0, 'revision', '', 0),
(675, 1, '2012-03-21 14:20:49', '2012-03-21 14:20:49', '', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', 'caci-3', '', '', '2012-03-21 14:20:49', '2012-03-21 14:20:49', '', 268, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/caci1.jpg', 0, 'attachment', 'image/jpeg', 0),
(676, 1, '2012-03-21 14:09:37', '2012-03-21 14:09:37', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:09:37', '2012-03-21 14:09:37', '', 268, 'http://kamini.xthefrog.com/268-revision-21/', 0, 'revision', '', 0),
(678, 1, '2012-03-21 14:25:49', '2012-03-21 14:25:49', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> &nsbp:| <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">CACI Ultra</a> &nsbp:| <a href="wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:25:49', '2012-03-21 14:25:49', '', 268, 'http://kamini.xthefrog.com/268-revision-23/', 0, 'revision', '', 0),
(688, 1, '2012-03-21 15:14:59', '2012-03-21 15:14:59', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n\r\n<h3>Before & After</h3><hr />\r\n\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 15:14:59', '2012-03-21 15:14:59', '', 26, 'http://kamini.xthefrog.com/26-revision-24/', 0, 'revision', '', 0),
(679, 1, '2012-03-21 14:26:18', '2012-03-21 14:26:18', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center" style="padding-bottom:30px">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> &nsbp;| <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">CACI Ultra</a> &nsbp;| <a href="wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:26:18', '2012-03-21 14:26:18', '', 268, 'http://kamini.xthefrog.com/268-revision-24/', 0, 'revision', '', 0),
(680, 1, '2012-03-21 14:26:39', '2012-03-21 14:26:39', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center" style="padding-bottom:30px">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">CACI Ultra</a> | <a href="wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:26:39', '2012-03-21 14:26:39', '', 268, 'http://kamini.xthefrog.com/268-revision-25/', 0, 'revision', '', 0),
(681, 1, '2012-03-21 14:27:01', '2012-03-21 14:27:01', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center" style="padding-bottom:30px">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:27:01', '2012-03-21 14:27:01', '', 268, 'http://kamini.xthefrog.com/268-revision-26/', 0, 'revision', '', 0),
(682, 1, '2012-03-21 14:27:38', '2012-03-21 14:27:38', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center" style="padding-bottom:30px">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACI%20ULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:27:38', '2012-03-21 14:27:38', '', 268, 'http://kamini.xthefrog.com/268-revision-27/', 0, 'revision', '', 0),
(683, 1, '2012-03-21 14:28:05', '2012-03-21 14:28:05', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center" style="padding-bottom:30px">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACI ULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACI%20FACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id="9"]', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 14:28:05', '2012-03-21 14:28:05', '', 268, 'http://kamini.xthefrog.com/268-revision-28/', 0, 'revision', '', 0),
(685, 1, '2012-03-21 14:17:37', '2012-03-21 14:17:37', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n\r\n\r\n<h3>Before & After</h3><hr />\r\n[nggallery id=4]\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 14:17:37', '2012-03-21 14:17:37', '', 26, 'http://kamini.xthefrog.com/26-revision-23/', 0, 'revision', '', 0),
(693, 1, '2012-03-21 02:43:00', '2012-03-21 02:43:00', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2411 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-21 02:43:00', '2012-03-21 02:43:00', '', 294, 'http://kamini.xthefrog.com/294-revision-44/', 0, 'revision', '', 0),
(694, 1, '2012-03-23 01:38:41', '2012-03-23 01:38:41', '', 'Essie', '', 'inherit', 'open', 'open', '', 'essie-nail-polish-neon-2', '', '', '2012-03-23 01:38:41', '2012-03-23 01:38:41', '', 294, 'http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie-nail-polish-neon-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(695, 1, '2012-03-23 01:37:03', '2012-03-23 01:37:03', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-337" />\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[column size="1-4" last="1"]\r\n<h6>Product Title</h6>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet arcu in odio aliquet adipiscing. Vestibulum eros felis, convallis eget semper vel, dapibus imperdiet nibh. Aenean at arcu eros, non vulputate metus. Vivamus viverra aliquet neque, ac varius arcu gravida nec. Sed dignissim, tortor nec tempor faucibus, elit mauris vestibulum neque, adipiscing aliquam felis lectus scelerisque nunc. Integer rutrum gravida egestas. Sed urna nisi, consequat nec condimentum id, rhoncus vel velit. Fusce eu laoreet tortor. Praesent sollicitudin, neque non blandit iaculis, ipsum justo eleifend arcu, eget convallis ligula eros vitae tellus. Duis tincidunt mi non velit lacinia id blandit dui feugiat. Nullam elementum, purus non bibendum euismod, lectus nunc tempus elit, non tincidunt orci nisl at quam. Cras eros eros, tempus in scelerisque sed, faucibus sed nunc. Morbi pharetra tincidunt ante et vulputate. \r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-23 01:37:03', '2012-03-23 01:37:03', '', 294, 'http://kamini.xthefrog.com/294-revision-45/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(699, 1, '2012-03-23 01:41:31', '2012-03-23 01:41:31', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/essie1.jpg" alt="Essie" title="Essie" width="480" height="250" class="aligncenter size-full wp-image-696" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt’s the little touches that make all the difference. NEOM’s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don’t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM’s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you’re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We’ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2012-03-23 01:41:31', '2012-03-23 01:41:31', '', 294, 'http://kamini.xthefrog.com/294-revision-47/', 0, 'revision', '', 0),
(700, 1, '2012-02-15 10:35:23', '2012-02-15 10:35:23', '<h3>Refer a friend.</h3>\r\nRefer a friend to Kamini Beauty and they will receive 50% off their first treatment and, as a thank you, we will reward you with 50% off your next treatment too!\r\n\r\n<h3>Loyalty Card.</h3>\r\nFree eyebrow shape on your 10th visit. Loyalty cards will soon be available from Kamini Beauty Salon.\r\n\r\n<h3>Monday Madness.</h3>\r\nMonday Madness (for a limited time only – 50% off all treatments!) To launch the Salon’s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.\r\n\r\n<h3>Kamini Club.</h3>\r\nBronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.\r\n\r\n', 'Special Offers', '', 'inherit', 'open', 'open', '', '10-revision-4', '', '', '2012-02-15 10:35:23', '2012-02-15 10:35:23', '', 10, 'http://kamini.xthefrog.com/10-revision-4/', 0, 'revision', '', 0),
(701, 1, '2012-03-21 15:21:48', '2012-03-21 15:21:48', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>\r\n\r\n', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-21 15:21:48', '2012-03-21 15:21:48', '', 301, 'http://www.kaminibeauty.com/301-revision-11/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(702, 1, '2012-03-23 01:36:43', '2012-03-23 01:36:43', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2012-03-23 01:36:43', '2012-03-23 01:36:43', '', 416, 'http://www.kaminibeauty.com/416-revision-33/', 0, 'revision', '', 0),
(705, 1, '2012-01-25 06:25:31', '2012-01-25 06:25:31', 'Kamini Vaghela is consistently hailed by the beauty press as the best eyebrow threader in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img class="alignleft size-full wp-image-233" title="" src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/©-Kamini1.jpg" alt="" width="528" height="320" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://kaminibeauty.com/products.htm">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\n<em>Extracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.</em>', 'London Beauty Salon Treatment Giveaway on Time Out ', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-01-25 06:25:31', '2012-01-25 06:25:31', '', 227, 'http://www.kaminibeauty.com/227-revision-7/', 0, 'revision', '', 0),
(706, 1, '2012-01-12 12:40:02', '2012-01-12 12:40:02', '<img src="http://kamini.xthefrog.com/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg" alt="Tatler article - The Last Beauty Taboo Features Kamini Beauty" title="Tatler article - The Last Beauty Taboo Features Kamini Beauty" width="303" height="400" class="alignleft size-full wp-image-222" />\r\nStubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-01-12 12:40:02', '2012-01-12 12:40:02', '', 153, 'http://www.kaminibeauty.com/153-revision-10/', 0, 'revision', '', 0),
(707, 1, '2012-01-10 13:07:10', '2012-01-10 13:07:10', 'content', 'Thanks', '', 'inherit', 'open', 'open', '', '156-revision-2', '', '', '2012-01-10 13:07:10', '2012-01-10 13:07:10', '', 156, 'http://www.kaminibeauty.com/156-revision-2/', 0, 'revision', '', 0),
(731, 1, '2012-11-05 15:45:42', '2012-11-05 15:45:42', 'If you live a demanding lifestyle as a working woman, athlete or a bride-to-be but like to look presentable using make-up, give up the daily hassle of smudging and smearing trying to squeeze it into your schedule. Opt for semi permanent, water proof make-up instead to help you look naturally beautiful 24/7. Whether you’re looking to line your upper or lower lash line to enhance your eyes, fill in sparse or non-existent eyebrows to frame your face or want a flush of colour on the cheeks and lips for more definition. Based on your face shape, features and personal preferences, Kamini will suggest a bespoke treatment to naturally enhance your beautiful self. \r\n\r\nEffects last several years and we recommend a touch up session after 6 months. \r\n\r\n<h2>Eyebrow and Eyelash Tinting</h2>\r\nDo those scanty brows worry you? Have you always wanted darker, fuller looking brows? If no amount of brow pencil is helping you achieve that, a safe and long lasting Eye Brow tint is what will make a world of difference in framing your eyes as well as your face. \r\n\r\nDarker eyelashes give an illusion of dense, thicker lashes and draw attention to your eyes. If Mascara’s have disappointed you or you are fed up of them running down your eyes at the end of the day, an Eye Lash tint will make sure you come out of the pool looking ‘lash’tastic.\r\n\r\n<h2>Eyelash Perming</h2>\r\nIn conjunction with a good eyelash tint, we recommend a session of Eyelash Perming to intensify the results. A semi-permanent method of curling lashes; this removes the need to use eye lash curlers and is highly beneficial for an occasion, especially if you have short and stubborn lashes that are difficult to curl. Lasting for 4-5 weeks, this treatment will provide you with naturally fluttery lashes. \r\n', 'Semi Permanent Make-up', '', 'publish', 'open', 'open', '', 'semi-permanent-make-up', '', '', '2012-11-05 15:45:42', '2012-11-05 15:45:42', '', 0, 'http://www.kaminibeauty.com/?page_id=731', 0, 'page', '', 0),
(732, 1, '2012-11-05 15:44:11', '2012-11-05 15:44:11', '', 'Semi Permanent Make-up', '', 'inherit', 'open', 'open', '', '731-revision', '', '', '2012-11-05 15:44:11', '2012-11-05 15:44:11', '', 731, 'http://www.kaminibeauty.com/731-revision/', 0, 'revision', '', 0),
(713, 1, '2012-04-26 13:03:19', '2012-04-26 13:03:19', '', 'FinalGift1', '', 'inherit', 'open', 'open', '', 'finalgift1', '', '', '2012-04-26 13:03:19', '2012-04-26 13:03:19', '', 0, 'http://www.kaminibeauty.com/wp-content/uploads/2012/04/FinalGift1.jpg', 0, 'attachment', 'image/jpeg', 0),
(714, 1, '2012-04-26 13:03:21', '2012-04-26 13:03:21', '', 'IMG_0010', '', 'inherit', 'open', 'open', '', 'img_0010', '', '', '2012-04-26 13:03:21', '2012-04-26 13:03:21', '', 0, 'http://www.kaminibeauty.com/wp-content/uploads/2012/04/IMG_0010.jpg', 0, 'attachment', 'image/jpeg', 0),
(725, 1, '2012-04-25 08:16:51', '2012-04-25 08:16:51', '<h3><em>Kamini Beauty,</em> named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services within the peaceful haven that is her salon located in Kensington.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic regrowth and will leave you with eyebrows looking like that of a movie star. Having diagnosed any problems with shape and current shaping techniques, Kamini is strict in her prognosis, adamant that tweezers, waxing or threading by other therapists is not an option. Kamini implores her clients to trust her judgment and they will only ever be satisfied with the results.\r\n\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one look at a face for Kamini to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.\r\n\r\nAlongside these innovative treatments, Kamini offers a host of other services within the peaceful haven that is her salon, located off the charming Kensington Church Street in the heart of the Royal Borough.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-10', '', '', '2012-04-25 08:16:51', '2012-04-25 08:16:51', '', 100, 'http://www.kaminibeauty.com/100-revision-10/', 0, 'revision', '', 0),
(724, 1, '2012-03-23 12:18:27', '2012-03-23 12:18:27', '<h3>Refer a friend.</h3>\r\nRefer a friend to Kamini Beauty and they will receive 50% off their first treatment and, as a thank you, we will reward you with 50% off your next treatment too!\r\n\r\n<h3>Loyalty Card.</h3>\r\nFree eyebrow shape on your 10th visit. Loyalty cards will soon be available from Kamini Beauty Salon.\r\n\r\n<h3>Kamini Club.</h3>\r\nBronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.\r\n\r\n', 'Special Offers', '', 'inherit', 'open', 'open', '', '10-revision-5', '', '', '2012-03-23 12:18:27', '2012-03-23 12:18:27', '', 10, 'http://www.kaminibeauty.com/10-revision-5/', 0, 'revision', '', 0),
(721, 1, '2012-03-27 07:52:00', '2012-03-27 07:52:00', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">click here to read the full article</a>)\r\n', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2012-03-27 07:52:00', '2012-03-27 07:52:00', '', 618, 'http://www.kaminibeauty.com/618-revision-5/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(722, 1, '2012-04-26 13:31:41', '2012-04-26 13:31:41', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n\r\n\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">click here to read the full article</a>)\r\n', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2012-04-26 13:31:41', '2012-04-26 13:31:41', '', 618, 'http://www.kaminibeauty.com/618-revision-6/', 0, 'revision', '', 0),
(723, 1, '2012-04-26 13:32:01', '2012-04-26 13:32:01', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">click here to read the full article</a>)\r\n', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2012-04-26 13:32:01', '2012-04-26 13:32:01', '', 618, 'http://www.kaminibeauty.com/618-revision-7/', 0, 'revision', '', 0),
(726, 1, '2012-11-05 14:11:17', '2012-11-05 14:11:17', '<h3><em>Kamini Beauty,</em> named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nHer name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy. She does not believe in pushy sales and will only recommend tailor-made treatment packages to nurture individual physiological and emotional needs. \r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person. \r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star. \r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.\r\n', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-11', '', '', '2012-11-05 14:11:17', '2012-11-05 14:11:17', '', 100, 'http://www.kaminibeauty.com/100-revision-11/', 0, 'revision', '', 0),
(727, 1, '2012-11-05 14:11:48', '2012-11-05 14:11:48', '<h3><em>Kamini Beauty,</em> named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nHer name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy. She does not believe in pushy sales and will only recommend tailor-made treatment packages to nurture individual physiological and emotional needs.\r\n\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-12', '', '', '2012-11-05 14:11:48', '2012-11-05 14:11:48', '', 100, 'http://www.kaminibeauty.com/100-revision-12/', 0, 'revision', '', 0),
(736, 1, '2012-12-11 10:28:31', '2012-12-11 10:28:31', '<em>Kamini Beauty</em>, named after the woman who has worked for around 20 years to create pioneering treatments for the world to experience. Her name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy. She does not believe in pushy sales and will only recommend tailor-made treatment packages to nurture individual physiological and emotional needs.\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-14', '', '', '2012-12-11 10:28:31', '2012-12-11 10:28:31', '', 100, 'http://www.kaminibeauty.com/100-revision-14/', 0, 'revision', '', 0),
(876, 1, '2012-12-11 11:04:32', '2012-12-11 11:04:32', 'World’s leading Eyebrow designer Kamini uses her trademarked Threading techniques as a consultation session with her clients that allow her to break the ice with them, gauge their face shape and suggest other cosmetic requirements on the face and body, alongside designing a bespoke brow shape that suits both their face and personality. We believe all women are born with beautiful eyebrows and our aim is to aid you to enhance and perfect them through your journey albeit in a natural manner.\r\n\r\nHaving been named as the ‘creative artist’ ‘doctor in beauty’ and ‘alchemist for the eyes’ by the press, Kamini truly believes that eyes are the window to the soul hence your eyebrows must automatically act as the frame, reflecting your individuality and narrating a story about you. Working with the symmetry of your facial contours and bone structure, Kamini uses a virtually painless ritual to design your brows ensuring softer, finer hair growth in the future.\r\n\r\nHaving diagnosed any problems with shape and current shaping techniques, Kamini is strict in her prognosis, adamant that tweezers, waxing or threading by other therapists is not an option. She implores her clients to trust her judgment and they will only ever be satisfied with the results.\r\n\r\nConstructing fuller looking brows with a ‘less is more’ ethos indicates youth in our opinion and promises to make you look 10 years younger within minutes! Don’t risk cheaper alternatives that don’t last and do more harm than good to the re-growth of the hairs. Rather opt for the Kamini Technique, a more cost effective option with results lasting at least twice as long. If you want those celebrity brows, Kamini Beauty should be your one-stop destination.\r\n<h3>How is Kamini Threading™ different?</h3>\r\nUnlike any other threaders in the industry, Kamini has over 25 years of experience in eyebrow shaping enabling her to re-define your brows so that they are individually tailored to suit the contour and bone structure of your face. Kamini can instantly diagnose any problem and identify what kind of eyebrow shape will match the symmetry of your face. Kamini’s method is truly bespoke and here at Kamini Beauty we never use templates or implore a one size fits all approach because we understand that every person is individual and has unique eyebrows.\r\n\r\nThe science behind the hair growth cycle combined with the Kamini Threading™ technique allows Kamini to approach your eyebrows in a unique way. What many threaders fail to recognise is that there are various types of hair that have differing growth patterns. The strength of the hair will denote how often and quickly the hair grows back. Kamini’s intricate attention to detail combined with her specialised technique allows for either stronger hair’s to be softened, enabling thinner and slower re-growth, or the growth of hair’s to be prompted. Essentially by stagnating the re-growth of unwanted hairs and encouraging the re-growth of necessary hairs, Kamini can offer you those full looking brows that could last a lifetime.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)', 'Kamini “Threading of a new dimension”', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-12-11 11:04:32', '2012-12-11 11:04:32', '', 26, 'http://localhost/Kamini/26-revision-v1/', 0, 'revision', '', 0),
(729, 1, '2012-03-21 15:22:33', '2012-03-21 15:22:33', '<h3>Kamini has developed her own unique method of threading. The technique is quick and relatively painless, ensuring hairs grow back softer & finer after each session.</h3>\r\n<!--more-->Her expert eye for designing eyebrows enables each person to have their own unique eyebrow shape. Her beautifully shaped eyebrows can be seen on some of the most glamorous women in the world.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n<h3>Tinting</h3>\r\nIf you desire fullness or definition to eyebrows Kamini also offers tinting using the highest quality tints to achieve the perfect colour to enhance your shape.\r\n<h3>Semi Permanent Make-Up</h3>\r\nThis treatment is a safe and natural looking alternative to your daily make up routine, which involves inserting pigments into the dermal layer of the skin. Kamini''s unique eye for shaping can give you perfectly shaped eyebrows, lip colour, and eyeliner for a versatile and long lasting look.\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-03-21 15:22:33', '2012-03-21 15:22:33', '', 26, 'http://www.kaminibeauty.com/26-revision-25/', 0, 'revision', '', 0),
(730, 1, '2012-11-05 15:40:02', '2012-11-05 15:40:02', 'World’s leading Eyebrow designer Kamini uses her trademarked Threading techniques as a consultation session with her clients that allow her to break the ice with them, gauge their face shape and suggest other cosmetic requirements on the face and body, alongside designing a bespoke brow shape that suits both their face and personality. We believe all women are born with beautiful eyebrows and our aim is to aid you to enhance and perfect them through your journey albeit in a natural manner.\r\n\r\nHaving been named as the ‘creative artist’ ‘doctor in beauty’ and ‘alchemist for the eyes’ by the press, Kamini truly believes that eyes are the window to the soul hence your eyebrows must automatically act as the frame, reflecting your individuality and narrating a story about you. Working with the symmetry of your facial contours and bone structure, Kamini uses a virtually painless ritual to design your brows ensuring softer, finer hair growth in the future.\r\n\r\nHaving diagnosed any problems with shape and current shaping techniques, Kamini is strict in her prognosis, adamant that tweezers, waxing or threading by other therapists is not an option. She implores her clients to trust her judgment and they will only ever be satisfied with the results.\r\n\r\nConstructing fuller looking brows with a ‘less is more’ ethos indicates youth in our opinion and promises to make you look 10 years younger within minutes! Don’t risk cheaper alternatives that don’t last and do more harm than good to the re-growth of the hairs. Rather opt for the Kamini Technique, a more cost effective option with results lasting at least twice as long. If you want those celebrity brows, Kamini Beauty should be your one-stop destination.\r\n\r\n<h2>How is Kamini Threading™ different?</h2>\r\nUnlike any other threaders in the industry, Kamini has over 25 years of experience in eyebrow shaping enabling her to re-define your brows so that they are individually tailored to suit the contour and bone structure of your face. Kamini can instantly diagnose any problem and identify what kind of eyebrow shape will match the symmetry of your face. Kamini’s method is truly bespoke and here at Kamini Beauty we never use templates or implore a one size fits all approach because we understand that every person is individual and has unique eyebrows.\r\n\r\nThe science behind the hair growth cycle combined with the Kamini Threading™ technique allows Kamini to approach your eyebrows in a unique way. What many threaders fail to recognise is that there are various types of hair that have differing growth patterns. The strength of the hair will denote how often and quickly the hair grows back. Kamini’s intricate attention to detail combined with her specialised technique allows for either stronger hair’s to be softened, enabling thinner and slower re-growth, or the growth of hair’s to be prompted. Essentially by stagnating the re-growth of unwanted hairs and encouraging the re-growth of necessary hairs, Kamini can offer you those full looking brows that could last a lifetime.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n', 'Kamini Threading™', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-11-05 15:40:02', '2012-11-05 15:40:02', '', 26, 'http://www.kaminibeauty.com/26-revision-26/', 0, 'revision', '', 0),
(734, 1, '2012-03-19 11:20:25', '2012-03-19 11:20:25', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->Manual Lymph Drainage designed to stimulate lymph circulation, the deeply relaxing Aromatherapy massages, Indian Head Massage to stimulate circulation and release tension from the back neck, shoulders and scalp & Holistic Massage a deep and relaxing massage for overall wellbeing.\r\n\r\nWe also have a full range of holistic treatments aimed to restore heath and harmony to the body and mind. We offer Cranial Sacral Therapy to re-align the body, Reflexology applying pressure on the reflex pints in the feet for a number of disorders, Shiatsu and Zone Therapy aimed to support and nurture the body''s energy flow promoting relaxation and self-healing, Reiki a healing treating to restore health and harmony to the body and mind, Japanese Facial Massage using gentle rhythmic pressure to promote a calm and relaxed state of mind and Hopi Ear Candle Treatment a beneficial treatment to help alleviate many conditions including colds, headaches, ringing in the ears and stress. All our holistic therapies are aimed at creating a calmness of body and mind for total wellbeing.\r\n\r\n[nggallery id=5]', 'Massage & Holistic', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-03-19 11:20:25', '2012-03-19 11:20:25', '', 34, 'http://www.kaminibeauty.com/34-revision-15/', 0, 'revision', '', 0),
(735, 1, '2012-11-05 14:12:09', '2012-11-05 14:12:09', '<h3><em>Kamini Beauty,</em> named after the woman who has worked for some 20 years to create pioneering treatments for the world to experience.</h3>\r\nHer name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy. She does not believe in pushy sales and will only recommend tailor-made treatment packages to nurture individual physiological and emotional needs.\r\n\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\r\n\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-13', '', '', '2012-11-05 14:12:09', '2012-11-05 14:12:09', '', 100, 'http://www.kaminibeauty.com/100-revision-13/', 0, 'revision', '', 0),
(858, 1, '2012-12-11 11:01:41', '2012-12-11 11:01:41', '<h3>Hair growth patterns differ significantly on all areas of the body and you will be surprised to know that no two areas are the same. Did you know that Laser hair removal does not particularly work well on all hair types, especially dark and coarse? This is where our skilled, experienced and unbiased staff helps you make a genuine decision regarding which hair removal method shall suit you best, making the treatment as bespoke and effective as possible.</h3>\r\n<!--more-->\r\n<h3>IPL</h3>\r\nWe like to be ahead of our time and the latest technology in hair removal namely the Ellipse Light System is what we like to offer to our clients especially suited for larger areas of the body and clients with darker, coarser hair. How it works is by targeting short bursts of light from a flash lamp into the target area. The hair containing melanin then transfers the heat to the hair follicle, consequently destroying it and turning it incapable of hair production.\r\n\r\nAppropriate for all over body and face hair removal, IPL is a permanent solution to all hair problems and has been clinically proven to be safe of any harmful wavelengths. Depending on which area of the body is being treated, one session can last as long as 5 to 120 minutes and we recommend at least 3-6 sessions for optimal, long lasting results. As for pain, differing individualistically of course and based on the area of the body and the sensitivity there, it can vary from almost nothing to a stinging sensation.\r\n\r\nAreas covered: Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest\r\n<h3>Electrolyses</h3>\r\nAnother treatment suitable for smaller areas of the face and body and for treating individual hairs with precision is Electrolyses. Our trained therapists provide this treatment safely and guarantee permanent results. Unlike IPL, Electrolyses targets the hair follicle directly instead of the hair pigment. An electric impulse of energy is passed through the hair follicle, removing hair without pulling it.\r\n\r\nWe recommend a series of treatments of Electrolyses to witness satisfying results and also because hair growth occurs in various cycles, repeated treatment sessions will weaken the hair overtime causing growth to stun eventually.\r\n\r\nThe success of electrolysis depends on the therapist and we make sure to put you in safe hands by choosing experts in the field with years of experience on hand. Although the process is a quick one, a session can range from 15 minutes to an hour. A virtually painless, prickling sensation is known to have been felt when each hair follicle is targeted.\r\n<h3>Waxing</h3>\r\nHave you always desired silky, smooth skin without wanting to opt for permanent hair removal treatments? They say ‘no pain, no gain’ but we dare to challenge that notion by our superior quality of wax-based resins to promote faster healing and finer hair growth.\r\n\r\nWhether you are looking to achieve an exotic Brazilian wax or a glamorous Hollywood wax, our trained therapists have it all covered for you, ensuring minimum pain and maximum, long lasting results. Besides, waxing is the least damaging temporary hair removal technique and is good for your skin, encouraging exfoliation of dead skin and rejuvenating skin alongside. If you have always suffered from razor cuts and pigmentation due to that, switch to waxing now to witness the flawless results for yourself!\r\n\r\nAreas covered: Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-12-11 11:01:41', '2012-12-11 11:01:41', '', 30, 'http://localhost/Kamini/30-revision-v1/', 0, 'revision', '', 0),
(738, 1, '2012-03-21 01:51:03', '2012-03-21 01:51:03', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nFacial treatments are designed to suit your individual needs, and all facials also incorporate a head, neck and shoulder massage. We promise you will come out feeling relaxed, revitalized and looking great.\r\n<h3>Digi-Esthetique Institute Facial Treatments</h3>\r\nWe offer Digi-Esthetique Institute Facial Treatments including Hydroptimale, Oxyliance, Lift Defence and our specialist mens facial- Sothys Homme, all designed to bring natural radiance back to your skin, and bring harmony to body and mind. These intensive facials provide long lasting results as the unique ingredients combined with the Digi-Esthetique technique allow a deeper penetrate into the skin.\r\n<h3>Professional Care Facials</h3>\r\nAt Kamini we also offer a full range of professional care facials and professional peels. Professional care facials provide radiance and vitality to the skin. We also offer specialist eye treatments to reducing puffiness, dark circles and to protect against premature aging.\r\n\r\n[nggallery id=2]', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-03-21 01:51:03', '2012-03-21 01:51:03', '', 28, 'http://www.kaminibeauty.com/28-revision-18/', 0, 'revision', '', 0),
(739, 1, '2012-03-21 01:53:27', '2012-03-21 01:53:27', '<h3>At Kamini, we have a complete range of hair removal methods to suit every person. Our therapists use waxing, electrolysis and IPL.</h3>\r\n<!--more-->\r\n<h3>Waxing</h3>\r\nOur skilled therapists deliver specialist waxing using warm and hot waxes containing the finest resins and essentials oils, resulting in a less painful process with longer lasting results.\r\n\r\n(Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood)\r\n<h3>Electrolysis</h3>\r\nOur therapists also electrolysis, a safe and effective form of permanent hair removal used to remove hair from small areas or individual hairs.\r\n<h3>IPL</h3>\r\nKamini offers permanent hair removal using the Ellipse Pulse Light system, the most advanced hair removal system on the market today. This safe and effective permanent method of hair removal is clinically proven destroy hair follicles rendering them unable to produce hair.\r\n\r\n(Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest)', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-03-21 01:53:27', '2012-03-21 01:53:27', '', 30, 'http://www.kaminibeauty.com/30-revision-19/', 0, 'revision', '', 0),
(740, 1, '2012-03-19 11:16:50', '2012-03-19 11:16:50', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n\r\nWe offer you thorough manicure treatments, which will restore the softness, smoothness and firmness of your hands, revealing their true beauty. Using essential oils and creams your cuticles and nails will end up feeling fantastic once more, a true treat for your hands.\r\n\r\nWe also offer a range of pedicure treatments, designed to relax and refresh your feet including our luxury paraffin wax pedicure all delivered by our fantastic and experienced staff.\r\n\r\n(Manicure/Pedicure, French Manicure/Pedicure, Re-Vanish, Luxury (Paraffin))', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-03-19 11:16:50', '2012-03-19 11:16:50', '', 32, 'http://www.kaminibeauty.com/32-revision-15/', 0, 'revision', '', 0),
(741, 1, '2012-12-11 10:40:43', '2012-12-11 10:40:43', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->\n<h2>Deep Tissue Massage</h\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\n<h2>Aromatherapy Massage\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking. \nIndian Head Massage\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp. \n<h2>Holistic Massage\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage. \n<h2>Reflexology\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode. \n<h2>Hopi Ear Candle Treatment \nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections. \n<h2>Vortex Healing and Body Alignment\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more. \nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system. \n\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-autosave-v1', '', '', '2012-12-11 10:40:43', '2012-12-11 10:40:43', '', 34, 'http://www.kaminibeauty.com/34-autosave/', 0, 'revision', '', 0),
(742, 1, '2012-12-11 10:26:47', '2012-12-11 10:26:47', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->Manual Lymph Drainage designed to stimulate lymph circulation, the deeply relaxing Aromatherapy massages, Indian Head Massage to stimulate circulation and release tension from the back neck, shoulders and scalp & Holistic Massage a deep and relaxing massage for overall wellbeing.\r\n\r\nWe also have a full range of holistic treatments aimed to restore heath and harmony to the body and mind. We offer Cranial Sacral Therapy to re-align the body, Reflexology applying pressure on the reflex pints in the feet for a number of disorders, Shiatsu and Zone Therapy aimed to support and nurture the body''s energy flow promoting relaxation and self-healing, Reiki a healing treating to restore health and harmony to the body and mind, Japanese Facial Massage using gentle rhythmic pressure to promote a calm and relaxed state of mind and Hopi Ear Candle Treatment a beneficial treatment to help alleviate many conditions including colds, headaches, ringing in the ears and stress. All our holistic therapies are aimed at creating a calmness of body and mind for total wellbeing.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-12-11 10:26:47', '2012-12-11 10:26:47', '', 34, 'http://www.kaminibeauty.com/34-revision-16/', 0, 'revision', '', 0),
(744, 1, '2012-12-11 10:41:27', '2012-12-11 10:41:27', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->\r\n<h2>Deep Tissue Massage</h2>\r\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\r\n<h2>Aromatherapy Massage</h2>\r\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking.\r\nIndian Head Massage\r\n\r\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp.\r\n<h2>Holistic Massage</h2>\r\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage.\r\n<h2>Reflexology</h2>\r\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode.\r\n<h2>Hopi Ear Candle Treatment</h2>\r\nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections.\r\n<h2>Vortex Healing and Body Alignment</h2>\r\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more.\r\n\r\nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-12-11 10:41:27', '2012-12-11 10:41:27', '', 34, 'http://www.kaminibeauty.com/34-revision-17/', 0, 'revision', '', 0),
(745, 1, '2012-12-11 10:46:43', '2012-12-11 10:46:43', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->\r\n<h2>Deep Tissue Massage</h2>\r\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\r\n<h2>Aromatherapy Massage</h2>\r\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking.\r\nIndian Head Massage\r\n\r\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp.\r\n<h2>Holistic Massage</h2>\r\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage.\r\n<h2>Reflexology</h2>\r\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode.\r\n<h2>Hopi Ear Candle Treatment</h2>\r\nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections.\r\n<h2>Vortex Healing and Body Alignment</h2>\r\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more.\r\n\r\nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-12-11 10:46:43', '2012-12-11 10:46:43', '', 34, 'http://www.kaminibeauty.com/34-revision-18/', 0, 'revision', '', 0),
(746, 1, '2012-12-11 10:46:58', '2012-12-11 10:46:58', 'Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension <!--more-->\r\n<h2>Deep Tissue Massage</h2>\r\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\r\n<h2>Aromatherapy Massage</h2>\r\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking.\r\n<h2>Indian Head Massage</h2>\r\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp.\r\n<h2>Holistic Massage</h2>\r\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage.\r\n<h2>Reflexology</h2>\r\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode.\r\n<h2>Hopi Ear Candle Treatment</h2>\r\nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections.\r\n<h2>Vortex Healing and Body Alignment</h2>\r\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more.\r\n\r\nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-12-11 10:46:58', '2012-12-11 10:46:58', '', 34, 'http://www.kaminibeauty.com/34-revision-19/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(825, 1, '2012-12-21 11:57:28', '2012-12-21 11:57:28', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natacha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natacha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natacha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nKamini is proud to announce that we have acquired the much sought after Massage and Healing services offered by Patricia Anne Seymour.\r\n\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.\r\n<h3>Ivana (Beauty Therapist)</h3>\r\nIvana is a fully qualified Beauty Therapist with over 7 years of experience in the beauty industry.\r\n\r\nShe began her journey in 2005 working in a local salon in Forest Row East Sussex, where she learnt a lot about the beauty industry.\r\n\r\nSix months later, she decided to take the self employed route, building her own client base and studying further beauty and holistic courses, such as Systematic Kinesiology, Counselling and a Variety of Massage techniques including Lava Shells Massage.\r\n\r\nIvana is passionate about the beauty industry and understands how to make people feel and look beautiful, believing it is part of a therapist''s job to help give the client confidence.\r\n\r\nIvana enjoys a variety of treatments, (from hands on treatments, working with individuals to promote natural healing within oneself, believing inner and outer beauty goes hand in hand) to makeup, facials, waxing and eyebrow shaping.\r\n\r\nHer specialities are facials, facial and body massages, manicures, pedicures, eye treatments such as eyelash tinting, eyebrow shaping, and she is highly experienced in waxing/intimate waxing, and make up application.\r\n\r\nIvana recently made it to the semi final of the European makeup competition - Makeup Master which was great recognition of her skills and Kamini is delighted to have her on board for the pleasure of our loyal clients.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-9', '', '', '2012-12-21 11:57:28', '2012-12-21 11:57:28', '', 759, 'http://www.kaminibeauty.com/759-revision-9/', 0, 'revision', '', 0),
(747, 1, '2012-03-21 15:22:13', '2012-03-21 15:22:13', '<h3>The<strong> CACI</strong> Facial is the <strong>‘Ultimate’</strong>solution for:</h3>\r\n· Fine lines and wrinkles\r\n· Dull or Blemished skin\r\n· Dehydration and sun damaged skin\r\n· Eye bags and over-hanging eye lids\r\n· Sagging jowls and double chins\r\n· Gives a softer, radiant and youthful appearance\r\n· Skin Rejuvenation / scars and stretch mark\r\n<h3>WHAT IS CACI ‘ULTIMATE’</h3>\r\nThe CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.\r\n\r\nThe procedure has twenty years of medical research behind it and works by re-educating, toning and firming the facial muscles. The Microdermabrasion removes the outermost surface of the skin by light abrasion firing jets of fine particles directly onto the face. The LED photo rejuvenation uses wavelengths of light to stimulate the skin cells and reduce the signs of aging, whilst the micro-current facial toning retrains the muscles to their former glory to help lift any saggy skin.\r\n\r\nFollowing the first treatment, you can expect dull skin to appear brighter, but a course of ten treatments is recommended for serious age-busting results. With results lasting up to six weeks, no wonder it''s the procedure of choice for many an A lister!\r\n\r\n<div align="center" style="padding-bottom:30px">\r\n<a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a>\r\n</div>\r\n\r\n', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-03-21 15:22:13', '2012-03-21 15:22:13', '', 268, 'http://www.kaminibeauty.com/268-revision-30/', 0, 'revision', '', 0),
(749, 1, '2012-03-27 07:47:45', '2012-03-27 07:47:45', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n\r\nThe Venus Swan provides the latest and most innovative radio frequency therapy for cellulite reduction, skin tightening, body contouring, ant-ageing as well as other aesthetic treatments. RF treatment is a safe, painless and non-invasive way to get into bikini-ready shape, and is particularly popular with celebrities around the world. Your therapist uses a handheld attachment to send radio waves deep down into multiple layers of your dermis (the Accent XL targets two dermal layers, while the Viora Reaction reaches three. The radio waves cause a controlled heating action in the targeted tissues, which in turn stimulates the production of collagen. Your existing skin fibres are instantly strengthened and your circulation is boosted. As a result, your skin will immediately appear smoother and you’ll see less of the dreaded cellulite than before. Radio frequency therapy really does give you the best of both worlds: on top of the noticeable results you get after just one RF treatment, you’ll also continue to see improvements for several months as new collagen continues to grow. To maximize the benefits of RF therapy even further, most people opt for a series of 6-8 weekly sessions.\r\n\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>\r\n\r\n', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-03-27 07:47:45', '2012-03-27 07:47:45', '', 301, 'http://www.kaminibeauty.com/301-revision-12/', 0, 'revision', '', 0),
(748, 1, '2012-12-11 10:52:19', '2012-12-11 10:52:19', '<h3>The CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections. It is the very first treatment system to combine Microcurrent facial toning, crystal free Microdermabrasion, and LED photo rejuvenation.</h3>\r\n<h2><!--more-->\r\nIs it for me?</h2>\r\nHave you always dreamt of a non-surgical face lift? Do those wrinkles, double chin, flat skin and eye bags get in the way of your confidence? Are you always tempted to photoshop them from pictures?\r\n\r\nWe offer a professional Facial called CACI that is the ultimate answer for you and shall photoshop these imperfections away from your life!\r\n<h2>What does it do?</h2>\r\nIt aids in collagen secretion – a natural protein that degrades in the human skin over time, leading to sagging skin, fine lines and wrinkles. The treatment promotes skin cell turnover – which means a new layer of skin is revealed after every session and also increases blood flow to the facial skin.\r\nBringing back original skin structure and volume that allows skin to spring back to youth and appear supple and plump. The facial also constitutes of Microdermabrasion – that not only ensures constant shedding of dead skin cells to replace them with younger looking skin but also fades the appearance of blemishes, acne scars and mild pigmentation.\r\n<h2>How does it work?</h2>\r\nUsing a bunch of fancy gadgets namely the ‘wrinkle comb’, ‘electro buds’, ‘microcurrent rollers’ in combination with professional facial techniques such as a charged hylauronic gel mask, low frequency electrical impulses and LED light therapy to rejuvenate and reveal a fresh layer of skin and tone & plump the facial muscles.\r\n\r\nThe treatment is suitable for the Eyes, face and body. We can create a bespoke treatment for you depending on the area of the face/body you want treated.\r\n<div style="padding-bottom: 30px;" align="center"><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a></div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-12-11 10:52:19', '2012-12-11 10:52:19', '', 268, 'http://www.kaminibeauty.com/268-revision-31/', 0, 'revision', '', 0),
(750, 1, '2012-12-11 10:56:09', '2012-12-11 10:56:09', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\n<h2>Is it for me?</h2>\nIf you have always wanted a svelte bikini body, a flat torso, toned arms and smooth thighs minus the cellulite and without going under the knife, then this virtually painless (in fact relaxing) cellulite reducing and body contouring treatment is ideal for you!\n\nGet excited to shop for the otherwise dreaded swimwear as we promise to leave you motivated to do so. Those hard to lose bingo wings and stubborn stretch marks will never be a hindrance again.\n<h2>What does it do?</h2>\nIt is not a weight loss treatment however by clinically making the appearance of the skin on the body flawless, tight, contoured and youthful, we aim to provide more or less similar results of a good workout session and a well thought out diet within just a couple of sessions.\n<h2>How does it work?</h2>\nJust like facial skin, the skin on the body also suffers from depleting level of collagen and micro-circulation over the number of years. Magnetic pulses and radio waves penetrate multiple layers of the skin via this treatment, raise the body’s temperature and encourage the production of collagen and dermal fibroblasts consequently improving skin’s elasticity and blood circulation.\n\nVisible results will of course be seen after just one treatment but will also continue to show improvement over the period of weeks as collagen continues to grow. We recommend 6-8 sessions for maximum benefit.\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-autosave-v1', '', '', '2012-12-11 10:56:09', '2012-12-11 10:56:09', '', 301, 'http://www.kaminibeauty.com/301-autosave/', 0, 'revision', '', 0),
(752, 1, '2012-12-11 10:55:05', '2012-12-11 10:55:05', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n<h2>Is it for me?</h2>\r\nIf you have always wanted a svelte bikini body, a flat torso, toned arms and smooth thighs minus the cellulite and without going under the knife, then this virtually painless (in fact relaxing) cellulite reducing and body contouring treatment is ideal for you!\r\n\r\nGet excited to shop for the otherwise dreaded swimwear as we promise to leave you motivated to do so. Those hard to lose bingo wings and stubborn stretch marks will never be a hindrance again.\r\n<h2>What does it do?</h2>\r\nIt is not a weight loss treatment however by clinically making the appearance of the skin on the body flawless, tight, contoured and youthful, we aim to provide more or less similar results of a good workout session and a well thought out diet within just a couple of sessions.\r\n<h2>How does it work?</h2>\r\nJust like facial skin, the skin on the body also suffers from depleting level of collagen and micro-circulation over the number of years. Magnetic pulses and radio waves penetrate multiple layers of the skin via this treatment, raise the body’s temperature and encourage the production of collagen and dermal fibroblasts consequently improving skin’s elasticity and blood circulation.\r\n\r\nVisible results will of course be seen after just one treatment but will also continue to show improvement over the period of weeks as collagen continues to grow. We recommend 6-8 sessions for maximum benefit.\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-12-11 10:55:05', '2012-12-11 10:55:05', '', 301, 'http://www.kaminibeauty.com/301-revision-13/', 0, 'revision', '', 0),
(753, 1, '2012-12-11 10:53:10', '2012-12-11 10:53:10', '<h3>The CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections.</h3>\r\n<h2><!--more-->\r\nIs it for me?</h2>\r\nHave you always dreamt of a non-surgical face lift? Do those wrinkles, double chin, flat skin and eye bags get in the way of your confidence? Are you always tempted to photoshop them from pictures?\r\n\r\nWe offer a professional Facial called CACI that is the ultimate answer for you and shall photoshop these imperfections away from your life!\r\n<h2>What does it do?</h2>\r\nIt aids in collagen secretion – a natural protein that degrades in the human skin over time, leading to sagging skin, fine lines and wrinkles. The treatment promotes skin cell turnover – which means a new layer of skin is revealed after every session and also increases blood flow to the facial skin.\r\n\r\nBringing back original skin structure and volume that allows skin to spring back to youth and appear supple and plump. The facial also constitutes of Microdermabrasion – that not only ensures constant shedding of dead skin cells to replace them with younger looking skin but also fades the appearance of blemishes, acne scars and mild pigmentation.\r\n<h2>How does it work?</h2>\r\nUsing a bunch of fancy gadgets namely the ‘wrinkle comb’, ‘electro buds’, ‘microcurrent rollers’ in combination with professional facial techniques such as a charged hylauronic gel mask, low frequency electrical impulses and LED light therapy to rejuvenate and reveal a fresh layer of skin and tone & plump the facial muscles.\r\n\r\nThe treatment is suitable for the Eyes, face and body. We can create a bespoke treatment for you depending on the area of the face/body you want treated.\r\n<div style="padding-bottom: 30px;" align="center"><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a></div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-12-11 10:53:10', '2012-12-11 10:53:10', '', 268, 'http://www.kaminibeauty.com/268-revision-32/', 0, 'revision', '', 0),
(754, 1, '2012-12-11 10:48:56', '2012-12-11 10:48:56', '<h3>Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension</h3><!--more-->\r\n<h2>Deep Tissue Massage</h2>\r\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\r\n<h2>Aromatherapy Massage</h2>\r\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking.\r\n<h2>Indian Head Massage</h2>\r\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp.\r\n<h2>Holistic Massage</h2>\r\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage.\r\n<h2>Reflexology</h2>\r\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode.\r\n<h2>Hopi Ear Candle Treatment</h2>\r\nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections.\r\n<h2>Vortex Healing and Body Alignment</h2>\r\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more.\r\n\r\nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-12-11 10:48:56', '2012-12-11 10:48:56', '', 34, 'http://www.kaminibeauty.com/34-revision-20/', 0, 'revision', '', 0),
(755, 1, '2012-12-11 10:37:21', '2012-12-11 10:37:21', '<h3>Hair growth patterns differ significantly on all areas of the body and you will be surprised to know that no two areas are the same. Did you know that Laser hair removal does not particularly work well on all hair types, especially dark and coarse? This is where our skilled, experienced and unbiased staff helps you make a genuine decision regarding which hair removal method shall suit you best, making the treatment as bespoke and effective as possible.</h3>\r\n<!--more-->\r\n<h2>IPL</h2>\r\nWe like to be ahead of our time and the latest technology in hair removal namely the Ellipse Light System is what we like to offer to our clients especially suited for larger areas of the body and clients with darker, coarser hair. How it works is by targeting short bursts of light from a flash lamp into the target area. The hair containing melanin then transfers the heat to the hair follicle, consequently destroying it and turning it incapable of hair production.\r\n\r\nAppropriate for all over body and face hair removal, IPL is a permanent solution to all hair problems and has been clinically proven to be safe of any harmful wavelengths. Depending on which area of the body is being treated, one session can last as long as 5 to 120 minutes and we recommend at least 3-6 sessions for optimal, long lasting results. As for pain, differing individualistically of course and based on the area of the body and the sensitivity there, it can vary from almost nothing to a stinging sensation.\r\n\r\nAreas covered: Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest\r\n<h2>Electrolyses</h2>\r\nAnother treatment suitable for smaller areas of the face and body and for treating individual hairs with precision is Electrolyses. Our trained therapists provide this treatment safely and guarantee permanent results. Unlike IPL, Electrolyses targets the hair follicle directly instead of the hair pigment. An electric impulse of energy is passed through the hair follicle, removing hair without pulling it.\r\n\r\nWe recommend a series of treatments of Electrolyses to witness satisfying results and also because hair growth occurs in various cycles, repeated treatment sessions will weaken the hair overtime causing growth to stun eventually.\r\n\r\nThe success of electrolysis depends on the therapist and we make sure to put you in safe hands by choosing experts in the field with years of experience on hand. Although the process is a quick one, a session can range from 15 minutes to an hour. A virtually painless, prickling sensation is known to have been felt when each hair follicle is targeted.\r\n<h2>Waxing</h2>\r\nHave you always desired silky, smooth skin without wanting to opt for permanent hair removal treatments? They say ‘no pain, no gain’ but we dare to challenge that notion by our superior quality of wax-based resins to promote faster healing and finer hair growth.\r\n\r\nWhether you are looking to achieve an exotic Brazilian wax or a glamorous Hollywood wax, our trained therapists have it all covered for you, ensuring minimum pain and maximum, long lasting results. Besides, waxing is the least damaging temporary hair removal technique and is good for your skin, encouraging exfoliation of dead skin and rejuvenating skin alongside. If you have always suffered from razor cuts and pigmentation due to that, switch to waxing now to witness the flawless results for yourself!\r\n\r\nAreas covered: Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2012-12-11 10:37:21', '2012-12-11 10:37:21', '', 30, 'http://www.kaminibeauty.com/30-revision-20/', 0, 'revision', '', 0),
(756, 1, '2012-12-11 10:39:03', '2012-12-11 10:39:03', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h2>Manicure</h2>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h2>Pedicure</h2>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-12-11 10:39:03', '2012-12-11 10:39:03', '', 32, 'http://www.kaminibeauty.com/32-revision-16/', 0, 'revision', '', 0),
(757, 1, '2012-12-11 10:34:47', '2012-12-11 10:34:47', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nKamini’s belief about facials is very unique and respected amongst her clients. She likes to opt for a holistic approach when it comes to facials and feels that pampering the skin on the face should be a nurturing exercise which then transfers naturally to the rest of the mind and body. She likes to opt for a short consultation with the client prior to the facial to assess what they would require – nurturing, healing, comforting, balancing, de-stressing or perhaps a combination of all of these. Once the client’s emotional factors are tapped into and understood by the therapist, the beautifying aspect of a facial will follow automatically.\r\n\r\nThe skincare products we like to use at the salon are formulated in a way to mimic the body’s chemistry. Massaging the product thoroughly by pushing it deep into the skin, stimulating skin cells, plumping and encouraging collagen production are few of the very many aspects that Kamini likes to concentrate on. Her topmost priority always remains to personalise a facial based on individual clients and that is primarily what makes Kamini Beauty different to the rest.\r\n<h2>Lifting and Collagen</h2>\r\nPromising to bring your skin back to its youthful self, our lifting and collagen facial targets fine lines and wrinkles, plumps the skin, improves elasticity, enhances facial contours, accelerates skin cell production, reveals a fresh new layer of skin underneath and targets pigmentation and sun spots. Back to 21 in less than 60 minutes!\r\n<h2>Radiance</h2>\r\nIt goes without saying that radiant skin is an indication of overall wellbeing and healthy skin of course but if you feel the city’s pollution, hectic work patterns, stress and your general lifestyle has taken away that ‘glow from within’, then this treatment is made for you. The power boosting facial regenerates skin cells and rebalances sebum which consequently energises dull, lustre lacking skin and injects radiance and vitality, mimicking a post-holiday glow. Let people keep wondering which exotic location you’ve been to lately.\r\n<h2>Hydrating</h2>\r\nThe key with this facial is to drench the skin with moisture and nourish it at a deeper level so it appears brighter and fresher. Replenishing the natural water level in the skin, every session will ensure you require less topical moisturisers as time passes by. The more hydrated your skin is, the more supple it will appear and the more reluctant it will be to premature ageing.\r\n\r\n[nggallery id=2]', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-12-11 10:34:47', '2012-12-11 10:34:47', '', 28, 'http://www.kaminibeauty.com/28-revision-19/', 0, 'revision', '', 0),
(758, 1, '2012-11-05 15:40:42', '2012-11-05 15:40:42', 'World’s leading Eyebrow designer Kamini uses her trademarked Threading techniques as a consultation session with her clients that allow her to break the ice with them, gauge their face shape and suggest other cosmetic requirements on the face and body, alongside designing a bespoke brow shape that suits both their face and personality. We believe all women are born with beautiful eyebrows and our aim is to aid you to enhance and perfect them through your journey albeit in a natural manner.\r\n\r\nHaving been named as the ‘creative artist’ ‘doctor in beauty’ and ‘alchemist for the eyes’ by the press, Kamini truly believes that eyes are the window to the soul hence your eyebrows must automatically act as the frame, reflecting your individuality and narrating a story about you. Working with the symmetry of your facial contours and bone structure, Kamini uses a virtually painless ritual to design your brows ensuring softer, finer hair growth in the future.\r\n\r\nHaving diagnosed any problems with shape and current shaping techniques, Kamini is strict in her prognosis, adamant that tweezers, waxing or threading by other therapists is not an option. She implores her clients to trust her judgment and they will only ever be satisfied with the results.\r\n\r\nConstructing fuller looking brows with a ‘less is more’ ethos indicates youth in our opinion and promises to make you look 10 years younger within minutes! Don’t risk cheaper alternatives that don’t last and do more harm than good to the re-growth of the hairs. Rather opt for the Kamini Technique, a more cost effective option with results lasting at least twice as long. If you want those celebrity brows, Kamini Beauty should be your one-stop destination.\r\n\r\n<h2>How is Kamini Threading™ different?</h2>\r\nUnlike any other threaders in the industry, Kamini has over 25 years of experience in eyebrow shaping enabling her to re-define your brows so that they are individually tailored to suit the contour and bone structure of your face. Kamini can instantly diagnose any problem and identify what kind of eyebrow shape will match the symmetry of your face. Kamini’s method is truly bespoke and here at Kamini Beauty we never use templates or implore a one size fits all approach because we understand that every person is individual and has unique eyebrows.\r\n\r\nThe science behind the hair growth cycle combined with the Kamini Threading™ technique allows Kamini to approach your eyebrows in a unique way. What many threaders fail to recognise is that there are various types of hair that have differing growth patterns. The strength of the hair will denote how often and quickly the hair grows back. Kamini’s intricate attention to detail combined with her specialised technique allows for either stronger hair’s to be softened, enabling thinner and slower re-growth, or the growth of hair’s to be prompted. Essentially by stagnating the re-growth of unwanted hairs and encouraging the re-growth of necessary hairs, Kamini can offer you those full looking brows that could last a lifetime.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)\r\n', 'Kamini “Threading of a new dimension”', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2012-11-05 15:40:42', '2012-11-05 15:40:42', '', 26, 'http://www.kaminibeauty.com/26-revision-27/', 0, 'revision', '', 0),
(759, 1, '2012-12-11 11:10:22', '2012-12-11 11:10:22', '', 'Meet The Team', '', 'publish', 'open', 'open', '', 'meet-the-team', '', '', '2014-04-01 16:18:22', '2014-04-01 16:18:22', '', 6, 'http://www.kaminibeauty.com/?page_id=759', 0, 'page', '', 0),
(760, 1, '2012-12-11 11:09:41', '2012-12-11 11:09:41', '<h3>Luz (The gadget specialist)</h3>\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\n<h3>Yuki (Wellbeing therapist)</h3>\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\n<h3>Natasha (Senior Receptionist)</h3>\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natasha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natasha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\n<h3>Introducing Patricia (Massage Therapist)</h3>\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\n\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\n\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\n\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision', '', '', '2012-12-11 11:09:41', '2012-12-11 11:09:41', '', 759, 'http://www.kaminibeauty.com/759-revision/', 0, 'revision', '', 0),
(761, 1, '2012-12-11 11:10:22', '2012-12-11 11:10:22', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natasha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natasha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natasha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-2', '', '', '2012-12-11 11:10:22', '2012-12-11 11:10:22', '', 759, 'http://www.kaminibeauty.com/759-revision-2/', 0, 'revision', '', 0),
(762, 1, '2012-12-11 11:11:45', '2012-12-11 11:11:45', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natasha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natasha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natasha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-3', '', '', '2012-12-11 11:11:45', '2012-12-11 11:11:45', '', 759, 'http://www.kaminibeauty.com/759-revision-3/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(763, 1, '2012-12-19 19:39:11', '2012-12-19 19:39:11', '<h3>Luz (The gadget specialist)</h3>\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\n<h3>Yuki (Wellbeing therapist)</h3>\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\n<h3>Natacha (Senior Receptionist)</h3>\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natacha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natacha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\n\nKamini is proud to announce that we have acquired the much sought after Massage and Healing services offered by Patricia Anne Seymour.\n<h3>Introducing Patricia (Massage Therapist)</h3>\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\n\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\n\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\n\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.\n<h3>Ivana (Beauty Therapist)</h3>\nIvana is a fully qualified Beauty Therapist with over 7 years of experience in the beauty industry.\n\nShe began her journey in 2005 working in a local salon in Forest Row East Sussex, where she learnt a lot about the beauty industry.\n\nSix months later, she decided to take the self employed route, building her own client base and studying further beauty and holistic courses, such as Systematic Kinesiology, Counselling and a Variety of Massage techniques including Lava Shells Massage.\n\nIvana is passionate about the beauty industry and understands how to make people feel and look beautiful, believing it is part of a therapist''s job to help give the client confidence.\n\nIvana enjoys a variety of treatments, (from hands on treatments, working with individuals to promote natural healing within oneself, believing inner and outer beauty goes hand in hand) to makeup, facials, waxing and eyebrow shaping.\n\nHer specialities are facials, facial and body massages, manicures, pedicures, eye treatments such as eyelash tinting, eyebrow shaping, and she is highly experienced in waxing/intimate waxing, and make up application.\n\nIvana recently made it to the semi final of the European makeup competition - Makeup Master which was great recognition of her skills and Kamini is delighted to have her on board for the pleasure of our loyal clients.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-autosave', '', '', '2012-12-19 19:39:11', '2012-12-19 19:39:11', '', 759, 'http://www.kaminibeauty.com/759-autosave/', 0, 'revision', '', 0),
(764, 1, '2012-12-11 11:17:22', '2012-12-11 11:17:22', 'Kamini - Meet The Team', 'Kamini - Meet The Team', '', 'inherit', 'open', 'open', '', 'kamini-meet-the-team', '', '', '2012-12-11 11:17:22', '2012-12-11 11:17:22', '', 759, 'http://www.kaminibeauty.com/wp-content/uploads/2012/12/kamini-meet-the-team.jpg', 0, 'attachment', 'image/jpeg', 0),
(765, 1, '2012-12-11 11:13:46', '2012-12-11 11:13:46', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natasha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natasha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natasha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n\r\nKamini is proud to announce that we have acquired the much sought after Massage and Healing services offered by Patricia Anne Seymour.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-4', '', '', '2012-12-11 11:13:46', '2012-12-11 11:13:46', '', 759, 'http://www.kaminibeauty.com/759-revision-4/', 0, 'revision', '', 0),
(766, 1, '2012-12-11 11:17:56', '2012-12-11 11:17:56', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natasha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natasha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natasha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n\r\nKamini is proud to announce that we have acquired the much sought after Massage and Healing services offered by Patricia Anne Seymour.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-5', '', '', '2012-12-11 11:17:56', '2012-12-11 11:17:56', '', 759, 'http://www.kaminibeauty.com/759-revision-5/', 0, 'revision', '', 0),
(767, 1, '2012-12-11 11:18:34', '2012-12-11 11:18:34', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natasha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natasha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natasha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n\r\nKamini is proud to announce that we have acquired the much sought after Massage and Healing services offered by Patricia Anne Seymour.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-6', '', '', '2012-12-11 11:18:34', '2012-12-11 11:18:34', '', 759, 'http://www.kaminibeauty.com/759-revision-6/', 0, 'revision', '', 0),
(829, 1, '2014-10-18 13:10:46', '2014-10-18 13:10:46', '', 'Treatment Menu', '', 'inherit', 'open', 'open', '', 'kam_jm_320x110mm_rollfold_sept14-2', '', '', '2014-10-18 13:10:46', '2014-10-18 13:10:46', '', 8, 'http://www.kaminibeauty.com/wp-content/uploads/2014/10/kam_jm_320x110mm_rollfold_sept141.pdf', 0, 'attachment', 'application/pdf', 0),
(768, 1, '2012-12-19 10:52:49', '2012-12-19 10:52:49', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natasha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natasha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natasha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n\r\nKamini is proud to announce that we have acquired the much sought after Massage and Healing services offered by Patricia Anne Seymour.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.\r\n<h3>Ivana (Beauty Therapist)</h3>\r\nIvana is a fully qualified Beauty Therapist with over 7 years of experience in the beauty industry.\r\n\r\nShe began her journey in 2005 working in a local salon in Forest Row East Sussex, where she learnt a lot about the beauty industry.\r\n\r\nSix months later, she decided to take the self employed route, building her own client base and studying further beauty and holistic courses, such as Systematic Kinesiology, Counselling and a Variety of Massage techniques including Lava Shells Massage.\r\n\r\nIvana is passionate about the beauty industry and understands how to make people feel and look beautiful, believing it is part of a therapist''s job to help give the client confidence.\r\n\r\nIvana enjoys a variety of treatments, (from hands on treatments, working with individuals to promote natural healing within oneself, believing inner and outer beauty goes hand in hand) to makeup, facials, waxing and eyebrow shaping.\r\n\r\nHer specialities are facials, facial and body massages, manicures, pedicures, eye treatments such as eyelash tinting, eyebrow shaping, and she is highly experienced in waxing/intimate waxing, and make up application.\r\n\r\nIvana recently made it to the semi final of the European makeup competition - Makeup Master which was great recognition of her skills and Kamini is delighted to have her on board for the pleasure of our loyal clients.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-7', '', '', '2012-12-19 10:52:49', '2012-12-19 10:52:49', '', 759, 'http://www.kaminibeauty.com/759-revision-7/', 0, 'revision', '', 0),
(769, 1, '2012-12-19 19:39:46', '2012-12-19 19:39:46', ' ', '', '', 'publish', 'open', 'open', '', '769', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 6, 'http://www.kaminibeauty.com/?p=769', 4, 'nav_menu_item', '', 0),
(770, 1, '2012-12-19 19:38:00', '2012-12-19 19:38:00', '<h3>Luz (The gadget specialist)</h3>\r\nA qualified Aesthetician with 8 years of experience, Luz has been trained at CACI who are the pioneers in non-surgical beauty machinery and has worked there for 5 years gaining vast experience of using a variety of avant garde technology for face and body treatments. She is highly experienced in the field of Endermologie which involves body contouring deploying motorised rollers, Venus Face and Body skin tightening treatments as well as IPL Hair Removal using radio frequency and magnetic field. Her immense passion for machines combined with her pool of knowledge and expertise makes her one of the best in the field and an invaluable asset for Kamini Beauty, making sure our clients are in capable hands and experience fantastic results.\r\n<h3>Yuki (Wellbeing therapist)</h3>\r\nA qualified Therapist with 8 years of experience, she possesses a unique skill where she reads the body, diagnoses the energy imbalances a client is going through physically and emotionally, consequently recommending a treatment based on those interpretations. Her expertise theoretically lies in mind-body Acupuncture and ancient traditional Chinese therapy but her unparallel speciality lies in realigning the energy in the body by removing blockages and clearing the pathway for the restricted energy to flow through. She thoroughly believes in promoting a clients body circulation and energy flow thus enhancing overall wellbeing, harmony and health.\r\n<h3>Natacha (Senior Receptionist)</h3>\r\nWith over 3 years of experience at the salon as head receptionist and freelance Make-up Artist, Natacha is the friendly face of Kamini Beauty that you shall be greeted by at the reception or will speak to on the phone whilst making appointments or enquiring about our treatments. Responsible for supporting the therapists on a daily basis, making the salon aesthetically pleasing and ensuring your favourite skin care products are always in stock, Natacha is an all rounder and your first point of contact to the peaceful haven of Kamini Beauty.\r\n\r\nKamini is proud to announce that we have acquired the much sought after Massage and Healing services offered by Patricia Anne Seymour.\r\n<h3>Introducing Patricia (Massage Therapist)</h3>\r\nPatricia has lived and worked as a Massage Therapist in Cairns, Queensland, Australia. Patricia moved to Spain two years ago where she has been working with Kaliyoga retreat. Kamini met Patricia at the retreat and was instantly amazed with the quality of her massage treatments and had to have her in the Kamini Salon so her loyal clients could feel the same impact of her services.\r\n\r\nPatricia has had a phenomenal response from clients that she has worked with over the years. Adding to her list of achievements she also sustains her own private practice based in Australia and is a member of the Australian Massage Association.\r\n\r\nPatricia brings with her 23 years experience of therapeutic massage that incorporates various techniques, which are all tailor made dependant on your specific needs. These include Shiatsu, Reflexology, Deep Tissue, Swedish massage and the Bowen Technique.\r\n\r\nDrawing on her repertoire of techniques Patricia performs pressure release methods opening energy flow, blood circulation, flexibility, posture and hopefully your hearts. Tension and emotion can be released with foot, hand and head massage so the body can heal itself. By relaxing your body and mind you can feel positive, alive and well. A unique approach developed over 20 years combining intuition, knowledge and experience with empathy for each individual.\r\n<h3>Ivana (Beauty Therapist)</h3>\r\nIvana is a fully qualified Beauty Therapist with over 7 years of experience in the beauty industry.\r\n\r\nShe began her journey in 2005 working in a local salon in Forest Row East Sussex, where she learnt a lot about the beauty industry.\r\n\r\nSix months later, she decided to take the self employed route, building her own client base and studying further beauty and holistic courses, such as Systematic Kinesiology, Counselling and a Variety of Massage techniques including Lava Shells Massage.\r\n\r\nIvana is passionate about the beauty industry and understands how to make people feel and look beautiful, believing it is part of a therapist''s job to help give the client confidence.\r\n\r\nIvana enjoys a variety of treatments, (from hands on treatments, working with individuals to promote natural healing within oneself, believing inner and outer beauty goes hand in hand) to makeup, facials, waxing and eyebrow shaping.\r\n\r\nHer specialities are facials, facial and body massages, manicures, pedicures, eye treatments such as eyelash tinting, eyebrow shaping, and she is highly experienced in waxing/intimate waxing, and make up application.\r\n\r\nIvana recently made it to the semi final of the European makeup competition - Makeup Master which was great recognition of her skills and Kamini is delighted to have her on board for the pleasure of our loyal clients.', 'Meet The Team', '', 'inherit', 'open', 'open', '', '759-revision-8', '', '', '2012-12-19 19:38:00', '2012-12-19 19:38:00', '', 759, 'http://www.kaminibeauty.com/759-revision-8/', 0, 'revision', '', 0),
(773, 1, '2014-10-18 12:52:24', '2014-10-18 12:52:24', 'content', 'Products & Services', '', 'inherit', 'open', 'open', '', '8-autosave-v1', '', '', '2014-10-18 12:52:24', '2014-10-18 12:52:24', '', 8, 'http://www.kaminibeauty.com/8-autosave/', 0, 'revision', '', 0),
(785, 1, '2013-06-14 14:14:59', '2013-06-14 14:14:59', '', 'S', 'When Kamini shapes eyebrows they frame the eyes and the face. No make up needed to make face look stunning. Keep doing it Kamini and we will keep coming. Thanks a lot."', 'publish', 'closed', 'closed', '', 's-2', '', '', '2013-06-14 14:14:59', '2013-06-14 14:14:59', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=785', 0, 'ps_promotion', '', 0),
(818, 1, '2014-03-27 16:42:19', '2014-03-27 16:42:19', '', 'Alpna', '', 'draft', 'closed', 'closed', '', 'alpna', '', '', '2015-01-22 11:40:44', '2015-01-22 11:40:44', '', 6, 'http://www.kaminibeauty.com/?page_id=818', 2, 'page', '', 0),
(807, 1, '2013-11-16 16:10:07', '2013-11-16 16:10:07', 'content', 'About Us', '', 'inherit', 'open', 'open', '', '6-autosave-v1', '', '', '2013-11-16 16:10:07', '2013-11-16 16:10:07', '', 6, 'http://www.kaminibeauty.com/6-autosave/', 0, 'revision', '', 0),
(782, 1, '2013-06-14 13:45:27', '2013-06-14 13:45:27', '', 'SC', 'So addicted to Kamini''s eyebrow shaping, that I called to see her when I was having my contractions! My eyebrows were perfectly shaped for my baby girls birth. Thank you Kamini."', 'publish', 'closed', 'closed', '', 'sc', '', '', '2013-06-14 13:45:27', '2013-06-14 13:45:27', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=782', 0, 'ps_promotion', '', 0),
(786, 1, '2013-06-14 14:15:53', '2013-06-14 14:15:53', '', 'JL', 'Kamini is such a beautiful lady. Has done an amazing job, will definitely be returning!"', 'publish', 'closed', 'closed', '', 'jl-2', '', '', '2013-06-14 14:15:53', '2013-06-14 14:15:53', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=786', 0, 'ps_promotion', '', 0),
(787, 1, '2013-06-14 14:17:17', '2013-06-14 14:17:17', '', 'A', 'Brilliant waxing!!!"', 'publish', 'closed', 'closed', '', 'a', '', '', '2013-06-14 14:17:17', '2013-06-14 14:17:17', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=787', 0, 'ps_promotion', '', 0),
(788, 1, '2013-06-14 14:18:12', '2013-06-14 14:18:12', '', 'N', 'Wonderful facial - very relaxing and skin feels very soft!!"', 'publish', 'closed', 'closed', '', 'n', '', '', '2013-06-14 14:18:12', '2013-06-14 14:18:12', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=788', 0, 'ps_promotion', '', 0),
(789, 1, '2013-06-14 14:20:02', '2013-06-14 14:20:02', '', 'FC', 'I am so impressed with Luz, I have been seeing her for years and she has always been wonderful, professional and caring."', 'publish', 'closed', 'closed', '', 'fc', '', '', '2013-06-14 14:20:02', '2013-06-14 14:20:02', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=789', 0, 'ps_promotion', '', 0),
(790, 1, '2013-06-14 14:21:47', '2013-06-14 14:21:47', '', 'CG', 'Kamini is the best at eyebrows in the whole of London."', 'publish', 'closed', 'closed', '', 'cg', '', '', '2013-06-14 14:21:47', '2013-06-14 14:21:47', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=790', 0, 'ps_promotion', '', 0),
(791, 1, '2013-06-14 14:23:10', '2013-06-14 14:23:10', '', 'JP', 'Just come in for my annual eyebrow session. 12 years investment and complying to Kamini''s instruction it was all worth it!" ', 'publish', 'closed', 'closed', '', 'jp', '', '', '2013-06-14 14:23:10', '2013-06-14 14:23:10', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=791', 0, 'ps_promotion', '', 0),
(792, 1, '2013-06-14 14:30:41', '2013-06-14 14:30:41', '', 'SA', 'I have been coming to Kamini for good few years now and I literally couldn''t live without her. Kamini has managed to give me the best eyebrows I ever had, she is by far the best in the industry. I am hooked!!"', 'publish', 'closed', 'closed', '', 'sa', '', '', '2013-06-14 14:30:41', '2013-06-14 14:30:41', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=792', 0, 'ps_promotion', '', 0),
(793, 1, '2013-06-14 14:32:11', '2013-06-14 14:32:11', '', 'R', 'Very few people have the ability to put a sparkle in one''s eyes. Kamini not only knows how to sparkle up one''s eyebrows, but sparkle up the spirit that goes into the eyes too. ', 'publish', 'closed', 'closed', '', 'r', '', '', '2013-06-14 14:32:11', '2013-06-14 14:32:11', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=793', 0, 'ps_promotion', '', 0),
(794, 1, '2013-06-14 14:34:48', '2013-06-14 14:34:48', '', 'JC', 'Paulina is a wonderful aromatherapist. The best I have ever had, I will float outside and feel energised."', 'publish', 'closed', 'closed', '', 'jc', '', '', '2013-06-14 14:34:48', '2013-06-14 14:34:48', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=794', 0, 'ps_promotion', '', 0),
(795, 1, '2013-06-14 14:37:04', '2013-06-14 14:37:04', '', 'MP', 'Karen - you''re an amazing masseuse! You have completely removed all the stress from my mind AND body, and am a completely different person - so refreshed and ready to face anything. Thank you for being so special!"', 'publish', 'closed', 'closed', '', 'mp', '', '', '2013-06-14 14:37:04', '2013-06-14 14:37:04', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=795', 0, 'ps_promotion', '', 0),
(796, 1, '2013-06-14 14:38:10', '2013-06-14 14:38:10', '', 'KP', 'Fabulous eyebrows! They lasted 14 months between treatments, worth every penny. Just have to wait another year. Highly recommended."', 'publish', 'closed', 'closed', '', 'kp', '', '', '2013-06-14 14:38:10', '2013-06-14 14:38:10', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=796', 0, 'ps_promotion', '', 0),
(797, 1, '2013-06-14 14:39:26', '2013-06-14 14:39:26', '', 'C', 'No one touches my eyebrows except Kamini... even though I live in Hong Kong!!"', 'publish', 'closed', 'closed', '', 'c-2', '', '', '2013-06-14 14:39:26', '2013-06-14 14:39:26', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=797', 0, 'ps_promotion', '', 0),
(798, 1, '2013-06-14 14:40:26', '2013-06-14 14:40:26', '', 'O', 'Thank you Alpna. I promise never to let anyone touch my eyebrows again, they''re perfect!"', 'publish', 'closed', 'closed', '', 'o', '', '', '2013-06-14 14:40:26', '2013-06-14 14:40:26', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=798', 0, 'ps_promotion', '', 0),
(799, 1, '2013-06-14 14:48:23', '2013-06-14 14:48:23', '', 'KC', 'I first met Kamini 4 years ago, and she rescued me from an eyebrow disaster ( 2 half-eyebrows!). With her magic touch and professional technique I was able to grow back my eyebrows in 6 months (they had been gone for 5 years), Kamini is the only one I will ever let touch my eyebrows again. Thank you so much Kamini, excellent treatments and therapists!!!"', 'publish', 'closed', 'closed', '', 'kc', '', '', '2013-06-14 14:48:23', '2013-06-14 14:48:23', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=799', 0, 'ps_promotion', '', 0),
(800, 1, '2013-06-14 15:08:02', '2013-06-14 15:08:02', '', 'LM', 'Just had a facial with Kamini and I went to another world! It''s the best facial I''ve ever had - her touch is so unique and wonderful. I''ve honestly never experiences anything like it! I will never have a facial anywhere but here! You are the best. Thank you. ', 'publish', 'closed', 'closed', '', 'lm', '', '', '2013-06-14 15:08:02', '2013-06-14 15:08:02', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=800', 0, 'ps_promotion', '', 0),
(801, 1, '2013-06-14 15:10:32', '2013-06-14 15:10:32', '', 'P', 'Thanks for making me eyebrows so beautiful. I always look forward to coming to see you as you make me feel so good. However miserable I''m feeling I always leave your salon with a smile on my face. You have such a special talent! Many Thanks."', 'publish', 'closed', 'closed', '', 'p', '', '', '2013-06-14 15:10:32', '2013-06-14 15:10:32', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=801', 0, 'ps_promotion', '', 0),
(802, 1, '2013-06-14 15:24:13', '2013-06-14 15:24:13', '', 'J', 'Dear Kamini, I came here as my sister''s eyebrows (that you do) look the best I''ve ever seen them. What I wasn''t expecting was that my eyebrows would last so long between visits (4 weeks after first visit compared to my usual 2 weeks) What a BONUS. Oh, and my eyebrows already look divine and I''''ve only been twice. Thank you!"', 'publish', 'closed', 'closed', '', 'j-2', '', '', '2013-06-14 15:24:13', '2013-06-14 15:24:13', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=802', 0, 'ps_promotion', '', 0),
(803, 1, '2013-06-14 15:25:32', '2013-06-14 15:25:32', '', 'A', 'Dear Kamini, Wow... I am totally impressed having had my eyebrows plucked, threaded and waxed all over the world, no one compares to you. You are the best."', 'publish', 'closed', 'closed', '', 'a-2', '', '', '2013-06-14 15:25:32', '2013-06-14 15:25:32', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=803', 0, 'ps_promotion', '', 0),
(804, 1, '2013-06-14 15:26:52', '2013-06-14 15:26:52', '', 'LZ', 'Kamini... Absolutely the best eyebrow shaper in the business. I look completely different still me but better. Thanks for making me beautiful. ', 'publish', 'closed', 'closed', '', 'lz', '', '', '2013-06-14 15:26:52', '2013-06-14 15:26:52', '', 0, 'http://www.kaminibeauty.com/?post_type=ps_promotion&p=804', 0, 'ps_promotion', '', 0),
(811, 1, '2014-02-20 17:14:39', '2014-02-20 17:14:39', '', 'secondary image', '', 'inherit', 'open', 'open', '', 'secondary-image-2', '', '', '2014-02-20 17:14:39', '2014-02-20 17:14:39', '', 100, 'http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(812, 1, '2012-12-11 10:29:29', '2012-12-11 10:29:29', '<em>Kamini Beauty</em>, named after the woman who has worked for around 20 years to create pioneering treatments for the world to experience. Her name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy. She does not believe in pushy sales and will only recommend tailor-made treatment packages to nurture individual physiological and emotional needs.\r\n\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\r\n\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-15', '', '', '2012-12-11 10:29:29', '2012-12-11 10:29:29', '', 100, 'http://www.kaminibeauty.com/100-revision-15/', 0, 'revision', '', 0),
(813, 1, '2014-02-20 17:15:18', '2014-02-20 17:15:18', '<em><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg"><img class="aligncenter size-full wp-image-811" title="secondary image" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg" alt="" width="1104" height="360" /></a>Kamini Beauty</em>, named after the woman who has worked for around 20 years to create pioneering treatments for the world to experience. Her name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy. She does not believe in pushy sales and will only recommend tailor-made treatment packages to nurture individual physiological and emotional needs.\r\n\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\r\n\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-16', '', '', '2014-02-20 17:15:18', '2014-02-20 17:15:18', '', 100, 'http://www.kaminibeauty.com/100-revision-16/', 0, 'revision', '', 0),
(814, 1, '2014-02-20 17:15:18', '2014-02-20 17:15:18', '<em><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg"><img class="aligncenter size-full wp-image-811" title="secondary image" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/secondary-image1.jpg" alt="" width="1104" height="360" /></a>Kamini Beauty</em>, named after the woman who has worked for around 20 years to create pioneering treatments for the world to experience. Her name means ‘a beautiful women’ both inside out in Sanskrit and it transfers perfectly to her salons philosophy. She does not believe in pushy sales and will only recommend tailor-made treatment packages to nurture individual physiological and emotional needs.\r\n\r\nFamous in celebrity circles for her bespoke eyebrow shape which has to be tried to be believed. Kamini also offers a host of other services that are a fusion of East and West, within the peaceful haven that is her salon located in Kensington, London in the heart of the Royal Borough.\r\n\r\nKamini has dedicated her life to understanding beauty therapy in a way that others don’t. Her personal philosophy, which is at the heart of her business, is that of changing the way people think as well as the way people look and feel about their face and body. She believes that beauty is something that should relate to and gel with a person’s lifestyle, help nurture their inner soul and consequently facilitate in evolving as a person.\r\n\r\nHer prime expertise and what she has become famous for in celebrity circles is her bespoke eyebrow shape – second to none in the business – and has to be tried to be believed. Having taught herself the miraculous technique, Kamini operates a swift, pain-free service that she confirms will eventually prevent systematic re-growth and will leave you with eyebrows looking like that of a movie star.\r\n\r\nKamini has also developed her own facials, accompanied with massages, to achieve perfect results for all different types of skin. It takes just one glance at a client’s face for her to know immediately what the problem is and how it can be rectified. Nobody has perfect skin to begin with, but with Kamini’s intuition and innovation, she can get it to as close to perfect as is humanly possible.', 'About Kamini™', '', 'inherit', 'open', 'open', '', '100-revision-17', '', '', '2014-02-20 17:15:18', '2014-02-20 17:15:18', '', 100, 'http://www.kaminibeauty.com/100-revision-17/', 0, 'revision', '', 0),
(819, 1, '2014-03-27 16:42:01', '2014-03-27 16:42:01', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '818-revision-v1', '', '', '2014-03-27 16:42:01', '2014-03-27 16:42:01', '', 818, 'http://www.kaminibeauty.com/818-revision/', 0, 'revision', '', 0),
(820, 1, '2014-03-27 16:42:19', '2014-03-27 16:42:19', '', 'Alpna', '', 'inherit', 'open', 'open', '', '818-revision-v1', '', '', '2014-03-27 16:42:19', '2014-03-27 16:42:19', '', 818, 'http://www.kaminibeauty.com/818-revision-2/', 0, 'revision', '', 0),
(821, 1, '2012-07-05 13:39:38', '2012-07-05 13:39:38', '<h3>Refer a friend.</h3>\r\nRefer a friend to Kamini Beauty and they will receive 20% off their first treatment and, as a thank you, we will reward you with 20% off your next treatment too!\r\n\r\n<h3>Loyalty Card.</h3>\r\nFree eyebrow shape on your 10th visit. Loyalty cards will soon be available from Kamini Beauty Salon.\r\n\r\n<h3>Kamini Club.</h3>\r\nBronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.\r\n\r\n', 'Special Offers', '', 'inherit', 'open', 'open', '', '10-revision-6', '', '', '2012-07-05 13:39:38', '2012-07-05 13:39:38', '', 10, 'http://www.kaminibeauty.com/10-revision-6/', 0, 'revision', '', 0),
(823, 1, '2012-12-11 11:00:04', '2012-12-11 11:00:04', '<h3>The CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections.</h3>\r\n<h3><!--more-->\r\nIs it for me?</h3>\r\nHave you always dreamt of a non-surgical face lift? Do those wrinkles, double chin, flat skin and eye bags get in the way of your confidence? Are you always tempted to photoshop them from pictures?\r\n\r\nWe offer a professional Facial called CACI that is the ultimate answer for you and shall photoshop these imperfections away from your life!\r\n<h3>What does it do?</h3>\r\nIt aids in collagen secretion – a natural protein that degrades in the human skin over time, leading to sagging skin, fine lines and wrinkles. The treatment promotes skin cell turnover – which means a new layer of skin is revealed after every session and also increases blood flow to the facial skin.\r\n\r\nBringing back original skin structure and volume that allows skin to spring back to youth and appear supple and plump. The facial also constitutes of Microdermabrasion – that not only ensures constant shedding of dead skin cells to replace them with younger looking skin but also fades the appearance of blemishes, acne scars and mild pigmentation.\r\n<h3>How does it work?</h3>\r\nUsing a bunch of fancy gadgets namely the ‘wrinkle comb’, ‘electro buds’, ‘microcurrent rollers’ in combination with professional facial techniques such as a charged hylauronic gel mask, low frequency electrical impulses and LED light therapy to rejuvenate and reveal a fresh layer of skin and tone & plump the facial muscles.\r\n\r\nThe treatment is suitable for the Eyes, face and body. We can create a bespoke treatment for you depending on the area of the face/body you want treated.\r\n<div style="padding-bottom: 30px;" align="center"><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a></div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2012-12-11 11:00:04', '2012-12-11 11:00:04', '', 268, 'http://www.kaminibeauty.com/268-revision-33/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(824, 1, '2014-03-27 16:50:06', '2014-03-27 16:50:06', '<h3>The CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections.</h3>\r\n<h3><!--more-->\r\nIs it for me?</h3>\r\nHave you always dreamt of a non-surgical face lift? Do those wrinkles, double chin, flat skin and eye bags get in the way of your confidence? Are you always tempted to photoshop them from pictures?\r\n\r\nWe offer a professional Facial called CACI that is the ultimate answer for you and shall photoshop these imperfections away from your life!\r\n<h3>What does it do?</h3>\r\nIt aids in collagen secretion – a natural protein that degrades in the human skin over time, leading to sagging skin, fine lines and wrinkles. The treatment promotes skin cell turnover – which means a new layer of skin is revealed after every session and also increases blood flow to the facial skin.\r\n\r\nBringing back original skin structure and volume that allows skin to spring back to youth and appear supple and plump. The facial also constitutes of Microdermabrasion – that not only ensures constant shedding of dead skin cells to replace them with younger looking skin but also fades the appearance of blemishes, acne scars and mild pigmentation.\r\n<h3>How does it work?</h3>\r\nUsing a bunch of fancy gadgets namely the ‘wrinkle comb’, ‘electro buds’, ‘microcurrent rollers’ in combination with professional facial techniques such as a charged hylauronic gel mask, low frequency electrical impulses and LED light therapy to rejuvenate and reveal a fresh layer of skin and tone & plump the facial muscles.\r\n\r\nThe treatment is suitable for the Eyes, face and body. We can create a bespoke treatment for you depending on the area of the face/body you want treated.\r\n<div style="padding-bottom: 30px;" align="center"><a href="/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a></div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2014-03-27 16:50:06', '2014-03-27 16:50:06', '', 268, 'http://www.kaminibeauty.com/268-revision-34/', 0, 'revision', '', 0),
(834, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IkdhbGxlcmllcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXSwibmFtZSI6ImdhbGxlcmllcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=', 'Galleries', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IkdhbGxlcmllcyIsInJldHVybnMiOlsiaW1hZ2UiXSwiYWxpYXNlcyI6WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXSwibmFtZSI6ImdhbGxlcmllcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=', 0, 'http://localhost/Kamini/?p=834', 0, 'gal_display_source', '', 0),
(835, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IkFsYnVtcyIsInJldHVybnMiOlsiZ2FsbGVyeSIsImFsYnVtIl0sImFsaWFzZXMiOlsiYWxidW0iXSwibmFtZSI6ImFsYnVtcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=', 'Albums', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IkFsYnVtcyIsInJldHVybnMiOlsiZ2FsbGVyeSIsImFsYnVtIl0sImFsaWFzZXMiOlsiYWxidW0iXSwibmFtZSI6ImFsYnVtcyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=', 0, 'http://localhost/Kamini/?p=835', 0, 'gal_display_source', '', 0),
(836, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=', 'Tags', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImlkX2ZpZWxkIjoiSUQiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MH0=', 0, 'http://localhost/Kamini/?p=836', 0, 'gal_display_source', '', 0),
(837, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sImhhc192YXJpYXRpb25zIjp0cnVlLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsImlkX2ZpZWxkIjoiSUQiLCJ2YXJpYXRpb24iOjB9', 'Random Images', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sImhhc192YXJpYXRpb25zIjp0cnVlLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsImlkX2ZpZWxkIjoiSUQiLCJ2YXJpYXRpb24iOjB9', 0, 'http://localhost/Kamini/?p=837', 0, 'gal_display_source', '', 0),
(838, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiaWRfZmllbGQiOiJJRCIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowfQ==', 'Recent images', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiaWRfZmllbGQiOiJJRCIsImhhc192YXJpYXRpb25zIjpmYWxzZSwidmFyaWF0aW9uIjowfQ==', 0, 'http://localhost/Kamini/?p=838', 0, 'gal_display_source', '', 0),
(839, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoibm9uZSIsInRpdGxlIjoiTm8gbGlnaHRib3giLCJjb2RlIjoiIiwidmFsdWVzIjpbXSwiaTE4biI6W10sInN0eWxlcyI6IiIsInNjcmlwdHMiOiIiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119', 'none', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoibm9uZSIsInRpdGxlIjoiTm8gbGlnaHRib3giLCJjb2RlIjoiIiwidmFsdWVzIjpbXSwiaTE4biI6W10sInN0eWxlcyI6IiIsInNjcmlwdHMiOiIiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119', 0, 'http://localhost/Kamini/?p=839', 0, 'lightbox_library', '', 0),
(840, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoibGlnaHRib3giLCJ0aXRsZSI6IkxpZ2h0Ym94IiwiY29kZSI6ImNsYXNzPSduZ2dfbGlnaHRib3gnIiwidmFsdWVzIjp7Im5leHRnZW5fbGlnaHRib3hfbG9hZGluZ19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tY2xvc2UuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fcHJldl91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLXByZXYuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fbmV4dF91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJsYW5rLmdpZiJ9LCJpMThuIjpbXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41Lm1pbi5qc1xucGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL25leHRnZW5fbGlnaHRib3hfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=', 'lightbox', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoibGlnaHRib3giLCJ0aXRsZSI6IkxpZ2h0Ym94IiwiY29kZSI6ImNsYXNzPSduZ2dfbGlnaHRib3gnIiwidmFsdWVzIjp7Im5leHRnZW5fbGlnaHRib3hfbG9hZGluZ19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWljby1sb2FkaW5nLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfY2xvc2VfYnRuX3VybCI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tY2xvc2UuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fcHJldl91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLXByZXYuZ2lmIiwibmV4dGdlbl9saWdodGJveF9idG5fbmV4dF91cmwiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLW5leHQuZ2lmIiwibmV4dGdlbl9saWdodGJveF9ibGFua19pbWdfdXJsIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJsYW5rLmdpZiJ9LCJpMThuIjpbXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41Lm1pbi5qc1xucGhvdG9jcmF0aS1saWdodGJveCNqcXVlcnkubGlnaHRib3hcL25leHRnZW5fbGlnaHRib3hfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=', 0, 'http://localhost/Kamini/?p=840', 0, 'lightbox_library', '', 0),
(841, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoiZmFuY3lib3giLCJ0aXRsZSI6IkZhbmN5Ym94IiwiY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOltdLCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5lYXNpbmctMS4zLnBhY2suanNcbnBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119', 'fancybox', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoiZmFuY3lib3giLCJ0aXRsZSI6IkZhbmN5Ym94IiwiY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOltdLCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQuY3NzIiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5lYXNpbmctMS4zLnBhY2suanNcbnBob3RvY3JhdGktbGlnaHRib3gjZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJpZF9maWVsZCI6IklEIiwiZGlzcGxheV9zZXR0aW5ncyI6W119', 0, 'http://localhost/Kamini/?p=841', 0, 'lightbox_library', '', 0),
(842, 1, '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoiaGlnaHNsaWRlIiwidGl0bGUiOiJIaWdoc2xpZGUiLCJjb2RlIjoiY2xhc3M9XCJoaWdoc2xpZGVcIiBvbmNsaWNrPVwicmV0dXJuIGhzLmV4cGFuZCh0aGlzLCB7c2xpZGVzaG93R3JvdXA6ICclR0FMTEVSWV9OQU1FJSd9KTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiaTE4biI6eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9LCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLWZ1bGwucGFja2VkLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvbmV4dGdlbl9oaWdoc2xpZGVfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=', 'highslide', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:40', '0000-00-00 00:00:00', 'eyJuYW1lIjoiaGlnaHNsaWRlIiwidGl0bGUiOiJIaWdoc2xpZGUiLCJjb2RlIjoiY2xhc3M9XCJoaWdoc2xpZGVcIiBvbmNsaWNrPVwicmV0dXJuIGhzLmV4cGFuZCh0aGlzLCB7c2xpZGVzaG93R3JvdXA6ICclR0FMTEVSWV9OQU1FJSd9KTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiaTE4biI6eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9LCJzdHlsZXMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvaGlnaHNsaWRlLWZ1bGwucGFja2VkLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I2hpZ2hzbGlkZVwvbmV4dGdlbl9oaWdoc2xpZGVfaW5pdC5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=', 0, 'http://localhost/Kamini/?p=842', 0, 'lightbox_library', '', 0),
(843, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOnsibXNnTG9hZGluZyI6IkwgTyBBIEQgSSBOIEciLCJtc2dDbG9zZSI6IkNsaWNrIHRvIENsb3NlIn0sInN0eWxlcyI6InBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlclwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyXC9zaHV0dGVyLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJcL25leHRnZW5fc2h1dHRlci5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=', 'shutter', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOnsibXNnTG9hZGluZyI6IkwgTyBBIEQgSSBOIEciLCJtc2dDbG9zZSI6IkNsaWNrIHRvIENsb3NlIn0sInN0eWxlcyI6InBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlclwvc2h1dHRlci5jc3MiLCJzY3JpcHRzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyXC9zaHV0dGVyLmpzXG5waG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJcL25leHRnZW5fc2h1dHRlci5qcyIsImlkX2ZpZWxkIjoiSUQiLCJkaXNwbGF5X3NldHRpbmdzIjpbXX0=', 0, 'http://localhost/Kamini/?p=843', 0, 'lightbox_library', '', 0),
(844, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJuYW1lIjoic2h1dHRlcjIiLCJ0aXRsZSI6IlNodXR0ZXIgMiIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOlsiUHJldmlvdXMiLCJOZXh0IiwiQ2xvc2UiLCJGdWxsIFNpemUiLCJGaXQgdG8gU2NyZWVuIiwiSW1hZ2UiLCJvZiIsIkxvYWRpbmcuLi4iXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbnBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==', 'shutter2', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJuYW1lIjoic2h1dHRlcjIiLCJ0aXRsZSI6IlNodXR0ZXIgMiIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6W10sImkxOG4iOlsiUHJldmlvdXMiLCJOZXh0IiwiQ2xvc2UiLCJGdWxsIFNpemUiLCJGaXQgdG8gU2NyZWVuIiwiSW1hZ2UiLCJvZiIsIkxvYWRpbmcuLi4iXSwic3R5bGVzIjoicGhvdG9jcmF0aS1saWdodGJveCNzaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJwaG90b2NyYXRpLWxpZ2h0Ym94I3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbnBob3RvY3JhdGktbGlnaHRib3gjc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==', 0, 'http://localhost/Kamini/?p=844', 0, 'lightbox_library', '', 0),
(845, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJuYW1lIjoidGhpY2tib3giLCJ0aXRsZSI6IlRoaWNrYm94IiwiY29kZSI6ImNsYXNzPSd0aGlja2JveCcgcmVsPSclR0FMTEVSWV9OQU1FJSciLCJ2YWx1ZXMiOltdLCJpMThuIjp7Im5leHQiOiJOZXh0ICZndDsiLCJwcmV2IjoiJmx0OyBQcmV2IiwiaW1hZ2UiOiJJbWFnZSIsIm9mIjoib2YiLCJjbG9zZSI6IkNsb3NlIiwibm9pZnJhbWVzIjoiVGhpcyBmZWF0dXJlIHJlcXVpcmVzIGlubGluZSBmcmFtZXMuIFlvdSBoYXZlIGlmcmFtZXMgZGlzYWJsZWQgb3IgeW91ciBicm93c2VyIGRvZXMgbm90IHN1cHBvcnQgdGhlbS4ifSwic3R5bGVzIjoid29yZHByZXNzI3RoaWNrYm94Iiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjdGhpY2tib3hcL25leHRnZW5fdGhpY2tib3hfaW5pdC5qc1xud29yZHByZXNzI3RoaWNrYm94IiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==', 'thickbox', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJuYW1lIjoidGhpY2tib3giLCJ0aXRsZSI6IlRoaWNrYm94IiwiY29kZSI6ImNsYXNzPSd0aGlja2JveCcgcmVsPSclR0FMTEVSWV9OQU1FJSciLCJ2YWx1ZXMiOltdLCJpMThuIjp7Im5leHQiOiJOZXh0ICZndDsiLCJwcmV2IjoiJmx0OyBQcmV2IiwiaW1hZ2UiOiJJbWFnZSIsIm9mIjoib2YiLCJjbG9zZSI6IkNsb3NlIiwibm9pZnJhbWVzIjoiVGhpcyBmZWF0dXJlIHJlcXVpcmVzIGlubGluZSBmcmFtZXMuIFlvdSBoYXZlIGlmcmFtZXMgZGlzYWJsZWQgb3IgeW91ciBicm93c2VyIGRvZXMgbm90IHN1cHBvcnQgdGhlbS4ifSwic3R5bGVzIjoid29yZHByZXNzI3RoaWNrYm94Iiwic2NyaXB0cyI6InBob3RvY3JhdGktbGlnaHRib3gjdGhpY2tib3hcL25leHRnZW5fdGhpY2tib3hfaW5pdC5qc1xud29yZHByZXNzI3RoaWNrYm94IiwiaWRfZmllbGQiOiJJRCIsImRpc3BsYXlfc2V0dGluZ3MiOltdfQ==', 0, 'http://localhost/Kamini/?p=845', 0, 'lightbox_library', '', 0),
(846, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjM3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifX0=', 'NextGEN Basic Compact Album', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjM3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifX0=', 0, 'http://localhost/Kamini/?p=846', 0, 'display_type', '', 0),
(847, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjM3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxMDAsInRodW1ibmFpbF9oZWlnaHQiOjEwMCwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifX0=', 'NextGEN Basic Extended Album', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjM3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxMDAsInRodW1ibmFpbF9oZWlnaHQiOjEwMCwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifX0=', 0, 'http://localhost/Kamini/?p=847', 0, 'display_type', '', 0),
(848, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoiMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjEwMCwidGh1bWJuYWlsX2hlaWdodCI6MTAwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjowLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgYXMgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfcGljbGVuc19saW5rIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn19', 'NextGEN Basic Thumbnails', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoiMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjEwMCwidGh1bWJuYWlsX2hlaWdodCI6MTAwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjowLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgYXMgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfcGljbGVuc19saW5rIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn19', 0, 'http://localhost/Kamini/?p=848', 0, 'display_type', '', 0),
(849, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC42Ni4zNyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XFxcInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcXFwiIiwic2hvd190aHVtYm5haWxfbGluayI6MCwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifX0=', 'NextGEN Basic Slideshow', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC42Ni4zNyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XFxcInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcXFwiIiwic2hvd190aHVtYm5haWxfbGluayI6MCwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifX0=', 0, 'http://localhost/Kamini/?p=849', 0, 'display_type', '', 0),
(850, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn19', 'NextGEN Basic ImageBrowser', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn19', 0, 'http://localhost/Kamini/?p=850', 0, 'display_type', '', 0),
(851, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJxdWFsaXR5IjoxMDAsImNyb3AiOjAsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9fQ==', 'NextGEN Basic SinglePic', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwibGlua190YXJnZXQiOiJfYmxhbmsiLCJxdWFsaXR5IjoxMDAsImNyb3AiOjAsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9fQ==', 0, 'http://localhost/Kamini/?p=851', 0, 'display_type', '', 0),
(852, 1, '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjM3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NX19', 'NextGEN Basic TagCloud', '', 'draft', 'open', 'open', '', '', '', '', '2015-01-14 18:07:41', '0000-00-00 00:00:00', 'eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjM3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NX19', 0, 'http://localhost/Kamini/?p=852', 0, 'display_type', '', 0),
(853, 1, '2015-01-14 18:09:48', '2015-01-14 18:09:48', '', 'Home', '', 'publish', 'open', 'open', '', 'home-3', '', '', '2015-01-22 11:25:05', '2015-01-22 11:25:05', '', 0, 'http://localhost/Kamini/?p=853', 1, 'nav_menu_item', '', 0),
(857, 1, '2015-01-19 22:39:01', '2015-01-19 22:39:01', 'a:8:{s:4:"type";s:8:"checkbox";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:7:"choices";a:2:{s:3:"Yes";s:3:"Yes";s:2:"No";s:2:"No";}s:13:"default_value";a:1:{s:2:"No";s:2:"No";}s:6:"layout";s:8:"vertical";}', 'Include in homepage slider', 'include_in_homepage_slider', 'trash', 'open', 'open', '', 'field_54bd86e94db24', '', '', '2015-01-20 23:15:09', '2015-01-20 23:15:09', '', 856, 'http://localhost/Kamini/?post_type=acf-field&p=857', 0, 'acf-field', '', 0),
(856, 1, '2015-01-19 22:39:01', '2015-01-19 22:39:01', 'a:6:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"page";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";}', 'Post Slider Fields', 'post-slider-fields', 'trash', 'closed', 'closed', '', 'group_54bd86dc4c8f0', '', '', '2015-01-20 23:15:09', '2015-01-20 23:15:09', '', 0, 'http://localhost/Kamini/?post_type=acf-field-group&p=856', 0, 'acf-field-group', '', 0),
(859, 1, '2015-01-19 23:28:01', '2015-01-19 23:28:01', '<h3>Hair growth patterns differ significantly on all areas of the body and you will be surprised to know that no two areas are the same. Did you know that Laser hair removal does not particularly work well on all hair types, especially dark and coarse? This is where our skilled, experienced and unbiased staff helps you make a genuine decision regarding which hair removal method shall suit you best, making the treatment as bespoke and effective as possible.</h3>\r\n<!--more-->\r\n<h3>IPL</h3>\r\nWe like to be ahead of our time and the latest technology in hair removal namely the Ellipse Light System is what we like to offer to our clients especially suited for larger areas of the body and clients with darker, coarser hair. How it works is by targeting short bursts of light from a flash lamp into the target area. The hair containing melanin then transfers the heat to the hair follicle, consequently destroying it and turning it incapable of hair production.\r\n\r\nAppropriate for all over body and face hair removal, IPL is a permanent solution to all hair problems and has been clinically proven to be safe of any harmful wavelengths. Depending on which area of the body is being treated, one session can last as long as 5 to 120 minutes and we recommend at least 3-6 sessions for optimal, long lasting results. As for pain, differing individualistically of course and based on the area of the body and the sensitivity there, it can vary from almost nothing to a stinging sensation.\r\n\r\nAreas covered: Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest\r\n<h3>Electrolyses</h3>\r\nAnother treatment suitable for smaller areas of the face and body and for treating individual hairs with precision is Electrolyses. Our trained therapists provide this treatment safely and guarantee permanent results. Unlike IPL, Electrolyses targets the hair follicle directly instead of the hair pigment. An electric impulse of energy is passed through the hair follicle, removing hair without pulling it.\r\n\r\nWe recommend a series of treatments of Electrolyses to witness satisfying results and also because hair growth occurs in various cycles, repeated treatment sessions will weaken the hair overtime causing growth to stun eventually.\r\n\r\nThe success of electrolysis depends on the therapist and we make sure to put you in safe hands by choosing experts in the field with years of experience on hand. Although the process is a quick one, a session can range from 15 minutes to an hour. A virtually painless, prickling sensation is known to have been felt when each hair follicle is targeted.\r\n<h3>Waxing</h3>\r\nHave you always desired silky, smooth skin without wanting to opt for permanent hair removal treatments? They say ‘no pain, no gain’ but we dare to challenge that notion by our superior quality of wax-based resins to promote faster healing and finer hair growth.\r\n\r\nWhether you are looking to achieve an exotic Brazilian wax or a glamorous Hollywood wax, our trained therapists have it all covered for you, ensuring minimum pain and maximum, long lasting results. Besides, waxing is the least damaging temporary hair removal technique and is good for your skin, encouraging exfoliation of dead skin and rejuvenating skin alongside. If you have always suffered from razor cuts and pigmentation due to that, switch to waxing now to witness the flawless results for yourself!\r\n\r\nAreas covered: Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2015-01-19 23:28:01', '2015-01-19 23:28:01', '', 30, 'http://localhost/Kamini/30-revision-v1/', 0, 'revision', '', 0),
(860, 1, '2012-12-11 11:02:49', '2012-12-11 11:02:49', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2012-12-11 11:02:49', '2012-12-11 11:02:49', '', 32, 'http://localhost/Kamini/32-revision-v1/', 0, 'revision', '', 0),
(861, 1, '2015-01-19 23:49:32', '2015-01-19 23:49:32', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2015-01-19 23:49:32', '2015-01-19 23:49:32', '', 32, 'http://localhost/Kamini/32-revision-v1/', 0, 'revision', '', 0),
(862, 1, '2015-01-20 09:35:22', '2015-01-20 09:35:22', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2015-01-20 09:35:22', '2015-01-20 09:35:22', '', 32, 'http://localhost/Kamini/32-revision-v1/', 0, 'revision', '', 0),
(863, 1, '2015-01-20 09:38:14', '2015-01-20 09:38:14', 'a:6:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"page";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";}', 'Post Slider', 'post-slider', 'trash', 'closed', 'closed', '', 'group_54be21c3abb35', '', '', '2015-01-20 23:15:12', '2015-01-20 23:15:12', '', 0, 'http://localhost/Kamini/?post_type=acf-field-group&p=863', 0, 'acf-field-group', '', 0),
(864, 1, '2015-01-20 09:38:14', '2015-01-20 09:38:14', 'a:7:{s:4:"type";s:10:"true_false";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:7:"message";s:0:"";s:13:"default_value";i:0;}', 'Show in Slider', 'show_in_slider', 'trash', 'open', 'open', '', 'field_54be21d2119a1', '', '', '2015-01-20 23:15:12', '2015-01-20 23:15:12', '', 863, 'http://localhost/Kamini/?post_type=acf-field&p=864', 0, 'acf-field', '', 0),
(868, 1, '2012-12-11 11:03:24', '2012-12-11 11:03:24', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nKamini’s belief about facials is very unique and respected amongst her clients. She likes to opt for a holistic approach when it comes to facials and feels that pampering the skin on the face should be a nurturing exercise which then transfers naturally to the rest of the mind and body. She likes to opt for a short consultation with the client prior to the facial to assess what they would require – nurturing, healing, comforting, balancing, de-stressing or perhaps a combination of all of these. Once the client’s emotional factors are tapped into and understood by the therapist, the beautifying aspect of a facial will follow automatically.\r\n\r\nThe skincare products we like to use at the salon are formulated in a way to mimic the body’s chemistry. Massaging the product thoroughly by pushing it deep into the skin, stimulating skin cells, plumping and encouraging collagen production are few of the very many aspects that Kamini likes to concentrate on. Her topmost priority always remains to personalise a facial based on individual clients and that is primarily what makes Kamini Beauty different to the rest.\r\n<h3>Lifting and Collagen</h3>\r\nPromising to bring your skin back to its youthful self, our lifting and collagen facial targets fine lines and wrinkles, plumps the skin, improves elasticity, enhances facial contours, accelerates skin cell production, reveals a fresh new layer of skin underneath and targets pigmentation and sun spots. Back to 21 in less than 60 minutes!\r\n<h3>Radiance</h3>\r\nIt goes without saying that radiant skin is an indication of overall wellbeing and healthy skin of course but if you feel the city’s pollution, hectic work patterns, stress and your general lifestyle has taken away that ‘glow from within’, then this treatment is made for you. The power boosting facial regenerates skin cells and rebalances sebum which consequently energises dull, lustre lacking skin and injects radiance and vitality, mimicking a post-holiday glow. Let people keep wondering which exotic location you’ve been to lately.\r\n<h3>Hydrating</h3>\r\nThe key with this facial is to drench the skin with moisture and nourish it at a deeper level so it appears brighter and fresher. Replenishing the natural water level in the skin, every session will ensure you require less topical moisturisers as time passes by. The more hydrated your skin is, the more supple it will appear and the more reluctant it will be to premature ageing.\r\n\r\n[nggallery id=2]', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2012-12-11 11:03:24', '2012-12-11 11:03:24', '', 28, 'http://localhost/Kamini/28-revision-v1/', 0, 'revision', '', 0),
(865, 1, '2015-01-20 09:38:32', '2015-01-20 09:38:32', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2015-01-20 09:38:32', '2015-01-20 09:38:32', '', 32, 'http://localhost/Kamini/32-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(870, 1, '2015-01-20 23:13:02', '2015-01-20 23:13:02', '<h3>Hair growth patterns differ significantly on all areas of the body and you will be surprised to know that no two areas are the same. Did you know that Laser hair removal does not particularly work well on all hair types, especially dark and coarse? This is where our skilled, experienced and unbiased staff helps you make a genuine decision regarding which hair removal method shall suit you best, making the treatment as bespoke and effective as possible.</h3>\r\n<!--more-->\r\n<h3>IPL</h3>\r\nWe like to be ahead of our time and the latest technology in hair removal namely the Ellipse Light System is what we like to offer to our clients especially suited for larger areas of the body and clients with darker, coarser hair. How it works is by targeting short bursts of light from a flash lamp into the target area. The hair containing melanin then transfers the heat to the hair follicle, consequently destroying it and turning it incapable of hair production.\r\n\r\nAppropriate for all over body and face hair removal, IPL is a permanent solution to all hair problems and has been clinically proven to be safe of any harmful wavelengths. Depending on which area of the body is being treated, one session can last as long as 5 to 120 minutes and we recommend at least 3-6 sessions for optimal, long lasting results. As for pain, differing individualistically of course and based on the area of the body and the sensitivity there, it can vary from almost nothing to a stinging sensation.\r\n\r\nAreas covered: Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest\r\n<h3>Electrolyses</h3>\r\nAnother treatment suitable for smaller areas of the face and body and for treating individual hairs with precision is Electrolyses. Our trained therapists provide this treatment safely and guarantee permanent results. Unlike IPL, Electrolyses targets the hair follicle directly instead of the hair pigment. An electric impulse of energy is passed through the hair follicle, removing hair without pulling it.\r\n\r\nWe recommend a series of treatments of Electrolyses to witness satisfying results and also because hair growth occurs in various cycles, repeated treatment sessions will weaken the hair overtime causing growth to stun eventually.\r\n\r\nThe success of electrolysis depends on the therapist and we make sure to put you in safe hands by choosing experts in the field with years of experience on hand. Although the process is a quick one, a session can range from 15 minutes to an hour. A virtually painless, prickling sensation is known to have been felt when each hair follicle is targeted.\r\n<h3>Waxing</h3>\r\nHave you always desired silky, smooth skin without wanting to opt for permanent hair removal treatments? They say ‘no pain, no gain’ but we dare to challenge that notion by our superior quality of wax-based resins to promote faster healing and finer hair growth.\r\n\r\nWhether you are looking to achieve an exotic Brazilian wax or a glamorous Hollywood wax, our trained therapists have it all covered for you, ensuring minimum pain and maximum, long lasting results. Besides, waxing is the least damaging temporary hair removal technique and is good for your skin, encouraging exfoliation of dead skin and rejuvenating skin alongside. If you have always suffered from razor cuts and pigmentation due to that, switch to waxing now to witness the flawless results for yourself!\r\n\r\nAreas covered: Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2015-01-20 23:13:02', '2015-01-20 23:13:02', '', 30, 'http://localhost/Kamini/30-revision-v1/', 0, 'revision', '', 0),
(869, 1, '2015-01-20 23:11:30', '2015-01-20 23:11:30', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nKamini’s belief about facials is very unique and respected amongst her clients. She likes to opt for a holistic approach when it comes to facials and feels that pampering the skin on the face should be a nurturing exercise which then transfers naturally to the rest of the mind and body. She likes to opt for a short consultation with the client prior to the facial to assess what they would require – nurturing, healing, comforting, balancing, de-stressing or perhaps a combination of all of these. Once the client’s emotional factors are tapped into and understood by the therapist, the beautifying aspect of a facial will follow automatically.\r\n\r\nThe skincare products we like to use at the salon are formulated in a way to mimic the body’s chemistry. Massaging the product thoroughly by pushing it deep into the skin, stimulating skin cells, plumping and encouraging collagen production are few of the very many aspects that Kamini likes to concentrate on. Her topmost priority always remains to personalise a facial based on individual clients and that is primarily what makes Kamini Beauty different to the rest.\r\n<h3>Lifting and Collagen</h3>\r\nPromising to bring your skin back to its youthful self, our lifting and collagen facial targets fine lines and wrinkles, plumps the skin, improves elasticity, enhances facial contours, accelerates skin cell production, reveals a fresh new layer of skin underneath and targets pigmentation and sun spots. Back to 21 in less than 60 minutes!\r\n<h3>Radiance</h3>\r\nIt goes without saying that radiant skin is an indication of overall wellbeing and healthy skin of course but if you feel the city’s pollution, hectic work patterns, stress and your general lifestyle has taken away that ‘glow from within’, then this treatment is made for you. The power boosting facial regenerates skin cells and rebalances sebum which consequently energises dull, lustre lacking skin and injects radiance and vitality, mimicking a post-holiday glow. Let people keep wondering which exotic location you’ve been to lately.\r\n<h3>Hydrating</h3>\r\nThe key with this facial is to drench the skin with moisture and nourish it at a deeper level so it appears brighter and fresher. Replenishing the natural water level in the skin, every session will ensure you require less topical moisturisers as time passes by. The more hydrated your skin is, the more supple it will appear and the more reluctant it will be to premature ageing.\r\n\r\n[nggallery id=2]', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2015-01-20 23:11:30', '2015-01-20 23:11:30', '', 28, 'http://localhost/Kamini/28-revision-v1/', 0, 'revision', '', 0),
(871, 1, '2015-01-20 23:13:54', '2015-01-20 23:13:54', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2015-01-20 23:13:54', '2015-01-20 23:13:54', '', 32, 'http://localhost/Kamini/32-revision-v1/', 0, 'revision', '', 0),
(872, 1, '2015-01-20 23:14:06', '2015-01-20 23:14:06', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2015-01-20 23:14:06', '2015-01-20 23:14:06', '', 32, 'http://localhost/Kamini/32-revision-v1/', 0, 'revision', '', 0),
(873, 1, '2015-01-20 23:17:33', '2015-01-20 23:17:33', 'a:6:{s:8:"location";a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"page";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";}', 'Featured Posts Slider', 'featured-posts-slider', 'publish', 'closed', 'closed', '', 'group_54bee1842ecb2', '', '', '2015-01-20 23:17:33', '2015-01-20 23:17:33', '', 0, 'http://localhost/Kamini/?post_type=acf-field-group&p=873', 0, 'acf-field-group', '', 0),
(874, 1, '2015-01-20 23:17:33', '2015-01-20 23:17:33', 'a:7:{s:4:"type";s:10:"true_false";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:7:"message";s:0:"";s:13:"default_value";i:0;}', 'Featured Post', 'featured_post', 'publish', 'open', 'open', '', 'field_54bee1e70b4db', '', '', '2015-01-20 23:17:33', '2015-01-20 23:17:33', '', 873, 'http://localhost/Kamini/?post_type=acf-field&p=874', 0, 'acf-field', '', 0),
(875, 1, '2015-01-20 23:19:46', '2015-01-20 23:19:46', '<h3>Hands and feet are constantly working so treat them to a fantastic Kamini manicure or pedicure.</h3>\r\n<!--more-->\r\n<h3>Manicure</h3>\r\nYour hands easily give away your age as compared to your face, making it important to indulge in a professional manicure regularly. Give those hard working hands a treat with our luxurious Manicure. Whether you are looking for a chic Parisian French Manicure, a quick and classic pop of colour on the nails or a paraffin wax treatment to restore supple and firmer skin, our Beauty Salon should be your one stop destination.\r\n\r\nOn the go with not much time on hand? Need a Re-varnish? Simply tell our therapist what you have in mind and we shall adjust our treatment according to your requirements. We highly believe in treating and nourishing the cuticles and the nail bed to promote naturally strong nails so they are healthy inside out.\r\n<h3>Pedicure</h3>\r\nRelax and unwind as our trained therapists transform your feet, heal chapped skin, repair chipped nails and condition and sooth your heels. Topped up with an immaculate polish application of your choice, a classic French manicure or a re-varnish, you will be all set to flaunt your party-perfect feet in style.\r\n\r\nYou can also opt for a lavish paraffin wax treatment to erase any signs of ageing or exhaustion. It makes sure that the moisture sinks into the feet fantastically, combating calloused areas around the heel leaving skin baby soft! We only use the highest quality of essential oils and aromatic creams that provide a refreshing yet therapeutic atmosphere for you and intense exfoliation and hydration for your feet.', 'Hands & Feet', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2015-01-20 23:19:46', '2015-01-20 23:19:46', '', 32, 'http://localhost/Kamini/32-revision-v1/', 0, 'revision', '', 0),
(877, 1, '2015-01-20 23:20:13', '2015-01-20 23:20:13', 'World’s leading Eyebrow designer Kamini uses her trademarked Threading techniques as a consultation session with her clients that allow her to break the ice with them, gauge their face shape and suggest other cosmetic requirements on the face and body, alongside designing a bespoke brow shape that suits both their face and personality. We believe all women are born with beautiful eyebrows and our aim is to aid you to enhance and perfect them through your journey albeit in a natural manner.\r\n\r\nHaving been named as the ‘creative artist’ ‘doctor in beauty’ and ‘alchemist for the eyes’ by the press, Kamini truly believes that eyes are the window to the soul hence your eyebrows must automatically act as the frame, reflecting your individuality and narrating a story about you. Working with the symmetry of your facial contours and bone structure, Kamini uses a virtually painless ritual to design your brows ensuring softer, finer hair growth in the future.\r\n\r\nHaving diagnosed any problems with shape and current shaping techniques, Kamini is strict in her prognosis, adamant that tweezers, waxing or threading by other therapists is not an option. She implores her clients to trust her judgment and they will only ever be satisfied with the results.\r\n\r\nConstructing fuller looking brows with a ‘less is more’ ethos indicates youth in our opinion and promises to make you look 10 years younger within minutes! Don’t risk cheaper alternatives that don’t last and do more harm than good to the re-growth of the hairs. Rather opt for the Kamini Technique, a more cost effective option with results lasting at least twice as long. If you want those celebrity brows, Kamini Beauty should be your one-stop destination.\r\n<h3>How is Kamini Threading™ different?</h3>\r\nUnlike any other threaders in the industry, Kamini has over 25 years of experience in eyebrow shaping enabling her to re-define your brows so that they are individually tailored to suit the contour and bone structure of your face. Kamini can instantly diagnose any problem and identify what kind of eyebrow shape will match the symmetry of your face. Kamini’s method is truly bespoke and here at Kamini Beauty we never use templates or implore a one size fits all approach because we understand that every person is individual and has unique eyebrows.\r\n\r\nThe science behind the hair growth cycle combined with the Kamini Threading™ technique allows Kamini to approach your eyebrows in a unique way. What many threaders fail to recognise is that there are various types of hair that have differing growth patterns. The strength of the hair will denote how often and quickly the hair grows back. Kamini’s intricate attention to detail combined with her specialised technique allows for either stronger hair’s to be softened, enabling thinner and slower re-growth, or the growth of hair’s to be prompted. Essentially by stagnating the re-growth of unwanted hairs and encouraging the re-growth of necessary hairs, Kamini can offer you those full looking brows that could last a lifetime.\r\n\r\n(Bespoke Brow Shape, Upper Lip, Chin, Eyebrows and Upper Lip, Sides of face, Forehead, Full face)', 'Kamini “Threading of a new dimension”', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2015-01-20 23:20:13', '2015-01-20 23:20:13', '', 26, 'http://localhost/Kamini/26-revision-v1/', 0, 'revision', '', 0),
(878, 1, '2012-12-11 11:00:53', '2012-12-11 11:00:53', '<h3>Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension</h3>\r\n<!--more-->\r\n<h3>Deep Tissue Massage</h3>\r\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\r\n<h3>Aromatherapy Massage</h3>\r\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking.\r\n<h3>Indian Head Massage</h3>\r\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp.\r\n<h3>Holistic Massage</h3>\r\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage.\r\n<h3>Reflexology</h3>\r\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode.\r\n<h3>Hopi Ear Candle Treatment</h3>\r\nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections.\r\n<h3>Vortex Healing and Body Alignment</h3>\r\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more.\r\n\r\nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2012-12-11 11:00:53', '2012-12-11 11:00:53', '', 34, 'http://localhost/Kamini/34-revision-v1/', 0, 'revision', '', 0),
(879, 1, '2015-01-20 23:20:20', '2015-01-20 23:20:20', '<h3>Here at Kamini, we offer a large range of massage and holistic therapies include Deep Tissue Massage, a strong and therapeutic massage designed to release tension</h3>\r\n<!--more-->\r\n<h3>Deep Tissue Massage</h3>\r\nYou work your body day in and day out regardless of what profession you are in. We believe almost every person is a suitable candidate for a deep tissue as it can help improve posture, relieve back and hip pain and aid in releasing the toxins. Known to dissolve knots and relax tight muscles, this treatment works at a deep tissue level, reducing chronic pain at targeted areas of the body. Using arms, forearms, hands and elbows to squeeze out toxins and force muscle tissue to relax, our experienced therapists will help your muscles stay happy!\r\n<h3>Aromatherapy Massage</h3>\r\nUsing traditional massage techniques to perform Aromatherapy massage, we analyse the client’s physical and emotional requirements first and create a unique blend of natural essential oils, which when massaged into your body are absorbed easily diffusing through your blood stream and providing wide ranging therapeutic and biological benefits. The additional element of inhaling the aroma is sure to uplift your senses, reduce nervous tension and encourage positive thinking.\r\n<h3>Indian Head Massage</h3>\r\nAn ancient ayurvedic practice dating back to 4000 years, that targets stiff back, neck, shoulders and scalp and relieve muscles that have been sore due to stress. Many clients report it to promote clarity of thought, improve alertness and concentration by improving blood circulation around the area. Healing on an emotional level as well, any frequent headaches and migraines can be alleviated alongside nurturing the condition of hair via better blood circulation around the scalp.\r\n<h3>Holistic Massage</h3>\r\nThe word ‘holistic’ means affecting the body as a whole unit instead of segregating areas of the body and treating them separately. With the aim of aligning the body and the mind so they work in sync with your daily life, a holistic massage at our salon promises to balance your mind, body and spirit. The body is interconnected and we believe that by affecting the body, we affect the mind as well as the emotions. Restoring natural inner balance, promoting wellbeing and aiding self healing are just a few of the uncountable benefits of this personalised de-stressing journey that we call a massage.\r\n<h3>Reflexology</h3>\r\nWorking with thousands of nerve endings on your feet that are connected to various organs and glands in the body, this pampering treatment by our passionate therapists will reinforce and encourage that connectivity starting from the feet’s pressure points and enhance your body to perform at its optimal level physiologically. The ancient Egyptian practice is a sensory experience that will feel great and transfer your body to relax and restore mode.\r\n<h3>Hopi Ear Candle Treatment</h3>\r\nEar candles work by creating a suction that pulls free collected particles of wax and regains body’s balance by drawing out impurities and getting rid of congestion. Hollow candles are placed on the ear and lit from the top so you can experience the revitalising heat. The soothing and non invasive technique is also known to treat ailments unconnected with ear and should be tried especially if you suffer from sinus and ear infections.\r\n<h3>Vortex Healing and Body Alignment</h3>\r\nOur body when encountered in a flight or fight situation, moulds itself into certain shapes and positions as its survival instinct kicks in. This is not a problem until the body decides to stay in that response mode and not return back to normal as a result of which illnesses such as stress, migraine, flue, depression, aching joints and muscle develop. These prevent us physically and emotionally from performing our best in our everyday life and the effort we require in physical and emotional activities doubles up, tiring one more.\r\n\r\nThe treatment works as a saviour, aiding your body to recover from its current state and function effectively and to the best of its ability, consequently leaving you full of energy and ready to deal with life in a positive manner. Preparing the body to heal itself, Body Alignment restores a better functioning nervous system, automatically leading to good health, better blood circulation and efficient immune system.\r\n\r\n[nggallery id=5]', 'Healing Therapy', '', 'inherit', 'open', 'open', '', '34-revision-v1', '', '', '2015-01-20 23:20:20', '2015-01-20 23:20:20', '', 34, 'http://localhost/Kamini/34-revision-v1/', 0, 'revision', '', 0),
(880, 1, '2015-01-20 23:20:26', '2015-01-20 23:20:26', '<h3>Kamini''s fusion of Eastern and Western techniques lead to a truly superb selection of facial treatments all guaranteed to leave your skin radiant and rejuvenated.</h3>\r\n<!--more-->\r\n\r\nKamini’s belief about facials is very unique and respected amongst her clients. She likes to opt for a holistic approach when it comes to facials and feels that pampering the skin on the face should be a nurturing exercise which then transfers naturally to the rest of the mind and body. She likes to opt for a short consultation with the client prior to the facial to assess what they would require – nurturing, healing, comforting, balancing, de-stressing or perhaps a combination of all of these. Once the client’s emotional factors are tapped into and understood by the therapist, the beautifying aspect of a facial will follow automatically.\r\n\r\nThe skincare products we like to use at the salon are formulated in a way to mimic the body’s chemistry. Massaging the product thoroughly by pushing it deep into the skin, stimulating skin cells, plumping and encouraging collagen production are few of the very many aspects that Kamini likes to concentrate on. Her topmost priority always remains to personalise a facial based on individual clients and that is primarily what makes Kamini Beauty different to the rest.\r\n<h3>Lifting and Collagen</h3>\r\nPromising to bring your skin back to its youthful self, our lifting and collagen facial targets fine lines and wrinkles, plumps the skin, improves elasticity, enhances facial contours, accelerates skin cell production, reveals a fresh new layer of skin underneath and targets pigmentation and sun spots. Back to 21 in less than 60 minutes!\r\n<h3>Radiance</h3>\r\nIt goes without saying that radiant skin is an indication of overall wellbeing and healthy skin of course but if you feel the city’s pollution, hectic work patterns, stress and your general lifestyle has taken away that ‘glow from within’, then this treatment is made for you. The power boosting facial regenerates skin cells and rebalances sebum which consequently energises dull, lustre lacking skin and injects radiance and vitality, mimicking a post-holiday glow. Let people keep wondering which exotic location you’ve been to lately.\r\n<h3>Hydrating</h3>\r\nThe key with this facial is to drench the skin with moisture and nourish it at a deeper level so it appears brighter and fresher. Replenishing the natural water level in the skin, every session will ensure you require less topical moisturisers as time passes by. The more hydrated your skin is, the more supple it will appear and the more reluctant it will be to premature ageing.\r\n\r\n[nggallery id=2]', 'Facial', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2015-01-20 23:20:26', '2015-01-20 23:20:26', '', 28, 'http://localhost/Kamini/28-revision-v1/', 0, 'revision', '', 0),
(881, 1, '2015-01-20 23:20:33', '2015-01-20 23:20:33', '<h3>Hair growth patterns differ significantly on all areas of the body and you will be surprised to know that no two areas are the same. Did you know that Laser hair removal does not particularly work well on all hair types, especially dark and coarse? This is where our skilled, experienced and unbiased staff helps you make a genuine decision regarding which hair removal method shall suit you best, making the treatment as bespoke and effective as possible.</h3>\r\n<!--more-->\r\n<h3>IPL</h3>\r\nWe like to be ahead of our time and the latest technology in hair removal namely the Ellipse Light System is what we like to offer to our clients especially suited for larger areas of the body and clients with darker, coarser hair. How it works is by targeting short bursts of light from a flash lamp into the target area. The hair containing melanin then transfers the heat to the hair follicle, consequently destroying it and turning it incapable of hair production.\r\n\r\nAppropriate for all over body and face hair removal, IPL is a permanent solution to all hair problems and has been clinically proven to be safe of any harmful wavelengths. Depending on which area of the body is being treated, one session can last as long as 5 to 120 minutes and we recommend at least 3-6 sessions for optimal, long lasting results. As for pain, differing individualistically of course and based on the area of the body and the sensitivity there, it can vary from almost nothing to a stinging sensation.\r\n\r\nAreas covered: Upper Lip, Chin, Sides of Face, Full Face, Forehead, Neck (front), Under Arms, Lower Arms, Upper Arms, Full Arms, Lower Legs, Upper Legs, Bikini, Brazilian, Bikini & inner Thigh, Stomach Centre Line, Upper Back, Lower Back, Chest\r\n<h3>Electrolyses</h3>\r\nAnother treatment suitable for smaller areas of the face and body and for treating individual hairs with precision is Electrolyses. Our trained therapists provide this treatment safely and guarantee permanent results. Unlike IPL, Electrolyses targets the hair follicle directly instead of the hair pigment. An electric impulse of energy is passed through the hair follicle, removing hair without pulling it.\r\n\r\nWe recommend a series of treatments of Electrolyses to witness satisfying results and also because hair growth occurs in various cycles, repeated treatment sessions will weaken the hair overtime causing growth to stun eventually.\r\n\r\nThe success of electrolysis depends on the therapist and we make sure to put you in safe hands by choosing experts in the field with years of experience on hand. Although the process is a quick one, a session can range from 15 minutes to an hour. A virtually painless, prickling sensation is known to have been felt when each hair follicle is targeted.\r\n<h3>Waxing</h3>\r\nHave you always desired silky, smooth skin without wanting to opt for permanent hair removal treatments? They say ‘no pain, no gain’ but we dare to challenge that notion by our superior quality of wax-based resins to promote faster healing and finer hair growth.\r\n\r\nWhether you are looking to achieve an exotic Brazilian wax or a glamorous Hollywood wax, our trained therapists have it all covered for you, ensuring minimum pain and maximum, long lasting results. Besides, waxing is the least damaging temporary hair removal technique and is good for your skin, encouraging exfoliation of dead skin and rejuvenating skin alongside. If you have always suffered from razor cuts and pigmentation due to that, switch to waxing now to witness the flawless results for yourself!\r\n\r\nAreas covered: Half Leg, 3/4 Leg, Full Leg, Under Arm, Half Arm, Full Arm, Bikini, Extended Bikini, Brazilian, Hollywood.', 'Hair Removal', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2015-01-20 23:20:33', '2015-01-20 23:20:33', '', 30, 'http://localhost/Kamini/30-revision-v1/', 0, 'revision', '', 0),
(882, 1, '2015-01-22 00:00:58', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2015-01-22 00:00:58', '0000-00-00 00:00:00', '', 0, 'http://localhost/Kamini/?p=882', 0, 'post', '', 0),
(887, 1, '2012-01-24 06:57:15', '2012-01-24 06:57:15', '<h3>Bronze, Silver and Gold membserhip packages will soon be available packed with loads of benefits and exclusive discounts.</h3>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce quis posuere ante. Maecenas nec lacinia ipsum. Sed id ipsum vitae arcu lacinia suscipit. Donec dolor nibh, accumsan ac vestibulum sed, tristique vitae velit. Quisque eget nisi magna. Proin fermentum faucibus orci sed rutrum. Maecenas tellus enim, faucibus nec mattis non, venenatis id ligula. Ut imperdiet odio vitae purus egestas consequat.\r\n\r\n<strong>\r\n</strong>', 'Kamini Club', '', 'inherit', 'open', 'open', '', '74-revision-v1', '', '', '2012-01-24 06:57:15', '2012-01-24 06:57:15', '', 74, 'http://localhost/Kamini/74-revision-v1/', 0, 'revision', '', 0),
(888, 1, '2012-01-24 06:56:39', '2012-01-24 06:56:39', '<h3>Monday Madness (for a limited time only - 50% off all treatments!)</h3>\r\nTo launch the Salon''s new opening times, we are offering 50% off all treatments on Mondays, for a limited time only.', 'Monday Madness', '', 'inherit', 'open', 'open', '', '261-revision-v1', '', '', '2012-01-24 06:56:39', '2012-01-24 06:56:39', '', 261, 'http://localhost/Kamini/261-revision-v1/', 0, 'revision', '', 0),
(889, 1, '2012-12-11 10:58:55', '2012-12-11 10:58:55', '<h3>Endermologie</h3>\r\nLipomassasge by Endermologie is a proven cellulite therapy. Triggering cellulite and water retention to smooth the contours of the body and aid slimming, this lipomassage targets problem areas, lifts and tones the skin not only superficially but by reaching the depth of the fat cell tissues. It also encourages blood flow and circulation, breaking down fat deposits allowing them to be released from the body consequently providing smoother skin and diminishing dimply appearance of the skin.\r\n\r\nYou simply don the special bodysuit, lie down and let your therapist employ the machine’s unique rolling, suctioning and unrolling action to increase your circulation and stimulate your body’s own ability to shift its stores of fat and toxins. Your localised fat and cellulite deposits will start to shrink and you’ll gain a more toned silhouette. As with other salon treatments, you will need to undergo a series of sessions and regular follow-ups. A course of sessions is recommended.\r\n<h3>Semi Permanent Make-up</h3>\r\nIf you live a demanding lifestyle as a working woman, athlete or a bride-to-be but like to look presentable using make-up, give up the daily hassle of smudging and smearing trying to squeeze it into your schedule. Opt for semi permanent, water proof make-up instead to help you look naturally beautiful 24/7. Whether you’re looking to line your upper or lower lash line to enhance your eyes, fill in sparse or non-existent eyebrows to frame your face or want a flush of colour on the cheeks and lips for more definition. Based on your face shape, features and personal preferences, Kamini will suggest a bespoke treatment to naturally enhance your beautiful self.\r\nEffects last several years and we recommend a touch up session after 6 months.\r\n<h3>Eyebrow and Eyelash Tinting</h3>\r\nDo those scanty brows worry you? Have you always wanted darker, fuller looking brows? If no amount of brow pencil is helping you achieve that, a safe and long lasting Eye Brow tint is what will make a world of difference in framing your eyes as well as your face.\r\n\r\nDarker eyelashes give an illusion of dense, thicker lashes and draw attention to your eyes. If Mascara’s have disappointed you or you are fed up of them running down your eyes at the end of the day, an Eye Lash tint will make sure you come out of the pool looking ‘lash’tastic.\r\n<h3>Eyelash Perming</h3>\r\nIn conjunction with a good eyelash tint, we recommend a session of Eyelash Perming to intensify the results. A semi-permanent method of curling lashes; this removes the need to use eye lash curlers and is highly beneficial for an occasion, especially if you have short and stubborn lashes that are difficult to curl. Lasting for 4-5 weeks, this treatment will provide you with naturally fluttery lashes.', 'More Treatments', '', 'inherit', 'open', 'open', '', '36-revision-v1', '', '', '2012-12-11 10:58:55', '2012-12-11 10:58:55', '', 36, 'http://localhost/Kamini/36-revision-v1/', 0, 'revision', '', 0),
(890, 1, '2015-01-22 12:01:41', '2015-01-22 12:01:41', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">click here to read the full article</a>)\r\n', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2015-01-22 12:01:41', '2015-01-22 12:01:41', '', 618, 'http://localhost/Kamini/618-revision-v1/', 0, 'revision', '', 0),
(891, 1, '2015-01-22 12:02:28', '2015-01-22 12:02:28', 'Over the years, we’ve put our head, neck, eyes, pretty much our entire body on the line in the name of vanity. Today we’re sharing our little black book of top-notch beauty therapists, hairdressers, manicurists and other miracle workers.\r\n\r\n<!--more-->\r\n\r\n<a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/massage-022112-lon-380.jpg" alt="Kamini mentioned in Daily Candy website." title="Kamini mentioned in Daily Candy website." width="380" height="285" class="alignleft size-full wp-image-619" /></a>\r\nEyebrows\r\nKamini Vaghela\r\nThe lightning-fast defuzzer is the only person we let near our brows. Once she perfects shape, her threading technique reduces and thins unwanted hair.\r\n\r\n(excerpt from Daily Candy, <a href="http://www.dailycandy.com/london/article/120453/Best-Hairdressers-Waxing-Manicures-and-Facials-in-London?action=send&vwink=DC:Email:EDIT:LON:20120221:38:687034:44" target="_blank">click here to read the full article</a>)\r\n', 'Kamini mentioned in Daily Candy as favourite treatment.', '', 'inherit', 'open', 'open', '', '618-revision-v1', '', '', '2015-01-22 12:02:28', '2015-01-22 12:02:28', '', 618, 'http://localhost/Kamini/618-revision-v1/', 0, 'revision', '', 0),
(892, 1, '2012-03-27 07:52:46', '2012-03-27 07:52:46', 'Kamini Vaghela is consistently hailed by the beauty press as the best eyebrow threader in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img class="alignleft size-full wp-image-233" title="" src="/wp-content/uploads/2012/01/©-Kamini1.jpg" alt="" width="528" height="320" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://www.kaminibeauty.com/products-services/products/sothys-products/">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\n<em>Extracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.</em>', 'London Beauty Salon Treatment Giveaway on Time Out', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2012-03-27 07:52:46', '2012-03-27 07:52:46', '', 227, 'http://localhost/Kamini/227-revision-v1/', 0, 'revision', '', 0),
(893, 1, '2015-01-22 12:03:15', '2015-01-22 12:03:15', 'Kamini Vaghela is consistently hailed by the beauty press as the best eyebrow threader in London; she’ll also tackle the upper lip, chin and stomach with her silk thread.\r\n\r\n<!--more-->\r\n\r\nIn addition, Vaghela offers holistic facials, mani/pedis, waxing and more- and her team understand if you want the lot performed at the same time. A new guest resident has joined Vaghela at her <a href="http://kaminibeauty.com/">Kensington salon</a>: Dr.Wong is a traditional Chinese medicine doctor who will ease any number of complaints from insomnia to poor digestion.\r\n<img class="alignleft size-full wp-image-233" title="" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/©-Kamini1.jpg" alt="" width="528" height="320" />\r\nTo celebrate Dr. Wong’s arrival, Kamini is offering one Time Out blog reader (male or female) £25 worth of free <a href="http://www.kaminibeauty.com/products-services/products/sothys-products/">Sothys skin products</a> and £50 to spend on any treatment of choice at the salon, be it a<img src="http://www.blogger.com/img/blank.gif" alt="Link" border="0" />cupuncture with Wong, massage, facial or threading with Vaghela herself. To enter, complete the sentence: ‘I need a pre/post-holiday pamper because…..’ Leave your comment below by 6pm tomorrow (July 26) and the best – as deemed by Team Vaghela – will be contacted by email and invited to book a treatment of choice at a time to suit (before Dec 31 2011).\r\n\r\nKamini, 14-16 Lancer Square, W8 4EP (020 7937 2411).\r\n\r\nVisit the link below and leave a comment for your chance to win:\r\n<a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">http://now-here-this.timeout.com/2011/07/26/kamini-beauty/</a>\r\n\r\n<em>Extracted from the <a href="http://now-here-this.timeout.com/2011/07/26/kamini-beauty/">Time Out</a> website.</em>', 'London Beauty Salon Treatment Giveaway on Time Out', '', 'inherit', 'open', 'open', '', '227-revision-v1', '', '', '2015-01-22 12:03:15', '2015-01-22 12:03:15', '', 227, 'http://localhost/Kamini/227-revision-v1/', 0, 'revision', '', 0),
(894, 1, '2012-03-27 07:53:05', '2012-03-27 07:53:05', '<img src="/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg" alt="Tatler article - The Last Beauty Taboo Features Kamini Beauty" title="Tatler article - The Last Beauty Taboo Features Kamini Beauty" width="303" height="400" class="alignleft size-full wp-image-222" />\r\nStubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2012-03-27 07:53:05', '2012-03-27 07:53:05', '', 153, 'http://localhost/Kamini/153-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(895, 1, '2015-01-22 12:03:44', '2015-01-22 12:03:44', '<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg" alt="Tatler article - The Last Beauty Taboo Features Kamini Beauty" title="Tatler article - The Last Beauty Taboo Features Kamini Beauty" width="303" height="400" class="alignleft size-full wp-image-222" />\r\nStubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/treatments_hair_removal.htm">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2015-01-22 12:03:44', '2015-01-22 12:03:44', '', 153, 'http://localhost/Kamini/153-revision-v1/', 0, 'revision', '', 0),
(896, 1, '2013-11-16 16:10:26', '2013-11-16 16:10:26', '', 'About Us', '', 'inherit', 'open', 'open', '', '6-revision-v1', '', '', '2013-11-16 16:10:26', '2013-11-16 16:10:26', '', 6, 'http://localhost/Kamini/6-revision-v1/', 0, 'revision', '', 0),
(897, 1, '2012-01-10 07:29:36', '2012-01-10 07:29:36', 'content', 'Kamini Gems', '', 'inherit', 'open', 'open', '', '12-revision-v1', '', '', '2012-01-10 07:29:36', '2012-01-10 07:29:36', '', 12, 'http://localhost/Kamini/12-revision-v1/', 0, 'revision', '', 0),
(898, 1, '2012-03-13 13:08:30', '2012-03-13 13:08:30', '[nggallery id=1]', 'Before & After', '', 'inherit', 'open', 'open', '', '80-revision-v1', '', '', '2012-03-13 13:08:30', '2012-03-13 13:08:30', '', 80, 'http://localhost/Kamini/80-revision-v1/', 0, 'revision', '', 0),
(902, 1, '2015-01-22 12:14:24', '2015-01-22 12:14:24', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[column size="1-4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2015-01-22 12:14:24', '2015-01-22 12:14:24', '', 294, 'http://localhost/Kamini/294-revision-v1/', 0, 'revision', '', 0),
(903, 1, '2012-12-11 10:59:34', '2012-12-11 10:59:34', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n<h3>Is it for me?</h3>\r\nIf you have always wanted a svelte bikini body, a flat torso, toned arms and smooth thighs minus the cellulite and without going under the knife, then this virtually painless (in fact relaxing) cellulite reducing and body contouring treatment is ideal for you!\r\n\r\nGet excited to shop for the otherwise dreaded swimwear as we promise to leave you motivated to do so. Those hard to lose bingo wings and stubborn stretch marks will never be a hindrance again.\r\n<h3>What does it do?</h3>\r\nIt is not a weight loss treatment however by clinically making the appearance of the skin on the body flawless, tight, contoured and youthful, we aim to provide more or less similar results of a good workout session and a well thought out diet within just a couple of sessions.\r\n<h3>How does it work?</h3>\r\nJust like facial skin, the skin on the body also suffers from depleting level of collagen and micro-circulation over the number of years. Magnetic pulses and radio waves penetrate multiple layers of the skin via this treatment, raise the body’s temperature and encourage the production of collagen and dermal fibroblasts consequently improving skin’s elasticity and blood circulation.\r\n\r\nVisible results will of course be seen after just one treatment but will also continue to show improvement over the period of weeks as collagen continues to grow. We recommend 6-8 sessions for maximum benefit.\r\n<p style="text-align: center;"><a href="/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2012-12-11 10:59:34', '2012-12-11 10:59:34', '', 301, 'http://localhost/Kamini/301-revision-v1/', 0, 'revision', '', 0),
(904, 1, '2015-01-22 12:23:41', '2015-01-22 12:23:41', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://www.kaminibeauty.com//wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n<h3>Is it for me?</h3>\r\nIf you have always wanted a svelte bikini body, a flat torso, toned arms and smooth thighs minus the cellulite and without going under the knife, then this virtually painless (in fact relaxing) cellulite reducing and body contouring treatment is ideal for you!\r\n\r\nGet excited to shop for the otherwise dreaded swimwear as we promise to leave you motivated to do so. Those hard to lose bingo wings and stubborn stretch marks will never be a hindrance again.\r\n<h3>What does it do?</h3>\r\nIt is not a weight loss treatment however by clinically making the appearance of the skin on the body flawless, tight, contoured and youthful, we aim to provide more or less similar results of a good workout session and a well thought out diet within just a couple of sessions.\r\n<h3>How does it work?</h3>\r\nJust like facial skin, the skin on the body also suffers from depleting level of collagen and micro-circulation over the number of years. Magnetic pulses and radio waves penetrate multiple layers of the skin via this treatment, raise the body’s temperature and encourage the production of collagen and dermal fibroblasts consequently improving skin’s elasticity and blood circulation.\r\n\r\nVisible results will of course be seen after just one treatment but will also continue to show improvement over the period of weeks as collagen continues to grow. We recommend 6-8 sessions for maximum benefit.\r\n<p style="text-align: center;"><a href="http://www.kaminibeauty.com//wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="http://www.kaminibeauty.com//wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2015-01-22 12:23:41', '2015-01-22 12:23:41', '', 301, 'http://localhost/Kamini/301-revision-v1/', 0, 'revision', '', 0),
(905, 1, '2015-01-22 12:24:13', '2015-01-22 12:24:13', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n<h3>Is it for me?</h3>\r\nIf you have always wanted a svelte bikini body, a flat torso, toned arms and smooth thighs minus the cellulite and without going under the knife, then this virtually painless (in fact relaxing) cellulite reducing and body contouring treatment is ideal for you!\r\n\r\nGet excited to shop for the otherwise dreaded swimwear as we promise to leave you motivated to do so. Those hard to lose bingo wings and stubborn stretch marks will never be a hindrance again.\r\n<h3>What does it do?</h3>\r\nIt is not a weight loss treatment however by clinically making the appearance of the skin on the body flawless, tight, contoured and youthful, we aim to provide more or less similar results of a good workout session and a well thought out diet within just a couple of sessions.\r\n<h3>How does it work?</h3>\r\nJust like facial skin, the skin on the body also suffers from depleting level of collagen and micro-circulation over the number of years. Magnetic pulses and radio waves penetrate multiple layers of the skin via this treatment, raise the body’s temperature and encourage the production of collagen and dermal fibroblasts consequently improving skin’s elasticity and blood circulation.\r\n\r\nVisible results will of course be seen after just one treatment but will also continue to show improvement over the period of weeks as collagen continues to grow. We recommend 6-8 sessions for maximum benefit.\r\n<p style="text-align: center;"><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="http://www.kaminibeauty.com//wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2015-01-22 12:24:13', '2015-01-22 12:24:13', '', 301, 'http://localhost/Kamini/301-revision-v1/', 0, 'revision', '', 0),
(906, 1, '2015-01-22 12:25:05', '2015-01-22 12:25:05', '<h3>Venus Swan - Radio frequency (RF) treatments</h3>\r\n<img class="alignnone size-full wp-image-277" style="border: 0;" title="" src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/logos.png" alt="" width="1096" height="100" />\r\n<h3>Is it for me?</h3>\r\nIf you have always wanted a svelte bikini body, a flat torso, toned arms and smooth thighs minus the cellulite and without going under the knife, then this virtually painless (in fact relaxing) cellulite reducing and body contouring treatment is ideal for you!\r\n\r\nGet excited to shop for the otherwise dreaded swimwear as we promise to leave you motivated to do so. Those hard to lose bingo wings and stubborn stretch marks will never be a hindrance again.\r\n<h3>What does it do?</h3>\r\nIt is not a weight loss treatment however by clinically making the appearance of the skin on the body flawless, tight, contoured and youthful, we aim to provide more or less similar results of a good workout session and a well thought out diet within just a couple of sessions.\r\n<h3>How does it work?</h3>\r\nJust like facial skin, the skin on the body also suffers from depleting level of collagen and micro-circulation over the number of years. Magnetic pulses and radio waves penetrate multiple layers of the skin via this treatment, raise the body’s temperature and encourage the production of collagen and dermal fibroblasts consequently improving skin’s elasticity and blood circulation.\r\n\r\nVisible results will of course be seen after just one treatment but will also continue to show improvement over the period of weeks as collagen continues to grow. We recommend 6-8 sessions for maximum benefit.\r\n<p style="text-align: center;"><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/MRF20E-Swan-Brochure-low-res.pdf">Download the Venus Swan Brochure</a> | <a href="http://www.kaminibeauty.com/wp-content/uploads/2012/01/Swanposter.pdf">Download the Venus Swan Poster</a></p>', 'Venus Swan', '', 'inherit', 'open', 'open', '', '301-revision-v1', '', '', '2015-01-22 12:25:05', '2015-01-22 12:25:05', '', 301, 'http://localhost/Kamini/301-revision-v1/', 0, 'revision', '', 0),
(907, 1, '2015-01-22 12:26:18', '2015-01-22 12:26:18', '<h3>The CACI Ultimate is an effective non surgical treatment method to redefine facial contours, plump out deep lines and wrinkles as well as tackle a range of skin imperfections.</h3>\r\n<h3><!--more-->\r\nIs it for me?</h3>\r\nHave you always dreamt of a non-surgical face lift? Do those wrinkles, double chin, flat skin and eye bags get in the way of your confidence? Are you always tempted to photoshop them from pictures?\r\n\r\nWe offer a professional Facial called CACI that is the ultimate answer for you and shall photoshop these imperfections away from your life!\r\n<h3>What does it do?</h3>\r\nIt aids in collagen secretion – a natural protein that degrades in the human skin over time, leading to sagging skin, fine lines and wrinkles. The treatment promotes skin cell turnover – which means a new layer of skin is revealed after every session and also increases blood flow to the facial skin.\r\n\r\nBringing back original skin structure and volume that allows skin to spring back to youth and appear supple and plump. The facial also constitutes of Microdermabrasion – that not only ensures constant shedding of dead skin cells to replace them with younger looking skin but also fades the appearance of blemishes, acne scars and mild pigmentation.\r\n<h3>How does it work?</h3>\r\nUsing a bunch of fancy gadgets namely the ‘wrinkle comb’, ‘electro buds’, ‘microcurrent rollers’ in combination with professional facial techniques such as a charged hylauronic gel mask, low frequency electrical impulses and LED light therapy to rejuvenate and reveal a fresh layer of skin and tone & plump the facial muscles.\r\n\r\nThe treatment is suitable for the Eyes, face and body. We can create a bespoke treatment for you depending on the area of the face/body you want treated.\r\n<div style="padding-bottom: 30px;" align="center"><a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/WrinkleRevolution_W.pdf">CACI Wrinkle Revolution</a> | <a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/CACIULTRA.pdf">CACI Ultra</a> | <a href="http://www.kaminibeauty.com/wp-content/uploads/2012/03/CACIFACE-UP.pdf">CACI Face Up</a></div>', 'CACI Ultimate', '', 'inherit', 'open', 'open', '', '268-revision-v1', '', '', '2015-01-22 12:26:18', '2015-01-22 12:26:18', '', 268, 'http://localhost/Kamini/268-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(908, 1, '2015-01-22 12:28:21', '2015-01-22 12:28:21', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 12:28:21', '2015-01-22 12:28:21', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(910, 1, '2015-01-22 12:36:52', '2015-01-22 12:36:52', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 12:36:52', '2015-01-22 12:36:52', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(909, 1, '2015-01-22 12:35:28', '2015-01-22 12:35:28', '<div id="wp-tabs-1" class="wp-tabs wpui-safle wpui-styles"><div class="ui-tabs ui-widget ui-widget-content ui-corner-all"><ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"><li class="ui-state-default ui-corner-top first-li"><a href="#sothys_face_care">Sothys Face Care</a></li><li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#sothys_body_care">Sothys Body Care</a></li><li class="ui-state-default ui-corner-top"><a href="#sothys_homme">Sothys Homme</a></li><li class="ui-state-default ui-corner-top"><a href="#sothys_sun_care">Sothys Sun Care</a></li><li class="ui-state-default ui-corner-top last-li"><a href="#sothys_make-up">Sothys Make-Up</a></li></ul><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_face_care"><h3 class="wp-tab-title" style="display: none;">Sothys Face Care</h3><div class="wp-tab-content">\r\n<div class="wp-tab-content-wrapper">\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\r\n<div id="wp-spoiler-1" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Preliminary Essential Care<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435"><p></p>\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\n<p>To soften and cleanse the skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436"><p></p>\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\n<p>To refresh and cleanse the skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437"><p></p>\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\n<p>To soften and moisturize the skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438"><p></p>\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\n<p>To leave the skin soft and subtle\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439"><p></p>\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\n<p>To comfort the skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433"><p></p>\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\n<p>Also formulated to remove waterproof make-up products\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441"><p></p>\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\n<p>Cleanses in no time both face and eyes\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442"><p></p>\r\n<h6>Morning Cleanser</h6>\r\n<p>To soften and cleanse the skin\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444"><p></p>\r\n<h6>Purifying Foaming Gel</h6>\r\n<p>To purify the complexion\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445"><p></p>\r\n<h6>Desquacrem</h6>\r\n<p>An essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446"><p></p>\r\n<h6>Biological Skin Peeling</h6>\r\n<p>A unique granule-free scrubb texture for a silky soft face.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447"><p></p>\r\n<h6>Anti-Ageing Double Mask</h6>\r\n<p>Multi-action anti-aging mask composed of two products:</p>\r\n<ul>\r\n<li>radiance smoothing mask</li>\r\n<li>tightening mask</li>\r\n</ul>\r\n<p>For a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448"><p></p>\r\n<h6>Immuniscience</h6>\r\n<p>Specific mask for sensitive skin for an immediate soothing and well-being effect.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449"><p></p>\r\n<h6>Hydra-Nourishing Mask</h6>\r\n<p>For a soft, hydrated and comfortable skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450"><p></p>\r\n<h6>Absorbant Mask</h6>\r\n<p>For a bright complexion and clean, matte and purified skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451"><p></p>\r\n<h6>Brightening Mask</h6>\r\n<p>To leave the skin bright, luminous & radiant\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-2" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Regular Skincare<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453"><p></p>\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\n<p>The skin is supple, in top form and perfectly protected\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454"><p></p>\r\n<h6>Immuniscience Fluid</h6>\r\n<p>This day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455"><p></p>\r\n<h6>Immuniscience Cream</h6>\r\n<p>Protected from daily environmental stress, the skin regains its comfort and velvety feel\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456"><p></p>\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\n<p>For protected, mattified and balanced skin\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457"><p></p>\r\n<h6>Purifying Serum</h6>\r\n<p>Concentrated “emergency” anti blemish formula\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458"><p></p>\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\n<p>For even-toned skin that feels comfortable again\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646"><p></p>\r\n<h6>Concentrated Serum</h6>\r\n<p>For regulated, protected and soothed skin\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-3" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset" style="cursor: pointer;"><span class="ui-icon ui-icon-triangle-1-e"></span>Complete Anti-Ageing Programme<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461"><p></p>\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\n<p>Intensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462"><p></p>\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\n<p>Essential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463"><p></p>\r\n<h6>Neck Shaping Care</h6>\r\n<p>To remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464"><p></p>\r\n<h6>Intensive Hydrating Serum</h6>\r\n<p>Intensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465"><p></p>\r\n<h6>Intensive Hydrating Cream</h6>\r\n<p>Maintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466"><p></p>\r\n<h6>Nutritive Comfort Cream</h6>\r\n<p>For immediate essential lipid-replenishing action\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467"><p></p>\r\n<h6>Essential Lipid Elixir</h6>\r\n<p>A unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-4" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Targeted Areas<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469"><p></p>\r\n<h6>Tensor Eye Gel</h6>\r\n<p>For a smoothed eye contour and a decreased look.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470"><p></p>\r\n<h6>Age-defying Eye Cream</h6>\r\n<p>For action against wrinkles, dark circles and puffiness.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471"><p></p>\r\n<h6>De-stressing Eye Mask</h6>\r\n<p>For a relaxed and energised eye contour\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472"><p></p>\r\n<h6>Brightening Fluid</h6>\r\n<p>For luminous, radiant skin that looks visibly younger.\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473"><p></p>\r\n<h6>Preparative Lotion</h6>\r\n<p>Hydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474"><p></p>\r\n<h6>Double Action Serum</h6>\r\n<p>For luminous, even skin that regains and maintains its translucency and radiance.<br>\r\nPhase 1. Brightening solution – for complete radiance / to correct dark spots.<br>\r\nPhase 2. Peeling – for visibly luminous skin.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475"><p></p>\r\n<h6>Micro-dermabrasion Mask</h6>\r\n<p>A unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476"><p></p>\r\n<h6>Double Renewal System</h6>\r\n<p>A high-tech serum composed of two complementary skincare products.<br>\r\nPhase 1. Peeling with bonded glycolic acid<br>\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477"><p></p>\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\n<p>For detoxified, repaired, re-textured and radiant.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478"><p></p>\r\n<h6>Refining Peel-off Mask</h6>\r\n<p>For a refined skin texture and tightened pores.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479"><p></p>\r\n<h6>Complexion Perfector</h6>\r\n<p>A second-skin effect that conceals and visibly reduces the appearance of pores.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480"><p></p>\r\n<h6>Matifying Refiner Solution</h6>\r\n<p>Reduces excess sebum and tightens pores.\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481"><p></p>\r\n<h6>Smoothing Refiner Solution</h6>\r\n<p>Visibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-5" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Beauty Garden<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483"><p></p>\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\n<p>Hydrates, protects and nourishes the skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484"><p></p>\r\n<h6>Flower water with angelica and hawthorn</h6>\r\n<p>Hydrates and protects the skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485"><p></p>\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\n<p>Gently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486"><p></p>\r\n<h6>Face care with helianthus and rosemary</h6>\r\n<p>Protects the skin and makes it glow with vitality\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-6" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Secrets de Sothys<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488"><p></p>\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\n<p>Provides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489"><p></p>\r\n<h6>Global anti-age de-stressing serum</h6>\r\n<p>Your complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490"><p></p>\r\n<h6>Eye Contour Serum</h6>\r\n<p>Combats wrinkles, dark circles and puffiness\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491"><p></p>\r\n<h6>Intense Lip Care</h6>\r\n<p>A hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492"><p></p>\r\n<h6>Age-defying hand treatment</h6>\r\n<p>The skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493"><p></p>\r\n<h6>Anti-ageing smoothing body balm</h6>\r\n<p>The skin is smoothed and even. Firming and anti-ageing benefits.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494"><p></p>\r\n<h6>Eau de Parfum</h6>\r\n<p>The ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler -->\r\n</p></div>\r\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="sothys_body_care"><h3 class="wp-tab-title" style="display: none;">Sothys Body Care</h3><div class="wp-tab-content">\r\n<div class="wp-tab-content-wrapper">\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\r\n<div id="wp-spoiler-7" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-helper-reset ui-state-active ui-corner-top" style="cursor: pointer;"><span class="ui-icon ui-icon-triangle-1-e ui-icon-triangle-1-s"></span>Hanakasumi<span class="toggle_text" style="float:right">Click to hide</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: block;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496"><p></p>\r\n<h6>Shower Cream</h6>\r\n<p>For soft and delicately perfumed skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497"><p></p>\r\n<h6>Relaxing Body Scrub</h6>\r\n<p>Gel with exfoliating microbeads for embellished skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498"><p></p>\r\n<h6>Nourishing Body Elixir</h6>\r\n<p>For soft, satiny and delicately perfumed skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499"><p></p>\r\n<h6>Hydrating Body Mist</h6>\r\n<p>To moisturize the skin with a light touch\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-8" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Oriental Ceremony<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500"><p></p>\r\n<h6>Shower Gel</h6>\r\n<p>For soft and delicately perfumed skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501"><p></p>\r\n<h6>Delicious Scrub</h6>\r\n<p>A marmalade strewn with spices for sublime skin\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502"><p></p>\r\n<h6>Nourishing Body Elixir</h6>\r\n<p>For soft, satiny and delicately perfumed skin\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-9" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Slimming & Firming<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504"><p></p>\r\n<h6>Hydra-nourishing body lotion</h6>\r\n<p>This lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645"><p></p>\r\n<h6>Total resculpting body serum</h6>\r\n<p>A new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644"><p></p>\r\n<h6>Slimness exfoliant</h6>\r\n<p>Exfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507"><p></p>\r\n<h6>Radiance tightening bust serum</h6>\r\n<p>Firms, tightens and lifts the bust area and décolleté.\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643"><p></p>\r\n<h6>Velvet hand cream</h6>\r\n<p>Softening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509"><p></p>\r\n<h6>Post-depilatory softening care</h6>\r\n<p>A formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-10" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Beauty Garden<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511"><p></p>\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\n<p>Hydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512"><p></p>\r\n<h6>Nourishing body oil with helianthus</h6>\r\n<p>Leaves the skin soft, satiny and delicately perfumed\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler -->\r\n</p></div>\r\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_homme"><h3 class="wp-tab-title" style="display: none;">Sothys Homme</h3><div class="wp-tab-content">\r\n<div class="wp-tab-content-wrapper">\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515"><p></p>\r\n<h6>Detoxifying Active Cleanser</h6>\r\n<p>Your skin is clean, supple and toned, perfectly prepped for shaving\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516"><p></p>\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n<p>2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517"><p></p>\r\n<h6>Age-defying Active Cream</h6>\r\n<p>This protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518"><p></p>\r\n<h6>Hydrating Active Care Cream</h6>\r\n<p>Restores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519"><p></p>\r\n<h6>De-stressing Eye Care</h6>\r\n<p>Smoothes the eye contour and restores its radiance and tone\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520"><p></p>\r\n<h6>Exfoliating Scrub</h6>\r\n<p>The skin is clean and revived, as if new again\r\n</p></div>\r\n</div>\r\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_sun_care"><h3 class="wp-tab-title" style="display: none;">Sothys Sun Care</h3><div class="wp-tab-content">\r\n<div class="wp-tab-content-wrapper">\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\r\n<div id="wp-spoiler-11" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-helper-reset ui-state-active ui-corner-top" style="cursor: pointer;"><span class="ui-icon ui-icon-triangle-1-e ui-icon-triangle-1-s"></span>Sunless Tanning Range<span class="toggle_text" style="float:right">Click to hide</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: block;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522"><p></p>\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\n<p>Gradually adorns the skin with a golden glow\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523"><p></p>\r\n<h6>Face and Body Self Tanning Cream</h6>\r\n<p>Adorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-12" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Protect your skin in the sun<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524"><p></p>\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\n<p>Protects the skin from free radicals and photo-ageing\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525"><p></p>\r\n<h6>Tanning Body Lotion SPF20</h6>\r\n<p>Provides effective protection and a delightful tan\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526"><p></p>\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\n<p>For supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527"><p></p>\r\n<h6>Face and body cream SPF10</h6>\r\n<p>Contains a tan booster for a more intense and more rapid tan\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528"><p></p>\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\n<p>Contains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler --> </p>\r\n<div id="wp-spoiler-13" class="wp-spoiler wpui-safle ui-widget ui-collapsible">\r\n<h3 class="wp-spoiler-title fade-true slide-true open-false ui-collapsible-header ui-state-default ui-corner-all ui-helper-reset"><span class="ui-icon ui-icon-triangle-1-e"></span>Sooth the skin after exposure<span class="toggle_text" style="float:right">Click to show</span></h3>\r\n<div class="wp-spoiler-content ui-collapsible-content ui-widget-content ui-corner-bottom" style="display: none;"><div class="ui-collapsible-wrapper">\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529"><p></p>\r\n<h6>Repairing age-defying face care</h6>\r\n<p>After sun exposure, the skin is supple, radiant and perfectly moisturized\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530"><p></p>\r\n<h6>Soothing After-Sun body care</h6>\r\n<p>After sun exposure, the skin is softened, moisturized and radiant\r\n</p></div>\r\n</div></div></div>\r\n<p><!-- end div.wp-spoiler -->\r\n</p></div>\r\n</div><p><!-- end div.wp-tab-content --></p></div><div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="sothys_make-up"><h3 class="wp-tab-title" style="display: none;">Sothys Make-Up</h3><div class="wp-tab-content">\r\n<div class="wp-tab-content-wrapper">\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333"><p></p>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638"><p></p>\r\n<h6>Complexion</h6>\r\n<p>Lift Defense foundation – High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation – A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639"><p></p>\r\n<h6>Nails</h6>\r\n<p>A long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640"><p></p>\r\n<h6>Lips</h6>\r\n<p>Hydra-Glide Lipstick – A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss – Non-sticky extreme shine, Benefit: comfort\r\n</p></div>\r\n<div class="su-column su-column-1-4 su-column-last su-column-style-0">\r\n<img src="/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641"><p></p>\r\n<h6>Eyes</h6>\r\n<p>Volume care Mascara – A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara – A volumizing texture that is great for the swimming pool or when emotions are high.<br>\r\nEffect: protection. Ophthalmologically tested.\r\n</p></div>\r\n<div class="su-spacer"></div>\r\n</div>\r\n</div><p><!-- end div.wp-tab-content -->\r\n</p></div></div>\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\r\n</div>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 12:35:28', '2015-01-22 12:35:28', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0),
(911, 1, '2015-01-22 12:41:25', '0000-00-00 00:00:00', '[su_column size="1/4"]Column content[/su_column][su_column size="1/4"]Column content[/su_column]', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2015-01-22 12:41:25', '2015-01-22 12:41:25', '', 0, 'http://localhost/Kamini/?page_id=911', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(914, 1, '2015-01-22 12:41:38', '2015-01-22 12:41:38', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 12:41:38', '2015-01-22 12:41:38', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(912, 1, '2015-01-22 12:38:38', '2015-01-22 12:38:38', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/su_column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/su_column]\r\n[su_column size="1-4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/su_column]\r\n[su_column size="1-4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/su_column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 12:38:38', '2015-01-22 12:38:38', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(913, 1, '2015-01-22 12:40:39', '2015-01-22 12:40:39', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1/4" title="Intensive Anti-Ageing Serum Graded Product 1/4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1/4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1/4" title="Intensive Anti-Ageing Daily Cream Graded Product 1/4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1/4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/su_column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/su_column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 12:40:39', '2015-01-22 12:40:39', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0),
(915, 1, '2015-01-22 12:50:51', '0000-00-00 00:00:00', '[column size="1-4" last="0" style="0"]Column content[/column]', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2015-01-22 12:50:51', '2015-01-22 12:50:51', '', 0, 'http://localhost/Kamini/?page_id=915', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(917, 1, '2015-01-22 13:03:29', '2015-01-22 13:03:29', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1-4"]\r\n<img src="/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img src="/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 13:03:29', '2015-01-22 13:03:29', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(916, 1, '2015-01-22 12:52:31', '2015-01-22 12:52:31', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img class="aligncenter size-full wp-image-333" title="" src="/wp-content/uploads/2012/01/sothys.jpg" alt="" width="421" height="120" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-435" title="Normalising Beauty Milk & Lotion" src="/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" width="211" height="262" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-436" title="Purifying Beauty Milk & Lotion" src="/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" width="211" height="262" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-437" title="Softening Beauty Milk & Lotion" src="/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" width="211" height="262" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-438" title="Soothing Beauty Milk & Lotion" src="/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" width="211" height="262" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-439" title="Clearness Beauty Milk & Lotion" src="/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" width="211" height="262" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-433" title="Bi-Phased soft make-up removing fluid for face and eyes" src="/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-441" title="Eau Thermal Spa Cleansing Water" src="/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" width="211" height="262" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-442" title="Morning Cleanser" src="/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" width="211" height="262" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-444" title="Purifying Foaming Gel" src="/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" width="211" height="262" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-445" title="" src="/wp-content/uploads/2012/03/placeholder.jpg" alt="" width="211" height="262" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-446" title="placeholder" src="/wp-content/uploads/2012/03/placeholder1.jpg" alt="" width="211" height="262" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-447" title="Anti-Ageing Double Mask" src="/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" width="211" height="262" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul>\r\n <li>radiance smoothing mask</li>\r\n <li>tightening mask</li>\r\n</ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-448" title="Immuniscience" src="/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" width="211" height="262" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-449" title="Hydra-Nourishing Mask" src="/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" width="211" height="262" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-450" title="Absorbant Mask" src="/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" width="211" height="262" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-451" title="placeholder" src="/wp-content/uploads/2012/03/placeholder2.jpg" alt="" width="211" height="262" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-453" title="Hydra-Protective Cream or Emulsion" src="/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" width="211" height="262" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-454" title="Immuniscience Fluid" src="/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" width="211" height="262" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an “emergency” skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-455" title="Immuniscience Cream" src="/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" width="211" height="262" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-456" title="Hydra-matt Fluid & Active Cream" src="/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" width="211" height="262" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-457" title="Purifying Serum" src="/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" width="211" height="262" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated “emergency” anti blemish formula\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-458" title="Clarte & Confort Cream and protective cream" src="/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" width="211" height="262" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1-4"]\r\n<img class="alignnone size-full wp-image-646" title="Concentrated Serum" src="/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" width="211" height="262" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-461" title="Intensive Anti-Ageing Serum Graded Product 1-4" src="/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-462" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" src="/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-463" title="Neck Shaping Care" src="/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" width="211" height="262" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-464" title="Intensive Hydrating Serum" src="/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" width="211" height="262" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-465" title="Intensive Hydrating Cream" src="/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" width="211" height="262" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-466" title="Nutritive Comfort Cream" src="/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" width="211" height="262" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-467" title="Essential Lipid Elixir" src="/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" width="211" height="262" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-469" title="Tensor Eye Gel" src="/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" width="211" height="262" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-470" title="Age-defying Eye Cream" src="/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" width="211" height="262" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-471" title="De-stressing Eye Mask" src="/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" width="211" height="262" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-472" title="Brightening Fluid" src="/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" width="211" height="262" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-473" title="Preparative Lotion" src="/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" width="211" height="262" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-474" title="Double Action Serum" src="/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" width="211" height="262" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-475" title="Micro-dermabrasion Mask" src="/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" width="211" height="262" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-476" title="Double Renewal System" src="/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" width="211" height="262" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-477" title="Continuous Renewal Care Moisturizer" src="/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" width="211" height="262" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-478" title="Refining Peel-off Mask" src="/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" width="211" height="262" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-479" title="Complexion Perfector" src="/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" width="211" height="262" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-480" title="Matifying Refiner Solution" src="/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" width="211" height="262" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-481" title="Smoothing Refiner Solution" src="/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" width="211" height="262" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-483" title="Make-up removing fluid with Cherry Bud" src="/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" width="211" height="262" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-484" title="Flower water with angelica and hawthorn" src="/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" width="211" height="262" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-485" title="Hellanthus and walnut shells exfoliant" src="/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" width="211" height="262" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-486" title="Face care with helianthus and rosemary" src="/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" width="211" height="262" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-488" title="Global anti-age de-stressing care moisturizer" src="/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" width="211" height="262" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-489" title="Global anti-age de-stressing serum" src="/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" width="211" height="262" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-490" title="Eye Contour Serum" src="/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" width="211" height="262" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-491" title="Intense Lip Care" src="/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" width="211" height="262" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-492" title="Age-defying hand treatment" src="/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" width="211" height="262" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-493" title="Anti-ageing smoothing body balm" src="/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" width="211" height="262" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-494" title="Eau de Parfum" src="/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" width="211" height="262" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img class="aligncenter size-full wp-image-333" title="" src="/wp-content/uploads/2012/01/sothys.jpg" alt="" width="421" height="120" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-496" title="Shower Cream" src="/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" width="211" height="262" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-497" title="Relaxing Body Scrub" src="/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" width="211" height="262" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-498" title="Nourishing Body Elixir" src="/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" width="211" height="262" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-499" title="Hydrating Body Mist" src="/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" width="211" height="262" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-500" title="Shower Gel" src="/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" width="211" height="262" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-501" title="Delicious Scrub" src="/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" width="211" height="262" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-502" title="Nourishing Body Elixir" src="/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" width="211" height="262" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-504" title="Hydra-nourishing body lotion" src="/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" width="211" height="262" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1-4"]\r\n<img class="alignnone size-full wp-image-645" title="Total Resculpting Body Serum" src="/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" width="211" height="262" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1-4"]\r\n<img class="alignnone size-full wp-image-644" title="Slimness Exfoliant" src="/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" width="211" height="262" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-507" title="Radiance tightening bust serum" src="/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" width="211" height="262" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="alignnone size-full wp-image-643" title="Velvet Hand Cream" src="/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" width="211" height="262" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-509" title="Post-depilatory softening care" src="/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" width="211" height="262" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-511" title="Body lotion with cherry bud and lavender" src="/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" width="211" height="262" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-512" title="Nourishing body oil with helianthus" src="/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" width="211" height="262" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img class="aligncenter size-full wp-image-333" title="" src="/wp-content/uploads/2012/01/sothys.jpg" alt="" width="421" height="120" />\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-515" title="Detoxifying Active Cleanser" src="/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" width="211" height="262" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-516" title="Revitalizing Hair and Body Care" src="/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" width="211" height="262" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-517" title="Age-defying Active Cream" src="/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" width="211" height="262" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-518" title="Hydrating Active Care Cream" src="/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" width="211" height="262" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-519" title="De-stressing Eye Care" src="/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" width="211" height="262" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-520" title="Exfoliating Scrub" src="/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" width="211" height="262" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img class="aligncenter size-full wp-image-333" title="" src="/wp-content/uploads/2012/01/sothys.jpg" alt="" width="421" height="120" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-522" title="Sunny Glow Moisturizing Lotion" src="/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" width="211" height="262" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-523" title="Face and Body Self Tanning Cream" src="/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" width="211" height="262" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-524" title="Sun-sensitive Area Care SPF30" src="/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" width="211" height="262" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-525" title="Tanning Body Lotion SPF20" src="/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" width="211" height="262" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-526" title="Age-defying Tinted Care SPF10" src="/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" width="211" height="262" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="aligncenter size-full wp-image-527" title="Face and body cream SPF10" src="/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" width="211" height="262" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-528" title="Iridescent Tanning Gel SPF8" src="/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" width="211" height="262" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler]\r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-529" title="Repairing age-defying face care" src="/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" width="211" height="262" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1-4"]\r\n<img class="aligncenter size-full wp-image-530" title="Soothing After-Sun body care" src="/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" width="211" height="262" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img class="aligncenter size-full wp-image-333" title="" src="/wp-content/uploads/2012/01/sothys.jpg" alt="" width="421" height="120" />\r\n[column size="1-4"]\r\n<img class="alignnone size-full wp-image-638" title="Complexion" src="/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" width="211" height="262" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="alignnone size-full wp-image-639" title="Nails" src="/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" width="211" height="262" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1-4"]\r\n<img class="alignnone size-full wp-image-640" title="Lips" src="/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" width="211" height="262" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1-4" last="1"]\r\n<img class="alignnone size-full wp-image-641" title="Eyes" src="/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" width="211" height="262" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center>\r\n<h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3>\r\n \r\n\r\n</center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 12:52:31', '2015-01-22 12:52:31', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(918, 1, '2015-01-22 13:06:55', '2015-01-22 13:06:55', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/column]\r\n[column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/column]\r\n[column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 13:06:55', '2015-01-22 13:06:55', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0),
(919, 1, '2015-01-22 13:08:31', '0000-00-00 00:00:00', '[su_column size="1/4"]Column content[/su_column]', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2015-01-22 13:08:31', '2015-01-22 13:08:31', '', 0, 'http://localhost/Kamini/?page_id=919', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(920, 1, '2015-01-22 13:08:34', '2015-01-22 13:08:34', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/su_column]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/su_column]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/su_column]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/su_column]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 13:08:34', '2015-01-22 13:08:34', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(921, 1, '2015-01-22 13:24:04', '2015-01-22 13:24:04', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[su_column size="1/4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/su_column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\r\n[/su_column]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/su_column]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2015-01-22 13:24:04', '2015-01-22 13:24:04', '', 294, 'http://localhost/Kamini/294-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(923, 1, '2015-01-22 13:42:02', '2015-01-22 13:42:02', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[su_column size="1/4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/su_column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2015-01-22 13:42:02', '2015-01-22 13:42:02', '', 294, 'http://localhost/Kamini/294-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(924, 1, '2015-01-22 13:43:18', '2015-01-22 13:43:18', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[su_column size="1/4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/su_column]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2015-01-22 13:43:18', '2015-01-22 13:43:18', '', 294, 'http://localhost/Kamini/294-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(925, 1, '2015-01-22 13:52:17', '2015-01-22 13:52:17', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Cetuem Skin Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/cetuem.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-335" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/011.jpg" alt="SCR Skin Cleanser" title="SCR Skin Cleanser" width="211" height="262" class="aligncenter size-full wp-image-384" />\r\n<h6>SCR Skin Cleanser</h6>\r\nAn excellent rich creamy milk cleanser to refresh & hydrate the skin.\r\n\r\nSuitable for all skin types including hypersensitive and acenic skins.\r\nEnriched with Vitamins Ester C and E.\r\nEffectively removes all traces of make-up.\r\nHelps to unblock congestion in the pores.\r\nRich in anti ageing and antioxidant properties.\r\nHelps to promote a nourished, brighter and more youthful complexion.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/02.jpg" alt="SCR Botanical Daily Wash (SLS & Fragrance Free)" title="SCR Botanical Daily Wash (SLS & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-385" />\r\n<h6>SCR Botanical Daily Wash (SLS & Fragrance Free)</h6>\r\nA mild facial wash for daily use enriched with honey and protein. An ultra mild facial wash for daily use that is enriched with honey, wheat proteins, allantoin, alpha hydroxy acids all blended in a natural coconut base and is SLS and Fragrance Free.\r\n\r\nEffectively removes all traces of make-up.\r\nGentle exfoliating action.\r\nIdeal as an all over body wash.\r\nSuitable for all skin conditions.\r\nHelps to unblock congestion in the pores.\r\nIdeal for male and females.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/03.jpg" alt="SCR Botanical Skin Toner (Alcohol Free)" title="SCR Botanical Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-386" />\r\n<h6>SCR Botanical Skin Toner (Alcohol Free)</h6>\r\nA calming and hydrating toner which also helps balance the ph levels as well as protecting the skin from irritation. Alcohol free. Made with pure spring water, allantoin, honey, wheat proteins and the essential oils of sandalwood, frankincense, lavender and rosewood.\r\n\r\nHelps to cool, soothe and hydrate the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/04.jpg" alt="SCR Sensitive Skin Toner (Alcohol Free)" title="SCR Sensitive Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-387" />\r\n<h6>SCR Sensitive Skin Toner (Alcohol Free)</h6>\r\nA refreshing, soothing and hydrating toner for sensitive and fragile skins. Alcohol free. Made with pure spring water, botanical collagen, willow bark, honey, vitamin ester C and pure rose otto. Sensitive skin toner is ideal for fragile, sensitive, broken capillaries, rosacea and irritated skin types.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nSensitive, Rosacea and Dry / Dehydrated Skin.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/05.jpg" alt="SCR Original Skin Toner (Alcohol Free)" title="SCR Original Skin Toner (Alcohol Free)" width="211" height="262" class="aligncenter size-full wp-image-388" />\r\n<h6>SCR Original Skin Toner (Alcohol Free)</h6>\r\nA cooling, refreshing and active skin toner that leaves the skin feeling energized and refreshed. Alcohol free. Made with pure spring water, pure witch hazel, pelvetia canaliculata and willow bark. SCR Original Toner naturally cleanses, tones and soothes, leaving your skin perfectly balanced, soft and healthy looking. This is our most dynamic skin toner.\r\n\r\nRefreshing, soothing and hydrating to the skin.\r\nHelps to hydrate and stabilize fragile skins.\r\nHelps close open pores.\r\nLeaves skin radiant and fresh.\r\n\r\nCombination Skin Types.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/06.jpg" alt="SCR Exfoliating Gel Mask" title="SCR Exfoliating Gel Mask" width="211" height="262" class="aligncenter size-full wp-image-389" />\r\n<h6>SCR Exfoliating Gel Mask</h6>\r\nAn effective gentle non abrasive exfoliating mask with willow bark, lavender, clary sage & natural olive stone granules in a cool gel base.\r\n\r\nDeep cleansing.\r\nRemoves dead skin cells and aids to unblock pores.\r\nEncourages natural cell regeneration.\r\nLeaves a smoothing effect on the skin.\r\nHas antiseptic, cooling & relaxing properties.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/07.jpg" alt="SCR Purifying Mask" title="SCR Purifying Mask" width="211" height="262" class="aligncenter size-full wp-image-390" />\r\n<h6>SCR Purifying Mask</h6>\r\nA highly effective and dynamic deep cleansing and refining mask that can be applied to all skins types, including highly red, vascular or acne skin types. Contains willow bark, pelvetia canaliculata extract, lavender, camomile & sandalwood in a kaolin base.\r\n\r\nNon-abrasive with deep cleansing action.\r\n>For all skin types (even highly red skin & acneic skin).\r\nHelps to draws out impurities.\r\nHelps to close and eliminate open pores.\r\nHas an invigorating and tightening effect on skin.\r\nHas a calming & healing effect on the skin.\r\nHelps to promotes cell renewal\r\nLeaves skin feeling brighter, refreshed, smooth & clear.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/08.jpg" alt="SCR Mask Aperetif" title="SCR Mask Aperetif" width="211" height="262" class="aligncenter size-full wp-image-391" />\r\n<h6>SCR Mask Aperetif</h6>\r\nA highly effective rich creamy mask that is calming and hydrating that can be applied to all skin types that helps to soothe, heal, nourish & rehydrate the skin. Ideal for sensitive skin types.\r\n\r\nHelps to soothe, heal, nourish & rehydrate the skin.\r\nGently clears the skin of toxins.\r\nRemoves any surface oil & dirt.\r\nHelps to calm and eliminate open pores.\r\nA thick & creamy mask that softens the skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/placeholder3.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-392" />\r\n<h6>SCR Illuminating Mask</h6>\r\nA rich and powerful botanical and clay mask that has been formulated to effectively exfoliate, brighten and eliminate uneven skin tones and to encourage a brighter, firmer and more radiant youthful complexion. Contains an organic lightening complex, ceramide oil, vitamin C ester & alpha hydroxy acids.\r\n\r\nHelps to regulate uneven skin tone.\r\nHelps to encourage skin brightness.\r\nHelps to treat and improve sun damaged skin.\r\nHelps to effectively exfoliate and eliminate open pores.\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/10.jpg" alt="SCR Cane Gommage" title="SCR Cane Gommage" width="211" height="262" class="aligncenter size-full wp-image-393" />\r\n<h6>SCR Cane Gommage</h6>\r\nA gentle yet highly effective exfoliant and natural skin firming and lifting mask. \r\n\r\nHelps to lift and improve the firmness of the skin.\r\nHelps to leave the skin feeling soft and smooth.\r\nIdeal for fragile and sensitive skins.\r\nThoroughly removes surface dead cells.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/11.jpg" alt="SCR Gold Regenerator Serum - Antioxidant" title="SCR Gold Regenerator Serum - Antioxidant" width="211" height="262" class="aligncenter size-full wp-image-394" />\r\n<h6>SCR Gold Regenerator Serum - Antioxidant</h6>\r\nThis natural cosmeceutical Antioxidant Serum with its highly effective active ingredients; high in salicins and tannins, enriched in a special blend of willow bark, hyaluronic acid, pure gold, Pelvetia Canaliculata, commiphora mukul, vitamins A, C and E that help combat the ageing process and normalise the skins balance.\r\n\r\nCombat the ageing process.\r\nPrevent the appearance of fine lines.\r\nDeeper lines become finer.\r\nHelps the skin regain elasticity.\r\nHelps give the skin an even tone.\r\nHelps protect the skin from the harmful external factors of the environment.\r\nHelps with acne and problematic skin.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/12.jpg" alt="SCR Skin Emulsion" title="SCR Skin Emulsion" width="211" height="262" class="aligncenter size-full wp-image-395" />\r\n<h6>SCR Skin Emulsion</h6>\r\nA light non greasy but effective moisturising emulsion that gently hydrates the skin. Contains willow bark, aloe vera and vitamins A, C & E. Ideal for for normal to oily and combination skin types.\r\n\r\nProtects, moisturises and revitalises the skin.\r\nPromotes cell renewal and restores skin vitality.\r\nHelps to keep skin smooth all day.\r\nIdeal for for normal to oily and combination skin types.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/13.jpg" alt="SCR Creme De Lite" title="SCR Creme De Lite" width="211" height="262" class="aligncenter size-full wp-image-396" />\r\n<h6>SCR Creme De Lite</h6>\r\nA rich silky emulsion that will help to brighten as well as help eliminate pigmentation, uneven skin tones caused by sun damage, hormonal, ageing or genetic influences. Contains a high percentage of natural active SCR skin lightening complex with ceramide enriched and vitamins ester C and E.\r\n\r\nNatural organic lightening complex\r\nHelps to regulate uneven skin tones\r\nHelps and encourages skin brightness\r\nHelps to give clarity to sallow skin\r\nHelps to eliminate freckles and pigmentation problems<\r\nHelps to treat, improve and eliminate sun damaged skin\r\nNO bleaching ingredients\r\nNO Hydroquinone\r\n\r\nSallow, Uneven, Pigmented, Age Spots and Sun damaged Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/14.jpg" alt="SCR Rejuvenate Complex" title="SCR Rejuvenate Complex" width="211" height="262" class="aligncenter size-full wp-image-397" />\r\n<h6>SCR Rejuvenate Complex</h6>\r\nA rich hydrating moisturising cream for dry or mature skin with pure jasmine essential oil.\r\n\r\nHelps to nourish and protect the skin.\r\nCan be used on the most dehydrated skins.\r\nPromotes cell renewal and increases skin elasticity.\r\nHelps to diminish fine lines.\r\nHelps to keep skin soft & smooth.\r\n\r\nDry / Dehydrated Skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/15.jpg" alt="SCR Anti Blemish Balm" title="SCR Anti Blemish Balm" width="211" height="262" class="aligncenter size-full wp-image-398" />\r\n<h6>SCR Anti Blemish Balm</h6>\r\nAn excellent remedial treatment cream. Ideal for acneic, blemishes and skin irritations with bentonite, pure borage oil, coconut oil, jojoba oil and the essential oils of clove, fennel, lavender, sandalwood and camomile enriched with pure vitamin E.\r\n\r\nHelps soothe and heal any extreme skin reaction.\r\nHelps alleviate symptoms linked to such skin conditions as acne redness and inflammation.\r\nHas an immediate effect in reducing discomfort, redness and any swelling.\r\n\r\nFor Acneic, Blemishes, Sensitive and Skin Irritations\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/16.jpg" alt="SCR Lip Allure" title="SCR Lip Allure" width="211" height="262" class="aligncenter size-full wp-image-399" />\r\n<h6>SCR Lip Allure</h6>\r\nA lip balm that helps to nourish and diminish vertical lines whist protecting and aiding to prevent chapped skin. An all year round lip balm that will moisturize and protect the lips from ageing and environmental damaging conditions\r\nContains a special blend of hyaluronic acid, enriched with vitamin E and pomegranate.\r\n\r\nProtects, nourishes and moisturizes.\r\nHelps to prevent and diminish vertical lines.\r\nA natural base for lipstick\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/17.jpg" alt="SCR Eye Cleanser (Oil & Fragrance Free)" title="SCR Eye Cleanser (Oil & Fragrance Free)" width="211" height="262" class="aligncenter size-full wp-image-400" />\r\n<h6>SCR Eye Cleanser (Oil & Fragrance Free)</h6>\r\nEffectively removes eye make up and helps to strengthen eye lashes.\r\n\r\nGently but effectively removes all traces of eye make up.\r\nHelps to nourish, strengthen and protect the eyelashes and brows.\r\nHelps to calm and sooth the delicate eye area.\r\nHelps to reduce eye puffiness.\r\nOil and Fragrance Free\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/18.jpg" alt="SCR Collagen Eye Gel / Mask" title="SCR Collagen Eye Gel / Mask" width="211" height="262" class="aligncenter size-full wp-image-401" />\r\n<h6>SCR Collagen Eye Gel / Mask</h6>\r\nA rich eye gel formula with a dual action that can be used as an eye gel and also as a eye mask that helps to decongest, relax, cool, soothe and reduce puffy areas around the eye whilst helping to eliminate dark circles.\r\n\r\nHelps to decongest, relax, cool and soothe.\r\nHelps to protects the delicate tissue around the eye.\r\nHelps to give a firming and tightening effect.\r\nHelps to reduce the puffy eyes.\r\nHelps to brighten dark circles around the eye area.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/19.jpg" alt="SCR Oxygen Complex Eye Cream" title="SCR Oxygen Complex Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-402" />\r\n<h6>SCR Oxygen Complex Eye Cream</h6>\r\nSCR Oxygen Complex Eye Cream helps to diminish dark circles, fine and expression lines, whilst also aiding to decongest, relax and nourish the eye area. Contains pure plant and marine extracts enriched with SCR oxygen complex.\r\n\r\nHelps to decongest, relax and nourish the eye area.\r\nHelps to eliminate dark circles and reduce eye puffiness.Helps to diminish and delay the formation of fine lines.\r\nHelps to restore cell renewal without irritation.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/20.jpg" alt="SCR Alpha Facial Oil - Pure Relaxation" title="SCR Alpha Facial Oil - Pure Relaxation" width="211" height="262" class="aligncenter size-full wp-image-403" />\r\n<h6>SCR Alpha Facial Oil - Pure Relaxation</h6>\r\nA therapeutic oil designed to de-sensitise and promote relaxation. With pure almond oil, vitamin E, lavender, camomile and sandalwood essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nPromotes relaxation both in mind & body.\r\nSoftening and relieves irritated skins.\r\n\r\nAll Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/21.jpg" alt="SCR Beta Facial Oil - Pure Detoxification" title="SCR Beta Facial Oil - Pure Detoxification" width="211" height="262" class="aligncenter size-full wp-image-404" />\r\n<h6>SCR Beta Facial Oil - Pure Detoxification</h6>\r\nA therapeutic oil designed to combat dryness and eliminate toxins. With pure almond oil, vitamin E, clary sage, juniper and rosemary essential oils.\r\n\r\nHelps to soothe, nourish and rehydrate the skin.\r\nHas an uplifting and detoxifying effect on the skin.\r\nAids in the removal of excess tissue fluid.\r\nEnhances the mind, body and soul.\r\n\r\nCongested Skin Types\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/22.jpg" alt="SCR Gamma Facial Oil - Pure Balance" title="SCR Gamma Facial Oil - Pure Balance" width="211" height="262" class="aligncenter size-full wp-image-405" />\r\n<h6>SCR Gamma Facial Oil - Pure Balance</h6>\r\nA therapeutic oil that helps to gently balance excess oil and blemishes found in the skin. With pure almond oil, vitamin E, geranium and frankincense essential oils.\r\n\r\nHelps to soothe, nourish and balance the skin.\r\nBalances sebum production.\r\nBrings harmony to the skin.\r\n\r\nCombination Skin Types\r\n[/su_column]\r\n[/su_row]\r\n[/wptabcontent]\r\n[wptabtitle]Essie Nail Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/essie2.jpg" alt="Essie" title="Essie" width="480" height="206" class="aligncenter size-full wp-image-698" />\r\nFounded by Essie Weingarten in 1981 and launching with just 12 shades, Essie soon became the go-to brand for long lasting, glossy nail polishes. Effortlessly combining fashion with functionality, today Essie provides a spectrum of over 300 colours. The only dilemma you will have is which colour to choose...\r\n[/wptabcontent]\r\n[wptabtitle]Neom Candles[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/neom.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-338" />\r\n[wpspoiler name="Home Fragrance"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<a href="http://kamini.xthefrog.com/wp-content/uploads/2012/01/01.jpg"><img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/01.jpg" alt="Home Candles" title="Home Candles" width="211" height="262" class="aligncenter size-full wp-image-363" /></a>\r\n<h6>Home Candles</h6>\r\nNEOM luxurious home candles are created using pure vegetable waxes and pure essential oils, free from synthetic fragrances or harsh ingredients. The organic candles offer holistic treatment benefits thanks to the high level of essential oils used, making for intoxicating and pampering aromas. Our luxury scented candles can burn for up to 55 hours and have 3 wicks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/travel.jpg" alt="Travel Candles" title="Travel Candles" width="211" height="262" class="aligncenter size-full wp-image-367" />\r\n<h6>Travel Candles</h6>\r\nMade purely of a blend of vegetable wax and essential oils, our Travel Candles burn cleanly for up to 20 hours – perfect for smaller rooms. As they are made with pure essential oils, when you breathe in the scented air they also work as aroma therapeutic treatments.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/access.jpg" alt="Candle Accessories" title="Candle Accessories" width="211" height="262" class="aligncenter size-full wp-image-369" />\r\n<h6>Candle Accessories</h6>\r\nIt''s the little touches that make all the difference. NEOM''s silver Candle Caps work as snuffers, keep the candles clean and the scent locked in.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxury.jpg" alt="Luxury Candle Collections" title="Luxury Candle Collections" width="211" height="262" class="aligncenter size-full wp-image-370" />\r\n<h6>Luxury Candle Collections</h6>\r\nThree Organic Travel Candles come encased in a sleek and stylish, white travel case. Each collection has been especially created so you can take your favourite NEOM treatment scents with you on your travels; or for the perfect scent-selection gift.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/reed.jpg" alt="Reed Diffusers" title="Reed Diffusers" width="211" height="262" class="aligncenter size-full wp-image-371" />\r\n<h6>Reed Diffusers</h6>\r\nIf you want to scent your home but don''t want to burn scented candles, reed diffusers make for a stylish alternative. A fragrance diffuser can fill a room with inviting scent within 48 hours. You can control the strength of the scent simply by adding or reducing the amount of reed sticks in the aroma diffuser, and inverting them every few weeks.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/spray.jpg" alt="Room Mists" title="Room Mists" width="211" height="262" class="aligncenter size-full wp-image-373" />\r\n<h6>Room Mists</h6>\r\nOur room fragrance sprays are created from spring water, organic pure rye grain alcohol, grape seed extract and pure essential oils. These home fragrance sprays do not contain any synthetic scents or harsh ingredients and instead are made from 95% certified organic ingredients and 5% natural ingredients. This way, you can fill your home with a luxurious, natural scent.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[wpspoiler name="Body Care"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodywash.jpg" alt="Body Wash" title="Body Wash" width="211" height="262" class="aligncenter size-full wp-image-374" />\r\n<h6>Body Wash</h6>\r\nPacked with NEOM''s amazing organic mix of Aloe Leaf Juice, Chamomile Flower & Apricot Fruit Extract, NEOM Body Washes are designed to leave your body feeling clean and refreshed everyday.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodylotion.jpg" alt="Body Lotion" title="Body Lotion" width="211" height="262" class="aligncenter size-full wp-image-375" />\r\n<h6>Body Lotion</h6>\r\nNEOM Organic Body Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut & Rosemary Leaf. They are designed to quickly absorb into your skin leaving it irresistible soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bodyoils.jpg" alt="Body Oils" title="Body Oils" width="211" height="262" class="aligncenter size-full wp-image-376" />\r\n<h6>Body Oils</h6>\r\nThese light, easily absorbed Organic Body Oils are packed with anti aging vitamin A & E Safflower & Jojoba for incredible skin smoothing results.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/bathoil.jpg" alt="Bath & Shower Oils" title="Bath & Shower Oils" width="211" height="262" class="aligncenter size-full wp-image-377" />\r\n<h6>Bath & Shower Oils</h6>\r\nThese powerful Organic Bath Oils contain 30% essential oils. You only need a capful to fill the bathroom with scent that works as a holistic treatment when you breathe in. The beautiful glass bottles look chic and sumptuous too.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/luxessentials.jpg" alt="Luxury Bath Essentials" title="Luxury Bath Essentials" width="211" height="262" class="aligncenter size-full wp-image-378" />\r\n<h6>Luxury Bath Essentials</h6>\r\nWe believe it takes just two simple steps to create a luxurious haven in your bathroom. First of all, light your candle, turn off the lights and wait for the scent to fill the room. Then pour one capful (or two if you''re spoiling yourself!) of the Bath Oil into your bath.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[wpspoiler name="Hand Wash & Lotion"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handwash.jpg" alt="Hand Wash" title="Hand Wash" width="211" height="262" class="aligncenter size-full wp-image-380" />\r\n<h6>Hand Wash</h6>\r\nFor soft and silky hands, NEOM organic hand washes are the perfect every day cleanser. We''ve created luxury hand washes that not only look and smell gorgeous, but are effective too. Available in three of our best-selling scents, the organic hand wash range is perfect for use in the bathroom and kitchen.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/handlotion.jpg" alt="Hand Lotion" title="Hand Lotion" width="211" height="262" class="aligncenter size-full wp-image-381" />\r\n<h6>Hand Lotion</h6>\r\nNEOM Hand Lotions are made from a rich blend of vitamin A & E packed Shea Butter, Macadamia Nut and Rosemary Leaf and is designed to quickly absorb into your skin leaving it irresistibly soft & silky smooth.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/hwlcoll.jpg" alt="Hand Wash & Lotion Collection" title="Hand Wash & Lotion Collection" width="211" height="262" class="aligncenter size-full wp-image-382" />\r\n<h6>Hand Wash & Lotion Collections</h6>\r\nReduce your daily chemical count with our Hand Wash and Lotion and discover that organic beauty just became seriously effective and luxurious at the same time. \r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'More Products', '', 'inherit', 'open', 'open', '', '294-revision-v1', '', '', '2015-01-22 13:52:17', '2015-01-22 13:52:17', '', 294, 'http://localhost/Kamini/294-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(926, 1, '2015-01-22 14:14:13', '2015-01-22 14:14:13', '[wptabs effect="fade" mode="horizontal"]\r\n[wptabtitle]Sothys Face Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Preliminary Essential Care"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/1.jpg" alt="Normalising Beauty Milk & Lotion" title="Normalising Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-435" />\r\n<h6>Normalising Beauty Milk & Lotion</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/21.jpg" alt="Purifying Beauty Milk & Lotion" title="Purifying Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-436" />\r\n<h6>Purifying Beauty Milk & Lotion</h6>\r\nTo refresh and cleanse the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/31.jpg" alt="Softening Beauty Milk & Lotion" title="Softening Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-437" />\r\n<h6>Softening Beauty Milk & Lotion</h6>\r\nTo soften and moisturize the skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/41.jpg" alt="Soothing Beauty Milk & Lotion" title="Soothing Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-438" />\r\n<h6>Soothing Beauty Milk & Lotion</h6>\r\nTo leave the skin soft and subtle\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/5.jpg" alt="Clearness Beauty Milk & Lotion" title="Clearness Beauty Milk & Lotion" width="211" height="262" class="aligncenter size-full wp-image-439" />\r\n<h6>Clearness Beauty Milk & Lotion</h6>\r\nTo comfort the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/6.jpg" alt="Bi-Phased soft make-up removing fluid for face and eyes" title="Bi-Phased soft make-up removing fluid for face and eyes" width="211" height="262" class="aligncenter size-full wp-image-433" />\r\n<h6>Bi-Phased soft make-up removing fluid for face and eyes</h6>\r\nAlso formulated to remove waterproof make-up products\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/7.jpg" alt="Eau Thermal Spa Cleansing Water" title="Eau Thermal Spa Cleansing Water" width="211" height="262" class="aligncenter size-full wp-image-441" />\r\n<h6>Eau Thermal Spa Cleansing Water</h6>\r\nCleanses in no time both face and eyes\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/8.jpg" alt="Morning Cleanser" title="Morning Cleanser" width="211" height="262" class="aligncenter size-full wp-image-442" />\r\n<h6>Morning Cleanser</h6>\r\nTo soften and cleanse the skin\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/9.jpg" alt="Purifying Foaming Gel" title="Purifying Foaming Gel" width="211" height="262" class="aligncenter size-full wp-image-444" />\r\n<h6>Purifying Foaming Gel</h6>\r\nTo purify the complexion\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder.jpg" alt="" title="" width="211" height="262" class="aligncenter size-full wp-image-445" />\r\n<h6>Desquacrem</h6>\r\nAn essential Sothys formula and a unique deep-cleansing concept to free skin of stubborn impurities and reveal a radiant complexion.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder1.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-446" />\r\n<h6>Biological Skin Peeling</h6>\r\nA unique granule-free scrubb texture for a silky soft face.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/12.jpg" alt="Anti-Ageing Double Mask" title="Anti-Ageing Double Mask" width="211" height="262" class="aligncenter size-full wp-image-447" />\r\n<h6>Anti-Ageing Double Mask</h6>\r\nMulti-action anti-aging mask composed of two products:\r\n<ul><li>radiance smoothing mask</li><li>tightening mask</li></ul>\r\nFor a radiant, revitalized and smoothed complexion (immediate tightening stretch effect)\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/13.jpg" alt="Immuniscience" title="Immuniscience" width="211" height="262" class="aligncenter size-full wp-image-448" />\r\n<h6>Immuniscience</h6>\r\nSpecific mask for sensitive skin for an immediate soothing and well-being effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/14.jpg" alt="Hydra-Nourishing Mask" title="Hydra-Nourishing Mask" width="211" height="262" class="aligncenter size-full wp-image-449" />\r\n<h6>Hydra-Nourishing Mask</h6>\r\nFor a soft, hydrated and comfortable skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/15.jpg" alt="Absorbant Mask" title="Absorbant Mask" width="211" height="262" class="aligncenter size-full wp-image-450" />\r\n<h6>Absorbant Mask</h6>\r\nFor a bright complexion and clean, matte and purified skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/placeholder2.jpg" alt="" title="placeholder" width="211" height="262" class="aligncenter size-full wp-image-451" />\r\n<h6>Brightening Mask</h6>\r\nTo leave the skin bright, luminous & radiant\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Regular Skincare"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/17.jpg" alt="Hydra-Protective Cream or Emulsion" title="Hydra-Protective Cream or Emulsion" width="211" height="262" class="aligncenter size-full wp-image-453" />\r\n<h6>Hydra-Protective Cream or Emulsion</h6>\r\nThe skin is supple, in top form and perfectly protected\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18.jpg" alt="Immuniscience Fluid" title="Immuniscience Fluid" width="211" height="262" class="aligncenter size-full wp-image-454" />\r\n<h6>Immuniscience Fluid</h6>\r\nThis day and night fluid is an "emergency" skincare product that sooths reactive skin. Hypoallergenic formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/18b.jpg" alt="Immuniscience Cream" title="Immuniscience Cream" width="211" height="262" class="aligncenter size-full wp-image-455" />\r\n<h6>Immuniscience Cream</h6>\r\nProtected from daily environmental stress, the skin regains its comfort and velvety feel\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19a.jpg" alt="Hydra-matt Fluid & Active Cream" title="Hydra-matt Fluid & Active Cream" width="211" height="262" class="aligncenter size-full wp-image-456" />\r\n<h6>Hydra-matt Fluid & Active Cream</h6>\r\nFor protected, mattified and balanced skin\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/19b.jpg" alt="Purifying Serum" title="Purifying Serum" width="211" height="262" class="aligncenter size-full wp-image-457" />\r\n<h6>Purifying Serum</h6>\r\nConcentrated "emergency" anti blemish formula\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/20.jpg" alt="Clarte & Confort Cream and protective cream" title="Clarte & Confort Cream and protective cream" width="211" height="262" class="aligncenter size-full wp-image-458" />\r\n<h6>Clarte & Confort Cream and protective cream</h6>\r\nFor even-toned skin that feels comfortable again\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/concentratedserum.jpg" alt="Concentrated Serum" title="Concentrated Serum" width="211" height="262" class="alignnone size-full wp-image-646" />\r\n<h6>Concentrated Serum</h6>\r\nFor regulated, protected and soothed skin\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Complete Anti-Ageing Programme"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/211.jpg" alt="Intensive Anti-Ageing Serum Graded Product 1-4" title="Intensive Anti-Ageing Serum Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-461" />\r\n<h6>Intensive Anti-Ageing Serum Graded Product 1-4</h6>\r\nIntensive action to lastingly combat signs of aging caused by environmental factors. Intensive serum targets the major problem of the specific grade of ageing. It contains the H2CR cosmeceutical complex, which boosts the pool of healthy cells and lastingly improves the skins functions.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/22.jpg" alt="Intensive Anti-Ageing Daily Cream Graded Product 1-4" title="Intensive Anti-Ageing Daily Cream Graded Product 1-4" width="211" height="262" class="aligncenter size-full wp-image-462" />\r\n<h6>Intensive Anti-Ageing Daily Cream Graded Product 1-4</h6>\r\nEssential action to slow the appearance of signs of natural ageing. The active cream protects the skin each day with an adaptive active shield and visibly reduces signs of ageing with anti-ageing response that targets its grade. Use all year long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/23.jpg" alt="Neck Shaping Care" title="Neck Shaping Care" width="211" height="262" class="aligncenter size-full wp-image-463" />\r\n<h6>Neck Shaping Care</h6>\r\nTo remodel the contour, to refine and sculpt the lower parts of the face and neck\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/24.jpg" alt="Intensive Hydrating Serum" title="Intensive Hydrating Serum" width="211" height="262" class="aligncenter size-full wp-image-464" />\r\n<h6>Intensive Hydrating Serum</h6>\r\nIntensive, rapid action. An immediate source of hydration to durably stimulate the formation of skins barrier function and visibly protect your skins youthful appearance\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/25.jpg" alt="Intensive Hydrating Cream" title="Intensive Hydrating Cream" width="211" height="262" class="aligncenter size-full wp-image-465" />\r\n<h6>Intensive Hydrating Cream</h6>\r\nMaintain your skins beauty, day after day. The active creams hydrate your skin daily, leaving it comfortable, supple and protected all day long\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/26.jpg" alt="Nutritive Comfort Cream" title="Nutritive Comfort Cream" width="211" height="262" class="aligncenter size-full wp-image-466" />\r\n<h6>Nutritive Comfort Cream</h6>\r\nFor immediate essential lipid-replenishing action\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/27.jpg" alt="Essential Lipid Elixir" title="Essential Lipid Elixir" width="211" height="262" class="aligncenter size-full wp-image-467" />\r\n<h6>Essential Lipid Elixir</h6>\r\nA unique concept! Finally, an answer to occasional dry skin! To immediately ease away sensations of discomfort and leave the skin more nourished and soothed. With its non-oily texture, this delicately perfumed lipid-replenishing oil visibly protects the skin from signs of ageing\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Targeted Areas"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/28.jpg" alt="Tensor Eye Gel" title="Tensor Eye Gel" width="211" height="262" class="aligncenter size-full wp-image-469" />\r\n<h6>Tensor Eye Gel</h6>\r\nFor a smoothed eye contour and a decreased look.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/29.jpg" alt="Age-defying Eye Cream" title="Age-defying Eye Cream" width="211" height="262" class="aligncenter size-full wp-image-470" />\r\n<h6>Age-defying Eye Cream</h6>\r\nFor action against wrinkles, dark circles and puffiness.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/30.jpg" alt="De-stressing Eye Mask" title="De-stressing Eye Mask" width="211" height="262" class="aligncenter size-full wp-image-471" />\r\n<h6>De-stressing Eye Mask</h6>\r\nFor a relaxed and energised eye contour\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/311.jpg" alt="Brightening Fluid" title="Brightening Fluid" width="211" height="262" class="aligncenter size-full wp-image-472" />\r\n<h6>Brightening Fluid</h6>\r\nFor luminous, radiant skin that looks visibly younger.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/32.jpg" alt="Preparative Lotion" title="Preparative Lotion" width="211" height="262" class="aligncenter size-full wp-image-473" />\r\n<h6>Preparative Lotion</h6>\r\nHydrates, provides vitality, refreshes and prepares the skin to receive skincare products.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/33.jpg" alt="Double Action Serum" title="Double Action Serum" width="211" height="262" class="aligncenter size-full wp-image-474" />\r\n<h6>Double Action Serum</h6>\r\nFor luminous, even skin that regains and maintains its translucency and radiance.\r\nPhase 1. Brightening solution - for complete radiance / to correct dark spots.\r\nPhase 2. Peeling – for visibly luminous skin.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/34.jpg" alt="Micro-dermabrasion Mask" title="Micro-dermabrasion Mask" width="211" height="262" class="aligncenter size-full wp-image-475" />\r\n<h6>Micro-dermabrasion Mask</h6>\r\nA unique mask with dual exfoliating action (salicylic acid & exfoliating particles). Refines the skin texture, smoothes the epidermis and embellishes the skin with new radiance.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/35.jpg" alt="Double Renewal System" title="Double Renewal System" width="211" height="262" class="aligncenter size-full wp-image-476" />\r\n<h6>Double Renewal System</h6>\r\nA high-tech serum composed of two complementary skincare products.\r\nPhase 1. Peeling with bonded glycolic acid\r\nPhase 2. Comfort solution with the H2CR complex for repaired, detoxified and renewed skin.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/36.jpg" alt="Continuous Renewal Care Moisturizer" title="Continuous Renewal Care Moisturizer" width="211" height="262" class="aligncenter size-full wp-image-477" />\r\n<h6>Continuous Renewal Care Moisturizer</h6>\r\nFor detoxified, repaired, re-textured and radiant.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/37.jpg" alt="Refining Peel-off Mask" title="Refining Peel-off Mask" width="211" height="262" class="aligncenter size-full wp-image-478" />\r\n<h6>Refining Peel-off Mask</h6>\r\nFor a refined skin texture and tightened pores.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/38.jpg" alt="Complexion Perfector" title="Complexion Perfector" width="211" height="262" class="aligncenter size-full wp-image-479" />\r\n<h6>Complexion Perfector</h6>\r\nA second-skin effect that conceals and visibly reduces the appearance of pores.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/39.jpg" alt="Matifying Refiner Solution" title="Matifying Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-480" />\r\n<h6>Matifying Refiner Solution</h6>\r\nReduces excess sebum and tightens pores.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/40.jpg" alt="Smoothing Refiner Solution" title="Smoothing Refiner Solution" width="211" height="262" class="aligncenter size-full wp-image-481" />\r\n<h6>Smoothing Refiner Solution</h6>\r\nVisibly tightens the pores and reveals smoothed skin and a complexion revived with new radiance.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/411.jpg" alt="Make-up removing fluid with Cherry Bud" title="Make-up removing fluid with Cherry Bud" width="211" height="262" class="aligncenter size-full wp-image-483" />\r\n<h6>Make-up removing fluid with Cherry Bud</h6>\r\nHydrates, protects and nourishes the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/42.jpg" alt="Flower water with angelica and hawthorn" title="Flower water with angelica and hawthorn" width="211" height="262" class="aligncenter size-full wp-image-484" />\r\n<h6>Flower water with angelica and hawthorn</h6>\r\nHydrates and protects the skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/43.jpg" alt="Hellanthus and walnut shells exfoliant" title="Hellanthus and walnut shells exfoliant" width="211" height="262" class="aligncenter size-full wp-image-485" />\r\n<h6>Hellanthus and walnut shells exfoliant</h6>\r\nGently removes dead cells, refines the skin texture and reveals the radiance of the complexion\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/44.jpg" alt="Face care with helianthus and rosemary" title="Face care with helianthus and rosemary" width="211" height="262" class="aligncenter size-full wp-image-486" />\r\n<h6>Face care with helianthus and rosemary</h6>\r\nProtects the skin and makes it glow with vitality\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Secrets de Sothys"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/45.jpg" alt="Global anti-age de-stressing care moisturizer" title="Global anti-age de-stressing care moisturizer" width="211" height="262" class="aligncenter size-full wp-image-488" />\r\n<h6>Global anti-age de-stressing care moisturizer</h6>\r\nProvides an anti-wrinkle, firming, hydrating, anti-stress, anti pollution and protective effect.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/46.jpg" alt="Global anti-age de-stressing serum" title="Global anti-age de-stressing serum" width="211" height="262" class="aligncenter size-full wp-image-489" />\r\n<h6>Global anti-age de-stressing serum</h6>\r\nYour complexion glows with new radiance, day after day. Your skin becomes smooth and regains its suppleness and incomparable velvety feel.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/47.jpg" alt="Eye Contour Serum" title="Eye Contour Serum" width="211" height="262" class="aligncenter size-full wp-image-490" />\r\n<h6>Eye Contour Serum</h6>\r\nCombats wrinkles, dark circles and puffiness\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/48.jpg" alt="Intense Lip Care" title="Intense Lip Care" width="211" height="262" class="aligncenter size-full wp-image-491" />\r\n<h6>Intense Lip Care</h6>\r\nA hydrating, anti-wrinkle and plumping care for younger-looking lips.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/49.jpg" alt="Age-defying hand treatment" title="Age-defying hand treatment" width="211" height="262" class="aligncenter size-full wp-image-492" />\r\n<h6>Age-defying hand treatment</h6>\r\nThe skin is smoothed and even. The appearance of pigmentary spots is reduced\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/50.jpg" alt="Anti-ageing smoothing body balm" title="Anti-ageing smoothing body balm" width="211" height="262" class="aligncenter size-full wp-image-493" />\r\n<h6>Anti-ageing smoothing body balm</h6>\r\nThe skin is smoothed and even. Firming and anti-ageing benefits.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/51.jpg" alt="Eau de Parfum" title="Eau de Parfum" width="211" height="262" class="aligncenter size-full wp-image-494" />\r\n<h6>Eau de Parfum</h6>\r\nThe ultra-feminine and enigmatic scent leaves a trail in you wake with fresh citrus accents of lemon and bergamot over a woody amber and patchouli base swirled around a floral, fruity and aromatic heart.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Body Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Hanakasumi"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/52.jpg" alt="Shower Cream" title="Shower Cream" width="211" height="262" class="aligncenter size-full wp-image-496" />\r\n<h6>Shower Cream</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/53.jpg" alt="Relaxing Body Scrub" title="Relaxing Body Scrub" width="211" height="262" class="aligncenter size-full wp-image-497" />\r\n<h6>Relaxing Body Scrub</h6>\r\nGel with exfoliating microbeads for embellished skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/54.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-498" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/55.jpg" alt="Hydrating Body Mist" title="Hydrating Body Mist" width="211" height="262" class="aligncenter size-full wp-image-499" />\r\n<h6>Hydrating Body Mist</h6>\r\nTo moisturize the skin with a light touch\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Oriental Ceremony"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/56.jpg" alt="Shower Gel" title="Shower Gel" width="211" height="262" class="aligncenter size-full wp-image-500" />\r\n<h6>Shower Gel</h6>\r\nFor soft and delicately perfumed skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/57.jpg" alt="Delicious Scrub" title="Delicious Scrub" width="211" height="262" class="aligncenter size-full wp-image-501" />\r\n<h6>Delicious Scrub</h6>\r\nA marmalade strewn with spices for sublime skin\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/58.jpg" alt="Nourishing Body Elixir" title="Nourishing Body Elixir" width="211" height="262" class="aligncenter size-full wp-image-502" />\r\n<h6>Nourishing Body Elixir</h6>\r\nFor soft, satiny and delicately perfumed skin\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Slimming & Firming"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/59.jpg" alt="Hydra-nourishing body lotion" title="Hydra-nourishing body lotion" width="211" height="262" class="aligncenter size-full wp-image-504" />\r\n<h6>Hydra-nourishing body lotion</h6>\r\nThis lotion hydrates, nourishes, supples and protects the kin. Apply daily locally or all over the body\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/totalresculptingserum.jpg" alt="Total Resculpting Body Serum" title="Total Resculpting Body Serum" width="211" height="262" class="alignnone size-full wp-image-645" />\r\n<h6>Total resculpting body serum</h6>\r\nA new generation of serum with a global slimming complex for an efficient and long lasting action on all types of cellulite. Apply mornings and evenings to targeted areas\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/slimnessexfoliant.jpg" alt="Slimness Exfoliant" title="Slimness Exfoliant" width="211" height="262" class="alignnone size-full wp-image-644" />\r\n<h6>Slimness exfoliant</h6>\r\nExfoliant designed to stimulate the micro-circulation, smooth and prepare the skin to receive the active ingredients, particularly the extract of guarana, recognized for its slimming properties.\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/62.jpg" alt="Radiance tightening bust serum" title="Radiance tightening bust serum" width="211" height="262" class="aligncenter size-full wp-image-507" />\r\n<h6>Radiance tightening bust serum</h6>\r\nFirms, tightens and lifts the bust area and décolleté.\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/velvethandcream.jpg" alt="Velvet Hand Cream" title="Velvet Hand Cream" width="211" height="262" class="alignnone size-full wp-image-643" />\r\n<h6>Velvet hand cream</h6>\r\nSoftening and long lasting hydration to the skin. Hands are left firm, moisturized and no greasy residue\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/64.jpg" alt="Post-depilatory softening care" title="Post-depilatory softening care" width="211" height="262" class="aligncenter size-full wp-image-509" />\r\n<h6>Post-depilatory softening care</h6>\r\nA formula concentrated with actives particularly selected to act on the hair, making it finer, supple and less dense, and to hydrate the skin. Legs are clear for a long time.\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Beauty Garden"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/65.jpg" alt="Body lotion with cherry bud and lavender" title="Body lotion with cherry bud and lavender" width="211" height="262" class="aligncenter size-full wp-image-511" />\r\n<h6>Body lotion with cherry bud and lavender</h6>\r\nHydrates, nourishes and protects the skin. Lavender essential oil provides a soothing and relaxing effect\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/66.jpg" alt="Nourishing body oil with helianthus" title="Nourishing body oil with helianthus" width="211" height="262" class="aligncenter size-full wp-image-512" />\r\n<h6>Nourishing body oil with helianthus</h6>\r\nLeaves the skin soft, satiny and delicately perfumed\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Homme[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/671.jpg" alt="Detoxifying Active Cleanser" title="Detoxifying Active Cleanser" width="211" height="262" class="aligncenter size-full wp-image-515" />\r\n<h6>Detoxifying Active Cleanser</h6>\r\nYour skin is clean, supple and toned, perfectly prepped for shaving\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/68.jpg" alt="Revitalizing Hair and Body Care" title="Revitalizing Hair and Body Care" width="211" height="262" class="aligncenter size-full wp-image-516" />\r\n<h6>Revitalizing Hair and Body Care</h6>\r\n2-in-1 care formula. Gently cleanses the hair and leaves the skin clean, fresh and invigorated\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/69.jpg" alt="Age-defying Active Cream" title="Age-defying Active Cream" width="211" height="262" class="aligncenter size-full wp-image-517" />\r\n<h6>Age-defying Active Cream</h6>\r\nThis protective anti-ageing care reduces lines and wrinkles, while helping to prevent the appearance of signs of ageing. The skin is firmed\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/70.jpg" alt="Hydrating Active Care Cream" title="Hydrating Active Care Cream" width="211" height="262" class="aligncenter size-full wp-image-518" />\r\n<h6>Hydrating Active Care Cream</h6>\r\nRestores or maintains the skins comfort and suppleness. Calms razor burn and compensates the dryness caused by electric razors\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/71.jpg" alt="De-stressing Eye Care" title="De-stressing Eye Care" width="211" height="262" class="aligncenter size-full wp-image-519" />\r\n<h6>De-stressing Eye Care</h6>\r\nSmoothes the eye contour and restores its radiance and tone\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/72.jpg" alt="Exfoliating Scrub" title="Exfoliating Scrub" width="211" height="262" class="aligncenter size-full wp-image-520" />\r\n<h6>Exfoliating Scrub</h6>\r\nThe skin is clean and revived, as if new again\r\n[/su_column]\r\n[/su_row]\r\n[/wptabcontent]\r\n[wptabtitle]Sothys Sun Care[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[wpspoiler name="Sunless Tanning Range"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/73.jpg" alt="Sunny Glow Moisturizing Lotion" title="Sunny Glow Moisturizing Lotion" width="211" height="262" class="aligncenter size-full wp-image-522" />\r\n<h6>Sunny Glow Moisturizing Lotion</h6>\r\nGradually adorns the skin with a golden glow\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/74.jpg" alt="Face and Body Self Tanning Cream" title="Face and Body Self Tanning Cream" width="211" height="262" class="aligncenter size-full wp-image-523" />\r\n<h6>Face and Body Self Tanning Cream</h6>\r\nAdorns the skin with a natural looking, lasting tan in just a matter of hours. The skin is soft and supple. The complexion is radiant\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Protect your skin in the sun"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/75.jpg" alt="Sun-sensitive Area Care SPF30" title="Sun-sensitive Area Care SPF30" width="211" height="262" class="aligncenter size-full wp-image-524" />\r\n<h6>Sun-sensitive Area Care SPF30</h6>\r\nProtects the skin from free radicals and photo-ageing\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/76.jpg" alt="Tanning Body Lotion SPF20" title="Tanning Body Lotion SPF20" width="211" height="262" class="aligncenter size-full wp-image-525" />\r\n<h6>Tanning Body Lotion SPF20</h6>\r\nProvides effective protection and a delightful tan\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/77.jpg" alt="Age-defying Tinted Care SPF10" title="Age-defying Tinted Care SPF10" width="211" height="262" class="aligncenter size-full wp-image-526" />\r\n<h6>Age-defying Tinted Care SPF10</h6>\r\nFor supple skin, protected against signs of ageing. Its tinted texture makes this sun care ideal as soon as sunny days arrive to combine beauty and daily protection\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/78.jpg" alt="Face and body cream SPF10" title="Face and body cream SPF10" width="211" height="262" class="aligncenter size-full wp-image-527" />\r\n<h6>Face and body cream SPF10</h6>\r\nContains a tan booster for a more intense and more rapid tan\r\n[/su_column]\r\n[/su_row]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/79.jpg" alt="Iridescent Tanning Gel SPF8" title="Iridescent Tanning Gel SPF8" width="211" height="262" class="aligncenter size-full wp-image-528" />\r\n<h6>Iridescent Tanning Gel SPF8</h6>\r\nContains a tan booster for a more intense and more rapid tan. Its magical iridescent texture ensures a scintillating tan\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[wpspoiler name="Sooth the skin after exposure"]\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/80.jpg" alt="Repairing age-defying face care" title="Repairing age-defying face care" width="211" height="262" class="aligncenter size-full wp-image-529" />\r\n<h6>Repairing age-defying face care</h6>\r\nAfter sun exposure, the skin is supple, radiant and perfectly moisturized\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/81.jpg" alt="Soothing After-Sun body care" title="Soothing After-Sun body care" width="211" height="262" class="aligncenter size-full wp-image-530" />\r\n<h6>Soothing After-Sun body care</h6>\r\nAfter sun exposure, the skin is softened, moisturized and radiant\r\n[/su_column]\r\n[/su_row]\r\n[/wpspoiler] \r\n[/wptabcontent]\r\n[wptabtitle]Sothys Make-Up[/wptabtitle]\r\n[wptabcontent]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/sothys.jpg" alt="" title="" width="421" height="120" class="aligncenter size-full wp-image-333" />\r\n[su_row]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/compnew.jpg" alt="Complexion" title="Complexion" width="211" height="262" class="alignnone size-full wp-image-638" />\r\n<h6>Complexion</h6>\r\nLift Defense foundation - High tech foundation with a melting texture for a dual lifting/protection effect with proven results. Oxyliance foundation - A 100% matt, absolute radiance effect in a magical cream to powder texture.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/nailsnew.jpg" alt="Nails" title="Nails" width="211" height="262" class="alignnone size-full wp-image-639" />\r\n<h6>Nails</h6>\r\nA long-lasting nail care formula for an extreme shine result. Effects: strengthening -hardening, nourishing.\r\n[/su_column]\r\n[su_column size="1/4"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/lipsnew.jpg" alt="Lips" title="Lips" width="211" height="262" class="alignnone size-full wp-image-640" />\r\n<h6>Lips</h6>\r\nHydra-Glide Lipstick - A long lasting formula that glides on easily for absolute comfort. Effects: moisturizing, anti-pollution Radiance Gloss - Non-sticky extreme shine, Benefit: comfort\r\n[/su_column]\r\n[su_column size="1/4" last="1"]\r\n<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/03/eyesnew.jpg" alt="Eyes" title="Eyes" width="211" height="262" class="alignnone size-full wp-image-641" />\r\n<h6>Eyes</h6>\r\nVolume care Mascara - A creamy lash care texture for oversized volume Effect: protection. Ophthalmologically tested. Waterproof care Mascara - A volumizing texture that is great for the swimming pool or when emotions are high.\r\nEffect: protection. Ophthalmologically tested.\r\n[/su_column]\r\n[/su_row]\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n<center><h3>If interested in any of the products, please give us a call on 0207 937 2433 and we will be able to process and deliver any orders.</h3></center>', 'Sothys Products', '', 'inherit', 'open', 'open', '', '416-revision-v1', '', '', '2015-01-22 14:14:13', '2015-01-22 14:14:13', '', 416, 'http://localhost/Kamini/416-revision-v1/', 0, 'revision', '', 0),
(927, 1, '2015-01-22 14:20:53', '2015-01-22 14:20:53', '<img src="http://www.kaminibeauty.com/wp-content/uploads/2012/01/tatler_cover_july_2011.jpg" alt="Tatler article - The Last Beauty Taboo Features Kamini Beauty" title="Tatler article - The Last Beauty Taboo Features Kamini Beauty" width="303" height="400" class="alignleft size-full wp-image-222" />\r\nStubble Trouble: If you''re having a bad facial-hair day, these are the surefire ways to solve the problem.\r\n<!--more-->\r\n\r\nFacial hair is the last taboo. We can discuss cellulite, pelvic floors and Brazilian waxing but those evil little chin hairs (that you somehow never notice until they are waving in the breeze - why is that?) remain a shameful secret. Here''s the tell: if you spot a woman pensively stroking her chin with one finger she has definitely identified a rogue sprouter and is counting the seconds till she can forage in her bag for her tweezers. But plucking can make it so, so much worse.\r\n\r\n<a href="http://kaminibeauty.com/products-services/hair-removal/">IPL (Intense Pulsed Light)</a><em><strong></strong></em>\r\n\r\n<em><strong>Best for</strong></em>\r\nBrunette moustachios.\r\n\r\n<em><strong>How</strong></em>\r\nWith high-speed pulsing flashes of light that heat up and burn the hair follicle.\r\n\r\n<em><strong>The lowdown</strong></em>\r\nKnown for her immaculate and flattering eyebrow threading, beauty therapist Kamini is in fact an expert on all parts hairy. She calls herself ''the plucking police'' because she says that it makes things so much worse. And she is extremely strict about this. She threads using her uniquely light and pain-free feathering method to train the plucked and invigorated follicle into a docile state and then she blasts it with her IPL laser gun. The light is attracted to the melanin pigmentation in the hair (which is why it is much more successful on brown or black bristles) and burns it using intense heat, which you hardly feel at all. It took our tester three visits to achieve a much smoother top lip and sideburn area and Kamini reckons that a couple more blasts over the coming months will nuke the remaining hairs.\r\n\r\nCosts from £75, at <a href="http://www.kaminibeauty.com/">Kamini</a>, 14-16 Lancer Square, Kensington Church Street, W8 (tel: 020 7937 2411; <a href="http://www.kaminibeauty.com/">kaminibeauty.com</a>).\r\n\r\n<em>Excerpted from ''The Last Beauty Taboo'' article, page 113, Tatler Magazine, July 2011</em>', 'The last Beauty Taboo features Kamini Beauty', '', 'inherit', 'open', 'open', '', '153-revision-v1', '', '', '2015-01-22 14:20:53', '2015-01-22 14:20:53', '', 153, 'http://localhost/Kamini/153-revision-v1/', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_rg_form`
--
CREATE TABLE `wp_rg_form` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(150) NOT NULL,
`date_created` datetime NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `wp_rg_form`
--
INSERT INTO `wp_rg_form` (`id`, `title`, `date_created`, `is_active`) VALUES
(1, 'CV Submission', '2012-01-24 07:41:36', 1);
-- --------------------------------------------------------
--
-- Table structure for table `wp_rg_form_meta`
--
CREATE TABLE `wp_rg_form_meta` (
`form_id` mediumint(8) unsigned NOT NULL,
`display_meta` longtext,
`entries_grid_meta` longtext,
KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_rg_form_meta`
--
INSERT INTO `wp_rg_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`) VALUES
(1, 'a:25:{s:2:"id";s:1:"1";s:5:"title";s:13:"CV Submission";s:11:"description";s:0:"";s:14:"labelPlacement";s:9:"top_label";s:17:"maxEntriesMessage";s:0:"";s:12:"confirmation";a:5:{s:4:"type";s:7:"message";s:7:"message";s:64:"Thanks for contacting us! We will get in touch with you shortly.";s:3:"url";s:0:"";s:6:"pageId";s:0:"";s:11:"queryString";s:0:"";}s:6:"button";a:3:{s:4:"type";s:5:"image";s:4:"text";s:6:"Submit";s:8:"imageUrl";s:75:"http://www.kaminibeauty.com/wp-content/themes/kamini-wp/images/cvsubmit.png";}s:6:"fields";a:13:{i:0;a:11:{s:2:"id";i:16;s:5:"label";s:4:"Name";s:10:"adminLabel";s:0:"";s:4:"type";s:4:"text";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:1;a:11:{s:2:"id";i:2;s:5:"label";s:13:"Email Address";s:10:"adminLabel";s:0:"";s:4:"type";s:5:"email";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:2;a:12:{s:2:"id";i:3;s:5:"label";s:13:"Mobile Number";s:10:"adminLabel";s:0:"";s:4:"type";s:5:"phone";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:11:"phoneFormat";s:13:"international";s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:3;a:12:{s:2:"id";i:4;s:5:"label";s:11:"Home Number";s:10:"adminLabel";s:0:"";s:4:"type";s:5:"phone";s:10:"isRequired";b:0;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:11:"phoneFormat";s:13:"international";s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:4;a:11:{s:2:"id";i:6;s:5:"label";s:14:"Qualifications";s:10:"adminLabel";s:0:"";s:4:"type";s:8:"textarea";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:5;a:11:{s:2:"id";i:7;s:5:"label";s:36:"Additional courses (IPL, Laser etc.)";s:10:"adminLabel";s:0:"";s:4:"type";s:8:"textarea";s:10:"isRequired";b:0;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:6;a:11:{s:2:"id";i:8;s:5:"label";s:16:"Years Experience";s:10:"adminLabel";s:0:"";s:4:"type";s:4:"text";s:10:"isRequired";b:0;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:7;a:12:{s:2:"id";i:15;s:5:"label";s:29:"When would you like to start?";s:10:"adminLabel";s:0:"";s:4:"type";s:6:"select";s:10:"isRequired";b:0;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:7:"choices";a:5:{i:0;a:3:{s:4:"text";s:4:"ASAP";s:5:"value";s:4:"ASAP";s:10:"isSelected";b:0;}i:1;a:3:{s:4:"text";s:13:"Within a week";s:5:"value";s:13:"Within a week";s:10:"isSelected";b:0;}i:2;a:3:{s:4:"text";s:14:"Within 2 weeks";s:5:"value";s:14:"Within 2 weeks";s:10:"isSelected";b:0;}i:3;a:3:{s:4:"text";s:14:"Within a month";s:5:"value";s:14:"Within a month";s:10:"isSelected";b:0;}i:4;a:3:{s:4:"text";s:5:"Other";s:5:"value";s:5:"Other";s:10:"isSelected";b:0;}}s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:8;a:12:{s:2:"id";i:17;s:5:"label";s:12:"Type of work";s:10:"adminLabel";s:0:"";s:4:"type";s:6:"select";s:10:"isRequired";b:0;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:7:"choices";a:4:{i:0;a:3:{s:4:"text";s:9:"Full time";s:5:"value";s:9:"Full time";s:10:"isSelected";b:0;}i:1;a:3:{s:4:"text";s:9:"Part time";s:5:"value";s:9:"Part time";s:10:"isSelected";b:0;}i:2;a:3:{s:4:"text";s:4:"Temp";s:5:"value";s:4:"Temp";s:10:"isSelected";b:0;}i:3;a:3:{s:4:"text";s:8:"Training";s:5:"value";s:8:"Training";s:10:"isSelected";b:0;}}s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:9;a:11:{s:2:"id";i:18;s:5:"label";s:100:"If you selected "Training", please briefly describe what treatments you would like to be trained in.";s:10:"adminLabel";s:0:"";s:4:"type";s:8:"textarea";s:10:"isRequired";b:0;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:10;a:11:{s:2:"id";i:12;s:5:"label";s:14:"Other comments";s:10:"adminLabel";s:0:"";s:4:"type";s:8:"textarea";s:10:"isRequired";b:0;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:11;a:11:{s:2:"id";i:13;s:5:"label";s:30:"How did you hear about Kamini?";s:10:"adminLabel";s:0:"";s:4:"type";s:4:"text";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:6:"formId";s:1:"1";}i:12;a:12:{s:2:"id";i:14;s:5:"label";s:14:"Upload your CV";s:10:"adminLabel";s:0:"";s:4:"type";s:10:"fileupload";s:10:"isRequired";b:1;s:4:"size";s:6:"medium";s:12:"errorMessage";s:0:"";s:6:"inputs";N;s:20:"displayAllCategories";b:0;s:17:"allowsPrepopulate";b:0;s:17:"allowedExtensions";s:12:"pdf,doc,docx";s:6:"formId";s:1:"1";}}s:22:"useCurrentUserAsAuthor";b:1;s:8:"cssClass";s:0:"";s:12:"limitEntries";b:0;s:17:"limitEntriesCount";s:0:"";s:19:"limitEntriesMessage";s:0:"";s:12:"scheduleForm";b:0;s:13:"scheduleStart";s:0:"";s:17:"scheduleStartHour";s:0:"";s:19:"scheduleStartMinute";s:0:"";s:17:"scheduleStartAmpm";s:0:"";s:11:"scheduleEnd";s:0:"";s:15:"scheduleEndHour";s:0:"";s:17:"scheduleEndMinute";s:0:"";s:15:"scheduleEndAmpm";s:0:"";s:15:"scheduleMessage";s:0:"";s:12:"notification";a:10:{s:2:"to";s:21:"info@kaminibeauty.com";s:3:"bcc";s:0:"";s:7:"subject";s:29:"Kamini Beauty - CV Submission";s:7:"message";s:12:"{all_fields}";s:4:"from";s:0:"";s:9:"fromField";s:1:"2";s:7:"replyTo";s:0:"";s:12:"replyToField";s:0:"";s:7:"routing";N;s:17:"disableAutoformat";N;}s:13:"autoResponder";a:7:{s:7:"toField";s:0:"";s:3:"bcc";s:0:"";s:4:"from";s:18:"hello@xthefrog.com";s:7:"replyTo";s:0:"";s:7:"subject";s:0:"";s:7:"message";s:0:"";s:17:"disableAutoformat";N;}}', '');
-- --------------------------------------------------------
--
-- Table structure for table `wp_rg_form_view`
--
CREATE TABLE `wp_rg_form_view` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`form_id` mediumint(8) unsigned NOT NULL,
`date_created` datetime NOT NULL,
`ip` char(15) DEFAULT NULL,
`count` mediumint(8) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=995 ;
--
-- Dumping data for table `wp_rg_form_view`
--
INSERT INTO `wp_rg_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES
(1, 1, '2012-01-24 08:19:46', '81.99.248.36', 1),
(2, 1, '2012-01-24 12:14:31', '86.179.37.181', 1),
(3, 1, '2012-01-24 13:27:58', '86.179.37.181', 1),
(4, 1, '2012-01-24 14:27:55', '86.179.37.181', 2),
(5, 1, '2012-01-24 16:41:11', '86.179.37.181', 1),
(6, 1, '2012-01-24 17:45:54', '86.179.37.181', 1),
(7, 1, '2012-01-24 18:38:56', '90.199.50.56', 1),
(8, 1, '2012-01-25 06:13:22', '90.199.50.56', 1),
(9, 1, '2012-01-27 15:00:45', '86.176.102.220', 1),
(10, 1, '2012-01-27 16:02:28', '86.176.102.220', 1),
(11, 1, '2012-02-08 13:28:53', '81.99.248.36', 1),
(12, 1, '2012-02-10 12:44:40', '86.179.199.189', 1),
(13, 1, '2012-02-10 14:32:06', '86.179.199.189', 1),
(14, 1, '2012-02-13 13:59:19', '82.43.83.221', 1),
(15, 1, '2012-02-14 11:17:04', '86.179.199.189', 1),
(16, 1, '2012-02-14 12:47:50', '86.179.199.189', 1),
(17, 1, '2012-02-14 13:15:28', '86.179.199.189', 1),
(18, 1, '2012-02-14 16:09:25', '86.179.199.189', 1),
(19, 1, '2012-02-15 11:32:33', '86.179.199.189', 1),
(20, 1, '2012-02-15 13:58:54', '86.177.180.120', 1),
(21, 1, '2012-02-17 11:56:40', '86.177.180.120', 1),
(22, 1, '2012-02-17 12:28:43', '86.177.180.120', 1),
(23, 1, '2012-02-23 14:11:05', '86.181.86.128', 1),
(24, 1, '2012-02-23 16:02:23', '86.181.86.128', 1),
(25, 1, '2012-03-14 17:03:52', '86.178.87.234', 2),
(26, 1, '2012-03-14 18:33:12', '86.178.87.234', 1),
(27, 1, '2012-03-15 13:28:30', '86.178.87.234', 2),
(28, 1, '2012-03-15 17:16:58', '86.178.87.234', 1),
(29, 1, '2012-03-15 18:08:15', '86.178.87.234', 1),
(30, 1, '2012-03-16 11:16:39', '86.178.87.234', 1),
(31, 1, '2012-03-16 12:26:45', '81.99.248.36', 1),
(32, 1, '2012-03-20 11:04:02', '86.182.228.89', 1),
(33, 1, '2012-03-20 12:01:12', '86.182.228.89', 1),
(34, 1, '2012-03-20 20:20:31', '82.43.83.221', 1),
(35, 1, '2012-03-21 15:59:53', '86.178.157.147', 1),
(36, 1, '2012-03-21 16:00:11', '86.178.157.147', 1),
(37, 1, '2012-03-21 17:34:13', '86.179.36.216', 1),
(38, 1, '2012-03-22 15:04:06', '86.179.36.216', 2),
(39, 1, '2012-03-27 07:59:12', '81.99.248.36', 1),
(40, 1, '2012-03-27 08:00:33', '81.99.248.36', 4),
(41, 1, '2012-03-27 12:05:25', '176.9.123.206', 1),
(42, 1, '2012-03-27 14:28:26', '86.179.36.216', 7),
(43, 1, '2012-03-27 15:04:16', '86.176.12.87', 4),
(44, 1, '2012-03-27 16:11:16', '86.176.12.87', 1),
(45, 1, '2012-03-28 18:28:06', '82.43.83.221', 1),
(46, 1, '2012-03-28 19:11:04', '84.235.72.46', 1),
(47, 1, '2012-03-28 21:23:18', '82.43.83.221', 2),
(48, 1, '2012-03-28 23:24:00', '46.4.38.67', 1),
(49, 1, '2012-03-29 14:31:23', '86.176.12.87', 2),
(50, 1, '2012-03-30 12:07:35', '86.176.12.87', 1),
(51, 1, '2012-03-30 14:08:19', '217.111.186.163', 1),
(52, 1, '2012-03-30 19:08:10', '94.174.31.169', 1),
(53, 1, '2012-03-31 00:20:09', '94.15.73.103', 1),
(54, 1, '2012-03-31 02:06:19', '46.4.38.67', 1),
(55, 1, '2012-03-31 16:59:18', '83.170.90.214', 1),
(56, 1, '2012-04-02 13:04:02', '90.194.31.15', 2),
(57, 1, '2012-04-02 21:09:46', '81.99.123.143', 1),
(58, 1, '2012-04-03 01:44:16', '46.4.38.67', 1),
(59, 1, '2012-04-03 05:33:49', '188.29.92.99', 2),
(60, 1, '2012-04-03 22:14:09', '88.222.174.4', 1),
(61, 1, '2012-04-04 16:45:42', '90.199.50.159', 1),
(62, 1, '2012-04-06 17:18:38', '46.4.38.67', 1),
(63, 1, '2012-04-07 16:59:42', '83.170.90.214', 1),
(64, 1, '2012-04-09 17:28:16', '82.1.92.169', 1),
(65, 1, '2012-04-10 04:27:02', '46.4.38.67', 1),
(66, 1, '2012-04-11 19:44:16', '86.166.150.47', 1),
(67, 1, '2012-04-13 12:27:54', '46.4.38.67', 1),
(68, 1, '2012-04-14 16:59:58', '83.170.90.214', 1),
(69, 1, '2012-04-14 20:54:32', '68.233.141.1', 1),
(70, 1, '2012-04-16 13:57:11', '86.147.226.3', 2),
(71, 1, '2012-04-16 18:06:10', '46.4.38.67', 2),
(72, 1, '2012-04-16 20:03:28', '78.149.242.233', 1),
(73, 1, '2012-04-16 22:25:45', '80.177.205.6', 1),
(74, 1, '2012-04-17 06:19:48', '83.222.230.108', 1),
(75, 1, '2012-04-19 01:36:48', '174.127.133.21', 1),
(76, 1, '2012-04-19 08:32:22', '46.4.38.67', 1),
(77, 1, '2012-04-19 14:28:21', '86.147.47.74', 1),
(78, 1, '2012-04-21 16:56:14', '83.170.90.214', 1),
(79, 1, '2012-04-21 19:18:54', '81.108.209.73', 1),
(80, 1, '2012-04-22 19:09:47', '46.4.38.67', 1),
(81, 1, '2012-04-23 10:35:40', '91.201.64.4', 1),
(82, 1, '2012-04-24 11:58:36', '141.228.106.150', 1),
(83, 1, '2012-04-25 07:57:46', '81.99.248.36', 1),
(84, 1, '2012-04-26 01:32:33', '46.4.38.67', 1),
(85, 1, '2012-04-27 11:52:41', '88.108.174.202', 1),
(86, 1, '2012-04-27 20:33:07', '77.221.174.101', 3),
(87, 1, '2012-04-28 16:57:50', '83.170.90.214', 1),
(88, 1, '2012-04-28 18:08:31', '91.201.64.4', 2),
(89, 1, '2012-04-29 09:06:56', '46.4.38.67', 1),
(90, 1, '2012-04-29 10:28:52', '174.127.133.210', 1),
(91, 1, '2012-04-29 18:49:07', '94.0.199.76', 1),
(92, 1, '2012-05-01 10:51:15', '208.90.57.196', 1),
(93, 1, '2012-05-01 11:01:16', '208.90.57.196', 1),
(94, 1, '2012-05-01 16:23:15', '77.101.150.98', 1),
(95, 1, '2012-05-03 00:06:35', '46.4.38.67', 1),
(96, 1, '2012-05-03 10:12:34', '86.162.119.16', 1),
(97, 1, '2012-05-04 11:12:46', '176.9.50.103', 2),
(98, 1, '2012-05-05 11:14:46', '31.110.89.91', 1),
(99, 1, '2012-05-05 12:16:28', '31.110.89.91', 1),
(100, 1, '2012-05-05 17:02:07', '83.170.90.214', 1),
(101, 1, '2012-05-06 16:29:52', '46.4.38.67', 1),
(102, 1, '2012-05-06 19:40:32', '92.4.176.192', 1),
(103, 1, '2012-05-06 21:18:58', '78.144.229.41', 11),
(104, 1, '2012-05-06 22:49:57', '184.72.65.97', 1),
(105, 1, '2012-05-07 16:16:50', '92.4.178.199', 1),
(106, 1, '2012-05-08 06:03:31', '90.199.50.140', 2),
(107, 1, '2012-05-09 11:57:02', '86.180.124.109', 1),
(108, 1, '2012-05-10 20:46:44', '46.4.38.67', 1),
(109, 1, '2012-05-11 15:17:25', '171.159.48.4', 1),
(110, 1, '2012-05-11 23:01:11', '174.127.133.21', 1),
(111, 1, '2012-05-12 03:48:47', '85.214.222.61', 1),
(112, 1, '2012-05-12 12:25:13', '217.46.222.57', 1),
(113, 1, '2012-05-12 17:03:47', '83.170.90.214', 1),
(114, 1, '2012-05-14 04:20:13', '46.4.38.67', 1),
(115, 1, '2012-05-15 10:01:25', '64.131.77.104', 1),
(116, 1, '2012-05-16 02:21:10', '109.148.36.99', 1),
(117, 1, '2012-05-17 08:52:49', '38.100.21.17', 1),
(118, 1, '2012-05-17 11:50:29', '170.194.32.58', 1),
(119, 1, '2012-05-17 13:52:07', '46.4.38.67', 1),
(120, 1, '2012-05-17 16:40:15', '82.28.86.126', 2),
(121, 1, '2012-05-18 10:22:57', '88.97.47.241', 2),
(122, 1, '2012-05-19 17:04:30', '83.170.90.214', 1),
(123, 1, '2012-05-20 14:29:51', '46.4.38.67', 1),
(124, 1, '2012-05-25 09:32:10', '220.225.18.170', 1),
(125, 1, '2012-05-26 17:04:42', '83.170.90.214', 1),
(126, 1, '2012-05-27 00:24:10', '212.139.235.143', 1),
(127, 1, '2012-05-27 08:00:11', '80.40.134.120', 1),
(128, 1, '2012-05-27 11:33:51', '90.208.133.186', 1),
(129, 1, '2012-05-29 10:30:53', '46.4.38.67', 1),
(130, 1, '2012-05-30 08:23:53', '81.100.215.95', 1),
(131, 1, '2012-06-01 15:10:24', '46.4.38.67', 1),
(132, 1, '2012-06-02 16:38:28', '85.186.103.66', 1),
(133, 1, '2012-06-02 17:04:53', '83.170.90.214', 1),
(134, 1, '2012-06-04 06:25:19', '86.27.249.8', 1),
(135, 1, '2012-06-04 13:56:16', '46.4.38.67', 1),
(136, 1, '2012-06-05 16:54:27', '82.44.41.199', 1),
(137, 1, '2012-06-06 05:51:47', '78.46.77.118', 1),
(138, 1, '2012-06-07 05:24:51', '46.4.38.67', 1),
(139, 1, '2012-06-08 17:55:06', '69.171.247.6', 1),
(140, 1, '2012-06-08 17:55:06', '86.177.191.24', 1),
(141, 1, '2012-06-09 11:29:06', '86.177.191.24', 1),
(142, 1, '2012-06-09 17:05:15', '83.170.90.214', 1),
(143, 1, '2012-06-10 12:32:45', '46.4.38.67', 1),
(144, 1, '2012-06-12 20:15:23', '86.173.179.78', 1),
(145, 1, '2012-06-12 21:37:11', '78.144.227.208', 4),
(146, 1, '2012-06-12 23:34:03', '107.20.10.68', 1),
(147, 1, '2012-06-13 20:54:08', '46.4.38.67', 1),
(148, 1, '2012-06-14 20:08:56', '38.100.21.11', 1),
(149, 1, '2012-06-15 12:08:35', '193.113.57.163', 1),
(150, 1, '2012-06-16 06:00:25', '93.63.190.66', 1),
(151, 1, '2012-06-16 17:05:25', '83.170.90.214', 1),
(152, 1, '2012-06-17 09:44:45', '46.4.38.67', 1),
(153, 1, '2012-06-17 10:38:36', '109.148.198.31', 1),
(154, 1, '2012-06-17 14:19:50', '159.253.145.175', 1),
(155, 1, '2012-06-19 10:51:58', '122.177.240.127', 1),
(156, 1, '2012-06-19 19:18:34', '81.138.37.99', 2),
(157, 1, '2012-06-19 23:22:31', '208.80.194.69', 1),
(158, 1, '2012-06-20 08:22:37', '46.4.38.67', 1),
(159, 1, '2012-06-20 09:20:24', '195.234.243.2', 1),
(160, 1, '2012-06-22 08:42:53', '82.132.230.243', 1),
(161, 1, '2012-06-23 17:05:25', '83.170.90.214', 1),
(162, 1, '2012-06-24 21:27:23', '109.156.197.118', 1),
(163, 1, '2012-06-25 14:23:20', '86.184.212.88', 1),
(164, 1, '2012-06-26 10:30:44', '217.41.20.100', 1),
(165, 1, '2012-06-26 11:29:51', '86.181.152.79', 1),
(166, 1, '2012-06-26 13:20:56', '86.176.248.250', 2),
(167, 1, '2012-06-27 17:09:20', '174.127.133.210', 1),
(168, 1, '2012-06-29 00:17:16', '92.82.227.105', 1),
(169, 1, '2012-06-29 08:41:33', '46.4.38.67', 1),
(170, 1, '2012-06-29 17:25:01', '188.220.199.237', 1),
(171, 1, '2012-06-30 17:05:29', '83.170.90.214', 1),
(172, 1, '2012-07-03 09:55:10', '86.163.85.57', 1),
(173, 1, '2012-07-03 11:04:57', '86.176.248.250', 2),
(174, 1, '2012-07-03 13:56:58', '89.123.3.212', 1),
(175, 1, '2012-07-04 05:22:17', '46.4.38.67', 1),
(176, 1, '2012-07-05 20:17:11', '81.157.199.102', 1),
(177, 1, '2012-07-06 09:03:43', '86.147.113.188', 1),
(178, 1, '2012-07-07 09:56:05', '81.131.180.75', 1),
(179, 1, '2012-07-07 10:09:41', '180.194.28.237', 1),
(180, 1, '2012-07-07 17:05:40', '83.170.90.214', 1),
(181, 1, '2012-07-08 08:22:07', '46.4.38.67', 1),
(182, 1, '2012-07-09 15:03:36', '95.252.108.113', 1),
(183, 1, '2012-07-09 15:03:36', '95.252.108.113', 1),
(184, 1, '2012-07-09 22:50:58', '87.115.93.65', 1),
(185, 1, '2012-07-11 13:59:33', '2.96.179.239', 1),
(186, 1, '2012-07-11 14:00:12', '62.24.252.133', 1),
(187, 1, '2012-07-11 19:05:07', '92.17.246.160', 2),
(188, 1, '2012-07-11 22:30:23', '46.4.38.67', 1),
(189, 1, '2012-07-12 10:19:47', '149.241.63.154', 1),
(190, 1, '2012-07-13 19:59:17', '188.65.35.45', 1),
(191, 1, '2012-07-14 17:05:49', '83.170.90.214', 1),
(192, 1, '2012-07-15 06:57:15', '46.4.38.67', 1),
(193, 1, '2012-07-16 10:35:10', '188.222.167.147', 1),
(194, 1, '2012-07-16 14:28:08', '176.251.58.32', 2),
(195, 1, '2012-07-16 16:13:57', '176.251.58.32', 5),
(196, 1, '2012-07-16 17:03:11', '176.251.58.32', 1),
(197, 1, '2012-07-18 02:43:51', '174.127.133.59', 1),
(198, 1, '2012-07-18 13:49:30', '184.72.202.239', 2),
(199, 1, '2012-07-18 19:06:39', '46.4.38.67', 1),
(200, 1, '2012-07-20 17:11:05', '86.159.11.231', 1),
(201, 1, '2012-07-21 17:05:52', '83.170.90.214', 2),
(202, 1, '2012-07-23 16:26:19', '80.177.205.6', 1),
(203, 1, '2012-07-23 22:03:34', '46.4.38.67', 1),
(204, 1, '2012-07-24 15:10:57', '158.230.100.102', 1),
(205, 1, '2012-07-25 19:28:23', '80.4.250.84', 1),
(206, 1, '2012-07-26 05:55:15', '90.203.186.43', 1),
(207, 1, '2012-07-26 06:04:25', '90.203.186.43', 1),
(208, 1, '2012-07-26 19:41:52', '116.25.213.227', 1),
(209, 1, '2012-07-27 11:15:34', '86.134.189.161', 2),
(210, 1, '2012-07-27 15:18:36', '46.4.38.67', 1),
(211, 1, '2012-07-28 17:06:01', '83.170.90.214', 1),
(212, 1, '2012-07-29 20:06:32', '80.4.250.84', 1),
(213, 1, '2012-07-31 10:27:41', '46.4.38.67', 2),
(214, 1, '2012-07-31 12:51:07', '46.37.63.185', 1),
(215, 1, '2012-08-01 09:28:28', '176.9.123.206', 1),
(216, 1, '2012-08-02 13:54:04', '86.179.194.154', 1),
(217, 1, '2012-08-02 14:26:32', '195.234.243.2', 1),
(218, 1, '2012-08-03 10:01:32', '86.155.67.135', 1),
(219, 1, '2012-08-04 15:02:59', '90.196.9.183', 1),
(220, 1, '2012-08-04 17:06:15', '83.170.90.214', 1),
(221, 1, '2012-08-04 18:03:15', '46.4.38.67', 1),
(222, 1, '2012-08-07 11:25:39', '86.18.37.162', 1),
(223, 1, '2012-08-07 15:49:16', '174.127.133.210', 1),
(224, 1, '2012-08-08 10:23:16', '46.4.38.67', 2),
(225, 1, '2012-08-08 13:01:54', '208.90.57.196', 1),
(226, 1, '2012-08-09 20:20:24', '81.157.177.140', 1),
(227, 1, '2012-08-09 21:19:07', '188.220.199.237', 1),
(228, 1, '2012-08-09 22:01:23', '86.148.113.93', 1),
(229, 1, '2012-08-10 13:44:32', '109.145.39.176', 1),
(230, 1, '2012-08-10 18:43:20', '94.13.27.9', 1),
(231, 1, '2012-08-11 08:27:00', '174.127.133.82', 1),
(232, 1, '2012-08-11 17:06:23', '83.170.90.214', 1),
(233, 1, '2012-08-12 10:27:39', '46.4.38.67', 1),
(234, 1, '2012-08-15 21:19:27', '46.4.38.67', 1),
(235, 1, '2012-08-17 06:48:21', '46.255.116.170', 1),
(236, 1, '2012-08-17 20:52:07', '82.25.52.182', 1),
(237, 1, '2012-08-18 10:38:27', '77.99.77.217', 1),
(238, 1, '2012-08-19 06:55:40', '46.4.38.67', 1),
(239, 1, '2012-08-19 17:12:00', '95.115.253.77', 2),
(240, 1, '2012-08-22 15:33:06', '193.130.120.206', 1),
(241, 1, '2012-08-22 17:15:26', '91.85.33.166', 1),
(242, 1, '2012-08-22 21:04:35', '46.4.38.67', 1),
(243, 1, '2012-08-23 14:54:47', '78.144.72.6', 1),
(244, 1, '2012-08-24 15:13:33', '82.80.249.139', 1),
(245, 1, '2012-08-26 01:17:50', '46.4.38.67', 1),
(246, 1, '2012-08-26 02:07:09', '199.187.122.91', 1),
(247, 1, '2012-08-26 08:13:03', '90.197.25.166', 2),
(248, 1, '2012-08-26 18:55:26', '108.194.42.133', 2),
(249, 1, '2012-08-26 18:55:26', '108.194.42.133', 1),
(250, 1, '2012-08-29 00:42:25', '46.4.38.67', 1),
(251, 1, '2012-08-31 07:59:47', '81.149.77.92', 1),
(252, 1, '2012-09-01 08:26:22', '46.4.38.67', 1),
(253, 1, '2012-09-01 17:14:19', '2.222.23.40', 1),
(254, 1, '2012-09-04 05:56:00', '46.4.38.67', 1),
(255, 1, '2012-09-05 13:21:01', '86.171.219.100', 1),
(256, 1, '2012-09-08 04:43:58', '75.32.139.161', 1),
(257, 1, '2012-09-09 18:36:56', '86.167.221.24', 2),
(258, 1, '2012-09-11 02:47:21', '50.19.182.191', 1),
(259, 1, '2012-09-11 09:55:27', '91.121.136.61', 1),
(260, 1, '2012-09-12 10:50:25', '124.177.166.93', 1),
(261, 1, '2012-09-12 19:02:42', '86.181.209.52', 1),
(262, 1, '2012-09-12 21:55:19', '46.4.38.67', 1),
(263, 1, '2012-09-14 22:03:13', '174.127.133.54', 1),
(264, 1, '2012-09-15 18:46:22', '176.237.89.75', 1),
(265, 1, '2012-09-16 06:29:39', '46.4.38.67', 1),
(266, 1, '2012-09-17 09:59:50', '188.65.35.45', 1),
(267, 1, '2012-09-17 23:13:25', '174.228.6.15', 1),
(268, 1, '2012-09-18 09:54:05', '62.228.91.44', 1),
(269, 1, '2012-09-19 01:59:38', '176.9.123.206', 1),
(270, 1, '2012-09-19 10:52:50', '213.177.231.17', 1),
(271, 1, '2012-09-19 17:59:24', '78.86.128.28', 1),
(272, 1, '2012-09-19 18:52:17', '86.164.17.5', 1),
(273, 1, '2012-09-20 16:41:29', '46.4.38.67', 1),
(274, 1, '2012-09-23 11:43:39', '188.222.167.206', 2),
(275, 1, '2012-09-23 18:15:06', '46.4.38.67', 1),
(276, 1, '2012-09-25 15:15:32', '95.130.144.243', 2),
(277, 1, '2012-09-25 16:41:14', '188.65.35.45', 1),
(278, 1, '2012-09-26 02:46:20', '68.171.222.4', 3),
(279, 1, '2012-09-26 07:21:22', '90.180.209.6', 1),
(280, 1, '2012-09-27 14:16:57', '46.4.38.67', 1),
(281, 1, '2012-09-28 16:58:15', '109.163.231.48', 1),
(282, 1, '2012-10-01 11:09:30', '46.4.38.67', 1),
(283, 1, '2012-10-05 09:41:01', '46.4.38.67', 1),
(284, 1, '2012-10-08 17:43:27', '46.4.38.67', 1),
(285, 1, '2012-10-10 12:15:13', '183.60.213.71', 1),
(286, 1, '2012-10-11 04:47:37', '68.12.111.107', 2),
(287, 1, '2012-10-11 11:39:32', '78.149.248.112', 2),
(288, 1, '2012-10-11 20:56:31', '31.205.73.134', 1),
(289, 1, '2012-10-12 19:05:24', '176.9.123.206', 1),
(290, 1, '2012-10-13 01:29:26', '46.4.38.67', 1),
(291, 1, '2012-10-13 14:34:59', '86.143.152.85', 1),
(292, 1, '2012-10-13 20:34:43', '31.98.154.228', 1),
(293, 1, '2012-10-14 14:42:35', '38.100.21.63', 1),
(294, 1, '2012-10-14 17:50:08', '178.111.109.119', 1),
(295, 1, '2012-10-15 02:45:31', '68.12.111.107', 1),
(296, 1, '2012-10-15 13:38:53', '31.106.240.147', 1),
(297, 1, '2012-10-15 17:43:54', '2.126.64.216', 1),
(298, 1, '2012-10-15 19:22:52', '178.115.248.13', 1),
(299, 1, '2012-10-16 21:33:52', '46.4.38.67', 1),
(300, 1, '2012-10-17 22:56:20', '92.25.24.167', 1),
(301, 1, '2012-10-18 10:58:27', '46.4.38.67', 1),
(302, 1, '2012-10-18 17:31:09', '174.127.133.105', 1),
(303, 1, '2012-10-18 20:31:05', '149.241.183.138', 1),
(304, 1, '2012-10-19 12:52:23', '86.162.245.137', 1),
(305, 1, '2012-10-20 06:24:51', '176.9.123.206', 1),
(306, 1, '2012-10-21 06:39:44', '178.108.25.77', 1),
(307, 1, '2012-10-21 12:04:23', '94.170.92.40', 1),
(308, 1, '2012-10-22 01:32:39', '46.4.38.67', 1),
(309, 1, '2012-10-23 10:47:27', '90.222.185.126', 1),
(310, 1, '2012-10-23 22:40:35', '155.140.133.57', 1),
(311, 1, '2012-10-24 13:00:08', '80.254.147.36', 1),
(312, 1, '2012-10-25 09:46:15', '90.197.137.243', 1),
(313, 1, '2012-10-26 09:46:57', '85.186.103.66', 1),
(314, 1, '2012-10-26 21:17:07', '82.41.240.222', 10),
(315, 1, '2012-10-26 22:47:58', '86.144.108.12', 1),
(316, 1, '2012-10-27 07:54:35', '46.4.38.67', 1),
(317, 1, '2012-10-27 09:06:39', '77.99.77.217', 1),
(318, 1, '2012-10-28 20:25:49', '67.217.35.30', 1),
(319, 1, '2012-10-28 21:17:31', '90.203.2.252', 1),
(320, 1, '2012-10-28 22:28:55', '93.186.23.82', 1),
(321, 1, '2012-10-29 11:11:01', '92.27.49.164', 1),
(322, 1, '2012-10-30 04:22:14', '183.60.212.163', 1),
(323, 1, '2012-10-30 13:54:47', '183.60.213.29', 1),
(324, 1, '2012-10-30 18:22:51', '46.4.38.67', 1),
(325, 1, '2012-11-02 14:58:50', '90.180.209.6', 1),
(326, 1, '2012-11-02 15:00:01', '90.180.209.6', 1),
(327, 1, '2012-11-03 22:06:23', '86.130.252.69', 1),
(328, 1, '2012-11-04 00:16:54', '86.11.189.28', 1),
(329, 1, '2012-11-04 12:01:47', '86.11.189.28', 1),
(330, 1, '2012-11-05 11:19:33', '50.56.19.161', 2),
(331, 1, '2012-11-05 15:23:06', '83.244.202.171', 1),
(332, 1, '2012-11-06 09:36:03', '86.182.111.231', 1),
(333, 1, '2012-11-06 18:46:34', '109.153.123.240', 1),
(334, 1, '2012-11-06 23:15:45', '46.4.38.67', 1),
(335, 1, '2012-11-07 08:43:40', '89.123.45.209', 1),
(336, 1, '2012-11-07 23:42:52', '94.170.79.24', 1),
(337, 1, '2012-11-09 14:32:23', '58.152.97.117', 1),
(338, 1, '2012-11-09 16:03:32', '174.127.132.233', 1),
(339, 1, '2012-11-10 09:57:20', '46.4.38.67', 1),
(340, 1, '2012-11-10 17:21:19', '86.179.174.226', 1),
(341, 1, '2012-11-10 18:51:30', '58.152.97.117', 1),
(342, 1, '2012-11-12 12:10:32', '94.175.232.210', 2),
(343, 1, '2012-11-12 17:32:30', '194.39.218.10', 2),
(344, 1, '2012-11-13 22:37:23', '82.80.249.139', 1),
(345, 1, '2012-11-15 02:40:08', '83.170.90.214', 1),
(346, 1, '2012-11-15 17:36:14', '46.4.38.67', 1),
(347, 1, '2012-11-17 00:02:16', '81.149.105.193', 2),
(348, 1, '2012-11-17 09:39:58', '174.127.133.81', 1),
(349, 1, '2012-11-17 16:21:21', '174.127.132.228', 1),
(350, 1, '2012-11-20 00:43:45', '46.4.38.67', 1),
(351, 1, '2012-11-20 18:12:28', '81.149.105.193', 2),
(352, 1, '2012-11-21 00:06:27', '90.194.154.192', 1),
(353, 1, '2012-11-21 19:04:26', '95.151.192.73', 2),
(354, 1, '2012-11-22 02:40:51', '83.170.90.214', 1),
(355, 1, '2012-11-22 20:55:16', '86.146.146.7', 1),
(356, 1, '2012-11-23 18:45:06', '5.9.32.182', 1),
(357, 1, '2012-11-24 02:20:02', '46.4.38.67', 1),
(358, 1, '2012-11-27 13:26:28', '46.4.38.67', 1),
(359, 1, '2012-11-27 19:14:40', '5.9.32.182', 1),
(360, 1, '2012-11-29 02:54:37', '83.170.90.214', 1),
(361, 1, '2012-11-29 16:59:05', '199.187.122.91', 1),
(362, 1, '2012-11-29 18:10:01', '86.167.134.134', 2),
(363, 1, '2012-12-04 17:21:18', '194.50.118.230', 1),
(364, 1, '2012-12-05 20:37:08', '109.158.44.25', 1),
(365, 1, '2012-12-06 03:03:53', '83.170.90.214', 1),
(366, 1, '2012-12-09 10:03:40', '90.180.209.6', 2),
(367, 1, '2012-12-09 11:29:54', '90.180.209.6', 1),
(368, 1, '2012-12-09 18:12:13', '83.27.42.96', 1),
(369, 1, '2012-12-12 08:19:42', '46.4.38.67', 1),
(370, 1, '2012-12-13 03:31:11', '83.170.90.214', 1),
(371, 1, '2012-12-13 17:52:41', '195.234.243.2', 1),
(372, 1, '2012-12-13 20:44:56', '176.34.203.215', 1),
(373, 1, '2012-12-17 15:59:47', '86.180.125.74', 1),
(374, 1, '2012-12-18 04:57:18', '92.85.168.64', 1),
(375, 1, '2012-12-18 23:29:20', '174.127.133.91', 1),
(376, 1, '2012-12-19 11:21:45', '86.166.240.95', 1),
(377, 1, '2012-12-19 17:27:26', '46.4.38.67', 1),
(378, 1, '2012-12-20 03:42:37', '83.170.90.214', 1),
(379, 1, '2012-12-20 10:16:14', '62.22.104.125', 1),
(380, 1, '2012-12-20 15:44:20', '183.1.105.134', 1),
(381, 1, '2012-12-20 17:15:58', '86.166.240.95', 1),
(382, 1, '2012-12-21 16:01:36', '86.180.125.74', 2),
(383, 1, '2012-12-27 03:49:56', '83.170.90.214', 1),
(384, 1, '2012-12-29 00:28:17', '31.11.220.63', 1),
(385, 1, '2012-12-29 13:59:19', '178.110.207.77', 1),
(386, 1, '2013-01-03 12:17:41', '212.167.8.36', 1),
(387, 1, '2013-01-09 08:45:27', '213.123.191.60', 1),
(388, 1, '2013-01-09 09:01:30', '176.250.181.173', 1),
(389, 1, '2013-01-09 09:01:30', '176.250.181.173', 1),
(390, 1, '2013-01-12 19:28:26', '188.62.209.53', 1),
(391, 1, '2013-01-12 20:21:50', '193.41.185.218', 1),
(392, 1, '2013-01-15 21:36:40', '174.127.133.42', 1),
(393, 1, '2013-01-16 00:29:29', '82.80.249.139', 1),
(394, 1, '2013-01-17 11:10:23', '2.122.73.19', 2),
(395, 1, '2013-01-17 11:10:23', '2.122.73.19', 1),
(396, 1, '2013-01-17 11:10:23', '2.122.73.19', 1),
(397, 1, '2013-01-19 09:44:52', '194.7.35.200', 1),
(398, 1, '2013-01-20 13:04:55', '178.33.142.48', 1),
(399, 1, '2013-01-20 18:13:46', '178.33.142.48', 1),
(400, 1, '2013-01-24 00:54:42', '174.127.132.231', 1),
(401, 1, '2013-01-24 23:05:26', '80.2.123.86', 2),
(402, 1, '2013-01-25 16:16:58', '82.14.48.183', 1),
(403, 1, '2013-01-26 05:30:58', '174.127.132.228', 1),
(404, 1, '2013-01-27 11:41:44', '81.132.207.124', 2),
(405, 1, '2013-01-27 11:41:44', '81.132.207.124', 1),
(406, 1, '2013-01-27 19:14:07', '46.33.13.32', 1),
(407, 1, '2013-01-27 22:11:26', '46.33.13.32', 1),
(408, 1, '2013-01-28 01:15:50', '54.242.199.240', 1),
(409, 1, '2013-01-28 11:23:02', '81.178.162.182', 3),
(410, 1, '2013-01-29 13:00:57', '90.206.62.20', 2),
(411, 1, '2013-01-30 15:40:47', '80.79.208.19', 1),
(412, 1, '2013-01-30 22:02:56', '46.33.13.23', 1),
(413, 1, '2013-01-31 17:26:58', '178.33.178.12', 1),
(414, 1, '2013-02-03 23:09:50', '176.250.202.47', 1),
(415, 1, '2013-02-05 10:53:25', '155.198.210.132', 1),
(416, 1, '2013-02-06 14:45:14', '82.13.27.9', 1),
(417, 1, '2013-02-08 09:59:12', '90.192.64.112', 1),
(418, 1, '2013-02-10 15:59:57', '2.29.150.14', 1),
(419, 1, '2013-02-10 15:59:57', '2.29.150.14', 1),
(420, 1, '2013-02-10 15:59:57', '2.29.150.14', 1),
(421, 1, '2013-02-10 15:59:57', '2.29.150.14', 1),
(422, 1, '2013-02-12 08:27:18', '176.31.14.29', 1),
(423, 1, '2013-02-12 11:21:25', '174.127.132.229', 1),
(424, 1, '2013-02-13 14:18:25', '2.31.239.112', 1),
(425, 1, '2013-02-14 12:06:01', '46.65.47.17', 1),
(426, 1, '2013-02-14 15:26:06', '86.152.185.136', 1),
(427, 1, '2013-02-15 09:37:59', '46.65.47.17', 1),
(428, 1, '2013-02-15 19:09:21', '2.127.70.2', 1),
(429, 1, '2013-02-17 09:16:24', '86.163.119.200', 1),
(430, 1, '2013-02-18 01:29:14', '82.27.197.168', 1),
(431, 1, '2013-02-19 23:05:21', '174.127.133.101', 1),
(432, 1, '2013-02-21 22:31:46', '174.127.135.252', 1),
(433, 1, '2013-02-22 18:40:47', '83.143.141.12', 1),
(434, 1, '2013-02-25 04:35:41', '176.74.192.82', 1),
(435, 1, '2013-02-26 01:32:03', '5.135.125.182', 1),
(436, 1, '2013-02-27 02:49:07', '178.63.83.12', 1),
(437, 1, '2013-02-28 11:02:03', '174.127.132.226', 1),
(438, 1, '2013-02-28 19:33:00', '82.80.249.139', 1),
(439, 1, '2013-02-28 22:08:29', '86.0.90.209', 1),
(440, 1, '2013-03-01 04:52:06', '1.22.137.106', 1),
(441, 1, '2013-03-01 10:40:44', '62.219.8.227', 1),
(442, 1, '2013-03-01 13:13:24', '123.255.250.178', 1),
(443, 1, '2013-03-03 07:12:35', '85.17.73.171', 1),
(444, 1, '2013-03-03 18:22:43', '81.159.38.106', 1),
(445, 1, '2013-03-08 14:51:40', '62.49.169.146', 2),
(446, 1, '2013-03-11 21:58:16', '82.41.200.23', 2),
(447, 1, '2013-03-12 21:09:54', '80.2.126.24', 2),
(448, 1, '2013-03-13 19:34:29', '174.127.133.210', 1),
(449, 1, '2013-03-13 22:44:58', '86.182.104.157', 1),
(450, 1, '2013-03-15 08:36:24', '174.127.133.138', 1),
(451, 1, '2013-03-15 13:50:52', '174.127.132.225', 1),
(452, 1, '2013-03-16 13:09:40', '174.127.133.35', 1),
(453, 1, '2013-03-18 15:34:26', '208.90.57.196', 1),
(454, 1, '2013-03-19 11:45:48', '80.45.83.95', 2),
(455, 1, '2013-03-19 19:21:53', '123.151.148.155', 1),
(456, 1, '2013-03-19 23:06:39', '46.65.65.232', 1),
(457, 1, '2013-03-20 14:55:33', '92.21.72.98', 2),
(458, 1, '2013-03-20 20:39:43', '86.152.171.87', 1),
(459, 1, '2013-03-21 18:14:04', '83.170.90.214', 1),
(460, 1, '2013-03-22 04:47:56', '109.163.231.48', 1),
(461, 1, '2013-03-22 10:19:15', '123.255.250.178', 1),
(462, 1, '2013-03-24 21:24:57', '92.23.30.156', 1),
(463, 1, '2013-03-25 18:12:51', '86.163.121.12', 2),
(464, 1, '2013-03-26 11:49:58', '86.163.121.12', 1),
(465, 1, '2013-03-26 19:25:17', '174.127.133.138', 1),
(466, 1, '2013-03-28 17:02:39', '195.54.243.204', 1),
(467, 1, '2013-03-28 18:16:51', '83.170.90.214', 1),
(468, 1, '2013-04-01 07:48:58', '23.20.127.23', 1),
(469, 1, '2013-04-03 13:01:56', '213.55.105.18', 1),
(470, 1, '2013-04-03 19:48:05', '213.55.104.198', 1),
(471, 1, '2013-04-04 00:18:18', '189.101.117.16', 2),
(472, 1, '2013-04-04 09:11:57', '180.222.139.114', 1),
(473, 1, '2013-04-04 17:17:49', '83.170.90.214', 1),
(474, 1, '2013-04-04 21:32:48', '49.176.68.29', 1),
(475, 1, '2013-04-04 22:53:34', '213.55.105.18', 1),
(476, 1, '2013-04-06 18:32:46', '86.163.55.81', 1),
(477, 1, '2013-04-09 12:32:40', '199.187.122.91', 1),
(478, 1, '2013-04-09 13:20:53', '81.151.141.240', 1),
(479, 1, '2013-04-10 12:16:56', '109.144.244.27', 1),
(480, 1, '2013-04-11 17:17:53', '83.170.90.214', 1),
(481, 1, '2013-04-12 12:08:30', '199.67.203.140', 1),
(482, 1, '2013-04-12 19:39:39', '174.127.133.100', 1),
(483, 1, '2013-04-14 18:04:11', '81.137.240.181', 1),
(484, 1, '2013-04-16 15:54:10', '194.68.56.35', 1),
(485, 1, '2013-04-16 18:06:21', '85.68.33.87', 1),
(486, 1, '2013-04-16 19:56:34', '85.68.33.87', 1),
(487, 1, '2013-04-17 22:46:31', '92.24.84.248', 1),
(488, 1, '2013-04-18 06:34:08', '64.56.103.180', 1),
(489, 1, '2013-04-18 17:17:57', '83.170.90.214', 1),
(490, 1, '2013-04-19 04:16:05', '50.31.96.7', 1),
(491, 1, '2013-04-19 20:42:12', '178.33.178.13', 1),
(492, 1, '2013-04-19 21:12:11', '2.38.205.255', 1),
(493, 1, '2013-04-21 20:24:14', '81.151.95.60', 1),
(494, 1, '2013-04-22 09:48:05', '212.97.81.80', 1),
(495, 1, '2013-04-22 15:09:52', '86.132.195.131', 1),
(496, 1, '2013-04-24 17:18:05', '46.105.250.44', 1),
(497, 1, '2013-04-25 16:23:59', '173.192.34.95', 1),
(498, 1, '2013-04-25 17:19:58', '83.170.90.214', 1),
(499, 1, '2013-04-30 15:12:45', '81.99.248.36', 1),
(500, 1, '2013-04-30 20:39:39', '189.38.188.186', 1),
(501, 1, '2013-05-01 01:28:04', '177.82.32.186', 1),
(502, 1, '2013-05-01 18:59:57', '216.38.216.101', 1),
(503, 1, '2013-05-03 16:23:42', '86.177.14.142', 1),
(504, 1, '2013-05-04 10:24:18', '81.108.110.81', 1),
(505, 1, '2013-05-06 23:51:08', '54.244.123.157', 1),
(506, 1, '2013-05-10 22:58:59', '86.164.138.75', 1),
(507, 1, '2013-05-11 09:58:13', '174.127.133.99', 1),
(508, 1, '2013-05-11 18:03:56', '176.26.190.35', 1),
(509, 1, '2013-05-14 17:18:31', '82.3.44.111', 1),
(510, 1, '2013-05-17 13:07:11', '194.202.143.127', 1),
(511, 1, '2013-05-17 19:02:37', '86.162.73.190', 1),
(512, 1, '2013-05-18 10:18:56', '86.6.42.80', 1),
(513, 1, '2013-05-19 13:46:47', '86.6.42.80', 1),
(514, 1, '2013-05-23 13:41:09', '178.33.178.14', 1),
(515, 1, '2013-05-28 01:59:11', '124.149.140.38', 1),
(516, 1, '2013-05-31 12:00:33', '2.98.240.158', 1),
(517, 1, '2013-06-03 19:49:56', '86.184.51.95', 1),
(518, 1, '2013-06-03 20:04:18', '66.220.152.115', 1),
(519, 1, '2013-06-03 20:04:18', '185.5.153.51', 1),
(520, 1, '2013-06-06 23:02:07', '87.112.107.154', 1),
(521, 1, '2013-06-08 16:54:03', '86.140.221.130', 1),
(522, 1, '2013-06-12 13:17:11', '174.127.133.160', 1),
(523, 1, '2013-06-13 07:11:32', '176.31.14.28', 1),
(524, 1, '2013-06-14 04:24:31', '174.127.133.48', 1),
(525, 1, '2013-06-14 09:26:14', '174.127.133.160', 1),
(526, 1, '2013-06-18 01:55:32', '174.127.133.11', 1),
(527, 1, '2013-06-19 12:24:04', '188.221.123.167', 1),
(528, 1, '2013-06-20 04:58:40', '174.127.133.156', 1),
(529, 1, '2013-06-20 08:41:04', '83.244.137.162', 1),
(530, 1, '2013-06-20 23:42:17', '54.216.51.222', 1),
(531, 1, '2013-06-21 08:24:08', '5.64.103.57', 1),
(532, 1, '2013-06-22 05:14:37', '174.127.133.152', 1),
(533, 1, '2013-06-23 19:07:07', '86.173.62.173', 1),
(534, 1, '2013-06-24 05:17:46', '174.127.133.153', 1),
(535, 1, '2013-06-24 11:15:01', '117.243.176.85', 2),
(536, 1, '2013-06-25 00:36:14', '23.22.153.49', 1),
(537, 1, '2013-06-25 14:23:17', '78.144.78.212', 3),
(538, 1, '2013-06-27 10:46:19', '213.86.86.107', 1),
(539, 1, '2013-07-01 23:33:53', '46.64.51.179', 1),
(540, 1, '2013-07-03 14:46:55', '95.152.229.188', 2),
(541, 1, '2013-07-05 08:00:00', '80.169.135.190', 1),
(542, 1, '2013-07-07 10:36:31', '2.103.19.11', 1),
(543, 1, '2013-07-10 11:15:26', '83.218.130.10', 1),
(544, 1, '2013-07-12 05:33:03', '176.9.148.194', 1),
(545, 1, '2013-07-16 21:47:38', '174.127.133.29', 1),
(546, 1, '2013-07-17 00:20:02', '174.127.133.89', 1),
(547, 1, '2013-07-17 08:36:04', '86.13.216.238', 1),
(548, 1, '2013-07-23 11:02:01', '82.192.75.50', 1),
(549, 1, '2013-07-24 20:55:06', '86.31.67.92', 1),
(550, 1, '2013-07-26 04:41:35', '144.76.71.146', 1),
(551, 1, '2013-07-27 18:47:32', '92.25.145.212', 1),
(552, 1, '2013-07-28 01:29:02', '109.144.137.126', 1),
(553, 1, '2013-07-28 13:41:45', '2.27.232.253', 1),
(554, 1, '2013-08-04 23:03:18', '109.150.58.116', 1),
(555, 1, '2013-08-04 23:03:18', '109.150.58.116', 1),
(556, 1, '2013-08-07 13:57:40', '173.192.34.95', 1),
(557, 1, '2013-08-08 15:43:43', '82.125.159.13', 1),
(558, 1, '2013-08-12 05:29:01', '38.100.21.68', 1),
(559, 1, '2013-08-14 18:24:05', '78.157.220.190', 1),
(560, 1, '2013-08-14 20:46:30', '81.101.7.90', 2),
(561, 1, '2013-08-14 20:46:30', '81.101.7.90', 1),
(562, 1, '2013-08-14 20:46:30', '81.101.7.90', 1),
(563, 1, '2013-08-14 20:46:31', '81.101.7.90', 1),
(564, 1, '2013-08-15 22:14:45', '174.127.133.38', 1),
(565, 1, '2013-08-16 14:02:49', '94.0.211.32', 1),
(566, 1, '2013-08-18 22:50:53', '174.127.133.155', 1),
(567, 1, '2013-08-19 13:24:03', '188.29.38.19', 1),
(568, 1, '2013-08-20 15:37:48', '199.187.122.91', 1),
(569, 1, '2013-08-22 05:43:57', '85.17.73.171', 1),
(570, 1, '2013-08-22 13:34:41', '151.237.238.126', 1),
(571, 1, '2013-08-22 18:10:03', '67.163.185.254', 1),
(572, 1, '2013-08-22 21:47:50', '46.43.33.244', 1),
(573, 1, '2013-08-22 22:02:30', '80.1.136.214', 1),
(574, 1, '2013-08-24 03:42:27', '78.157.196.187', 2),
(575, 1, '2013-08-26 10:28:10', '78.146.111.106', 1),
(576, 1, '2013-09-03 19:56:58', '86.174.117.96', 1),
(577, 1, '2013-09-03 21:10:40', '213.205.230.61', 1),
(578, 1, '2013-09-04 11:03:26', '116.24.101.103', 1),
(579, 1, '2013-09-07 18:05:45', '81.99.223.138', 1),
(580, 1, '2013-09-09 01:03:09', '113.254.104.168', 1),
(581, 1, '2013-09-11 01:32:29', '54.200.21.85', 1),
(582, 1, '2013-09-15 13:07:55', '86.6.128.190', 1),
(583, 1, '2013-09-17 13:05:40', '174.127.133.100', 1),
(584, 1, '2013-09-18 12:36:20', '86.182.27.169', 1),
(585, 1, '2013-09-18 22:05:55', '86.134.141.83', 1),
(586, 1, '2013-09-22 19:08:14', '208.43.225.85', 1),
(587, 1, '2013-09-24 19:10:29', '81.99.123.81', 2),
(588, 1, '2013-09-25 18:02:09', '86.135.7.207', 1),
(589, 1, '2013-09-25 23:33:18', '144.76.38.150', 1),
(590, 1, '2013-09-26 08:22:29', '81.99.123.81', 1),
(591, 1, '2013-09-26 13:19:46', '81.99.123.81', 1),
(592, 1, '2013-09-26 20:44:57', '176.31.14.28', 1),
(593, 1, '2013-09-27 09:15:03', '83.244.137.162', 2),
(594, 1, '2013-09-27 13:49:26', '81.99.123.81', 1),
(595, 1, '2013-09-27 17:02:15', '117.254.1.49', 2),
(596, 1, '2013-09-29 08:40:47', '144.76.38.150', 1),
(597, 1, '2013-09-30 09:05:51', '195.83.187.210', 1),
(598, 1, '2013-09-30 15:03:24', '83.244.137.162', 1),
(599, 1, '2013-10-01 17:45:19', '81.151.1.48', 1),
(600, 1, '2013-10-02 07:14:30', '144.76.38.150', 1),
(601, 1, '2013-10-03 09:07:11', '194.219.109.125', 1),
(602, 1, '2013-10-03 14:12:57', '54.211.166.42', 1),
(603, 1, '2013-10-03 20:55:28', '80.42.134.216', 1),
(604, 1, '2013-10-04 15:46:37', '2.125.130.204', 2),
(605, 1, '2013-10-04 18:34:58', '144.76.38.150', 1),
(606, 1, '2013-10-06 12:44:14', '82.192.75.61', 1),
(607, 1, '2013-10-07 22:14:13', '80.42.127.66', 1),
(608, 1, '2013-10-15 08:00:23', '183.37.246.79', 1),
(609, 1, '2013-10-15 22:56:14', '174.127.133.94', 1),
(610, 1, '2013-10-22 00:24:46', '78.147.227.145', 1),
(611, 1, '2013-10-22 16:36:40', '86.176.148.59', 1),
(612, 1, '2013-10-22 16:36:40', '86.176.148.59', 1),
(613, 1, '2013-10-24 19:07:44', '86.172.64.5', 1),
(614, 1, '2013-11-04 14:40:03', '86.188.237.20', 2),
(615, 1, '2013-11-05 14:30:22', '208.90.57.196', 1),
(616, 1, '2013-11-06 15:25:33', '195.59.118.197', 1),
(617, 1, '2013-11-07 22:47:24', '87.114.36.249', 1),
(618, 1, '2013-11-10 20:42:33', '86.168.137.212', 1),
(619, 1, '2013-11-10 20:42:33', '86.168.137.212', 1),
(620, 1, '2013-11-12 10:00:33', '188.138.220.213', 1),
(621, 1, '2013-11-13 16:47:36', '50.19.165.99', 1),
(622, 1, '2013-11-14 06:55:29', '85.17.73.171', 1),
(623, 1, '2013-11-15 06:39:58', '174.127.133.30', 1),
(624, 1, '2013-11-17 17:18:35', '46.65.116.7', 1),
(625, 1, '2013-11-17 19:20:26', '88.251.227.213', 1),
(626, 1, '2013-11-18 15:06:07', '85.137.131.25', 2),
(627, 1, '2013-11-23 06:48:28', '208.90.57.196', 1),
(628, 1, '2013-11-23 21:55:09', '85.137.131.25', 1),
(629, 1, '2013-11-23 21:55:09', '85.137.131.25', 1),
(630, 1, '2013-11-25 19:16:47', '90.154.243.192', 1),
(631, 1, '2013-11-26 12:28:31', '183.5.15.70', 1),
(632, 1, '2013-11-26 16:11:03', '183.5.15.70', 1),
(633, 1, '2013-11-26 18:27:21', '109.145.83.234', 1),
(634, 1, '2013-11-26 19:43:52', '86.130.217.23', 1),
(635, 1, '2013-11-27 09:01:37', '174.127.133.151', 1),
(636, 1, '2013-11-27 18:10:19', '172.246.33.37', 1),
(637, 1, '2013-11-29 05:40:32', '146.185.171.7', 1),
(638, 1, '2013-11-29 19:25:03', '81.149.93.211', 1),
(639, 1, '2013-12-01 01:06:19', '2.219.122.95', 1),
(640, 1, '2013-12-04 11:27:12', '78.149.161.211', 1),
(641, 1, '2013-12-04 14:32:58', '31.48.60.150', 1),
(642, 1, '2013-12-04 14:32:59', '31.48.60.150', 1),
(643, 1, '2013-12-05 03:37:28', '79.181.138.95', 1),
(644, 1, '2013-12-05 03:37:28', '79.181.138.95', 1),
(645, 1, '2013-12-06 21:18:00', '2.30.134.26', 1),
(646, 1, '2013-12-11 21:19:10', '85.186.103.66', 1),
(647, 1, '2013-12-12 22:31:48', '74.91.26.218', 1),
(648, 1, '2013-12-14 04:15:29', '174.127.133.59', 2),
(649, 1, '2013-12-16 17:44:45', '151.228.244.195', 1),
(650, 1, '2013-12-17 16:39:05', '195.234.243.2', 1),
(651, 1, '2013-12-18 03:25:25', '79.116.24.76', 1),
(652, 1, '2013-12-18 11:38:13', '89.139.39.203', 1),
(653, 1, '2013-12-19 01:23:47', '94.3.120.69', 2),
(654, 1, '2013-12-19 20:50:31', '95.145.57.221', 1),
(655, 1, '2013-12-23 19:52:18', '81.99.123.81', 1),
(656, 1, '2013-12-26 23:25:02', '208.90.57.196', 1),
(657, 1, '2013-12-27 20:22:21', '208.90.57.196', 1),
(658, 1, '2013-12-29 18:24:04', '103.240.168.179', 1),
(659, 1, '2014-01-07 10:39:52', '217.46.222.59', 1),
(660, 1, '2014-01-08 22:27:38', '185.5.154.227', 1),
(661, 1, '2014-01-10 03:25:45', '173.193.219.168', 1),
(662, 1, '2014-01-11 11:39:16', '85.186.103.66', 1),
(663, 1, '2014-01-15 14:05:52', '195.234.241.9', 1),
(664, 1, '2014-01-15 16:48:21', '82.45.204.82', 1),
(665, 1, '2014-01-16 04:58:55', '174.127.133.59', 1),
(666, 1, '2014-01-16 09:10:29', '86.19.224.191', 1),
(667, 1, '2014-01-18 20:19:44', '86.164.113.246', 2),
(668, 1, '2014-01-20 10:51:44', '81.151.119.18', 1),
(669, 1, '2014-01-20 14:24:32', '81.99.223.138', 2),
(670, 1, '2014-01-27 00:32:32', '199.187.122.91', 1),
(671, 1, '2014-01-28 13:57:22', '188.39.80.138', 1),
(672, 1, '2014-01-28 19:03:54', '82.28.52.198', 1),
(673, 1, '2014-01-29 11:53:41', '5.67.240.190', 1),
(674, 1, '2014-01-29 14:30:50', '86.1.77.81', 2),
(675, 1, '2014-01-30 12:04:19', '158.180.192.10', 1),
(676, 1, '2014-01-30 16:25:08', '82.43.104.107', 1),
(677, 1, '2014-01-31 15:45:15', '79.77.213.168', 1),
(678, 1, '2014-01-31 18:02:06', '83.60.29.40', 1),
(679, 1, '2014-02-02 20:25:10', '2.123.119.112', 1),
(680, 1, '2014-02-02 22:05:42', '94.5.204.219', 1),
(681, 1, '2014-02-03 20:52:38', '86.19.224.191', 1),
(682, 1, '2014-02-04 16:43:26', '86.188.154.178', 1),
(683, 1, '2014-02-04 18:31:16', '86.143.120.244', 1),
(684, 1, '2014-02-07 18:03:12', '82.39.106.157', 1),
(685, 1, '2014-02-10 06:23:37', '85.17.73.171', 1),
(686, 1, '2014-02-10 07:34:16', '86.135.2.172', 1),
(687, 1, '2014-02-12 13:00:24', '86.138.206.204', 1),
(688, 1, '2014-02-13 00:54:44', '195.242.222.97', 1),
(689, 1, '2014-02-13 17:07:40', '59.88.41.148', 1),
(690, 1, '2014-02-14 11:05:11', '174.127.133.152', 1),
(691, 1, '2014-02-14 16:08:39', '2.223.56.130', 1),
(692, 1, '2014-02-14 22:57:27', '91.231.85.210', 1),
(693, 1, '2014-02-15 04:41:59', '174.127.133.106', 1),
(694, 1, '2014-02-16 06:10:34', '174.127.133.57', 1),
(695, 1, '2014-02-16 17:03:02', '78.147.61.113', 1),
(696, 1, '2014-02-16 19:06:58', '193.152.143.238', 2),
(697, 1, '2014-02-17 21:46:25', '188.85.140.106', 1),
(698, 1, '2014-02-19 15:57:25', '86.157.237.138', 1),
(699, 1, '2014-02-19 18:59:36', '86.157.237.138', 1),
(700, 1, '2014-02-22 00:17:36', '31.13.99.113', 1),
(701, 1, '2014-02-22 00:17:36', '188.29.165.170', 1),
(702, 1, '2014-02-24 08:35:28', '185.25.49.181', 1),
(703, 1, '2014-02-24 16:09:46', '86.1.77.81', 2),
(704, 1, '2014-02-25 12:03:16', '193.60.74.253', 1),
(705, 1, '2014-02-26 13:20:34', '213.104.41.136', 1),
(706, 1, '2014-03-03 12:03:53', '82.15.97.79', 1),
(707, 1, '2014-03-04 11:08:06', '208.68.38.202', 1),
(708, 1, '2014-03-04 21:11:01', '78.32.162.67', 2),
(709, 1, '2014-03-05 01:34:11', '86.145.207.135', 1),
(710, 1, '2014-03-05 08:34:40', '67.19.79.218', 1),
(711, 1, '2014-03-06 05:25:17', '173.252.110.113', 1),
(712, 1, '2014-03-06 08:35:50', '198.199.71.16', 1),
(713, 1, '2014-03-06 16:50:17', '2.26.239.222', 1),
(714, 1, '2014-03-06 19:40:46', '5.81.6.163', 1),
(715, 1, '2014-03-10 10:33:03', '198.199.83.125', 2),
(716, 1, '2014-03-10 17:07:49', '90.220.7.136', 1),
(717, 1, '2014-03-12 08:31:34', '198.211.110.246', 1),
(718, 1, '2014-03-13 09:10:28', '80.99.18.195', 1),
(719, 1, '2014-03-13 23:39:01', '174.127.133.85', 1),
(720, 1, '2014-03-14 06:01:04', '192.81.210.204', 1),
(721, 1, '2014-03-15 18:12:51', '174.127.133.92', 1),
(722, 1, '2014-03-16 03:14:36', '198.211.96.53', 1),
(723, 1, '2014-03-18 00:43:00', '198.211.110.246', 1),
(724, 1, '2014-03-18 21:32:12', '212.139.194.30', 1),
(725, 1, '2014-03-19 23:50:18', '198.199.65.166', 1),
(726, 1, '2014-03-20 15:48:45', '137.117.244.138', 2),
(727, 1, '2014-03-21 20:07:22', '173.193.219.168', 1),
(728, 1, '2014-03-21 23:15:30', '198.211.110.12', 1),
(729, 1, '2014-03-22 06:07:34', '176.74.192.85', 1),
(730, 1, '2014-03-23 01:02:09', '208.90.57.196', 1),
(731, 1, '2014-03-23 21:56:37', '144.32.128.73', 1),
(732, 1, '2014-03-23 23:02:02', '198.199.66.138', 1),
(733, 1, '2014-03-24 16:14:43', '188.39.80.138', 1),
(734, 1, '2014-03-24 17:34:34', '81.136.234.92', 1),
(735, 1, '2014-03-25 21:46:34', '69.197.160.242', 1),
(736, 1, '2014-03-25 22:19:23', '198.199.66.80', 1),
(737, 1, '2014-03-27 22:48:45', '208.68.38.202', 1),
(738, 1, '2014-03-28 05:16:02', '183.5.11.162', 1),
(739, 1, '2014-03-28 18:35:33', '86.135.63.40', 1),
(740, 1, '2014-03-30 07:05:25', '198.199.120.94', 1),
(741, 1, '2014-03-30 22:33:22', '92.26.33.36', 2),
(742, 1, '2014-04-01 00:39:33', '192.81.212.190', 1),
(743, 1, '2014-04-01 16:31:25', '78.32.162.67', 1),
(744, 1, '2014-04-02 18:20:11', '198.199.120.94', 1),
(745, 1, '2014-04-03 21:50:53', '82.26.18.162', 1),
(746, 1, '2014-04-04 11:47:05', '192.81.215.7', 1),
(747, 1, '2014-04-04 23:06:48', '208.90.57.196', 1),
(748, 1, '2014-04-06 06:30:59', '208.68.38.202', 1),
(749, 1, '2014-04-07 12:21:00', '81.149.6.240', 1),
(750, 1, '2014-04-07 19:58:49', '162.243.170.64', 1),
(751, 1, '2014-04-08 20:01:11', '31.51.113.12', 1),
(752, 1, '2014-04-09 05:02:09', '78.46.145.195', 1),
(753, 1, '2014-04-09 14:07:25', '198.199.83.127', 1),
(754, 1, '2014-04-09 22:58:45', '31.185.48.147', 1),
(755, 1, '2014-04-11 07:08:10', '162.243.170.59', 1),
(756, 1, '2014-04-11 13:06:49', '213.86.45.117', 1),
(757, 1, '2014-04-13 00:57:10', '198.199.86.202', 1),
(758, 1, '2014-04-14 19:09:36', '192.81.211.143', 1),
(759, 1, '2014-04-14 23:35:45', '174.127.133.57', 1),
(760, 1, '2014-04-15 02:45:18', '183.5.47.67', 1),
(761, 1, '2014-04-15 11:38:00', '81.98.195.150', 1),
(762, 1, '2014-04-16 12:57:47', '174.127.133.63', 1),
(763, 1, '2014-04-16 13:19:54', '198.199.83.125', 1),
(764, 1, '2014-04-18 21:27:30', '86.157.238.36', 1),
(765, 1, '2014-04-18 23:57:38', '198.211.108.79', 1),
(766, 1, '2014-04-20 03:58:49', '198.211.110.12', 1),
(767, 1, '2014-04-21 00:50:21', '81.111.47.32', 2),
(768, 1, '2014-04-22 18:59:41', '198.211.110.246', 1),
(769, 1, '2014-04-23 12:15:47', '80.176.192.50', 4),
(770, 1, '2014-04-23 13:01:35', '198.148.27.1', 1),
(771, 1, '2014-04-24 10:28:03', '192.31.106.40', 1),
(772, 1, '2014-04-24 15:26:40', '198.199.66.80', 1),
(773, 1, '2014-04-24 19:00:37', '2.97.238.139', 2),
(774, 1, '2014-04-26 13:37:25', '198.211.102.105', 1),
(775, 1, '2014-04-26 18:56:29', '74.91.26.218', 1),
(776, 1, '2014-04-27 11:51:10', '195.191.86.49', 2),
(777, 1, '2014-04-27 11:51:10', '195.191.86.49', 1),
(778, 1, '2014-04-28 13:59:26', '198.211.106.56', 1),
(779, 1, '2014-04-28 16:11:50', '5.159.124.20', 1),
(780, 1, '2014-04-30 14:31:07', '198.199.86.202', 1),
(781, 1, '2014-05-01 05:13:58', '5.9.127.154', 1),
(782, 1, '2014-05-02 13:51:51', '192.34.58.199', 1),
(783, 1, '2014-05-04 02:20:05', '86.180.220.34', 1),
(784, 1, '2014-05-04 14:23:51', '198.211.99.41', 1),
(785, 1, '2014-05-06 15:28:02', '198.211.110.12', 1),
(786, 1, '2014-05-07 20:11:49', '2.30.113.188', 1),
(787, 1, '2014-05-08 16:47:17', '192.34.59.53', 1),
(788, 1, '2014-05-10 02:48:06', '65.52.152.131', 1),
(789, 1, '2014-05-10 08:30:27', '86.181.165.111', 1),
(790, 1, '2014-05-10 19:44:22', '198.211.105.73', 1),
(791, 1, '2014-05-12 21:53:07', '198.199.66.52', 1),
(792, 1, '2014-05-14 09:28:30', '54.80.155.107', 1),
(793, 1, '2014-05-14 09:28:30', '54.80.155.107', 1),
(794, 1, '2014-05-14 17:21:18', '85.17.73.171', 1),
(795, 1, '2014-05-15 01:01:50', '198.211.108.79', 1),
(796, 1, '2014-05-16 00:56:48', '72.8.185.154', 1),
(797, 1, '2014-05-16 13:24:31', '86.179.99.78', 1),
(798, 1, '2014-05-17 04:07:52', '192.81.211.179', 1),
(799, 1, '2014-05-19 08:24:31', '192.81.210.204', 1),
(800, 1, '2014-05-19 12:43:12', '89.168.177.47', 1),
(801, 1, '2014-05-19 21:25:12', '90.209.12.100', 1),
(802, 1, '2014-05-21 13:05:37', '192.81.210.100', 1),
(803, 1, '2014-05-21 17:27:05', '86.163.98.13', 1),
(804, 1, '2014-05-22 02:34:34', '174.127.133.65', 1),
(805, 1, '2014-05-23 16:54:58', '122.176.165.243', 1),
(806, 1, '2014-05-23 17:41:03', '198.211.106.56', 1),
(807, 1, '2014-05-23 19:55:56', '122.176.165.243', 1),
(808, 1, '2014-05-23 20:36:16', '122.176.165.243', 2),
(809, 1, '2014-05-23 23:13:21', '122.176.165.243', 1),
(810, 1, '2014-05-24 00:46:40', '122.176.165.243', 1),
(811, 1, '2014-05-26 00:09:40', '198.199.120.94', 1),
(812, 1, '2014-05-28 11:04:13', '65.52.152.104', 1),
(813, 1, '2014-05-28 20:08:47', '198.211.110.246', 1),
(814, 1, '2014-05-30 19:09:03', '69.171.237.13', 2),
(815, 1, '2014-05-30 23:31:06', '174.127.133.44', 1),
(816, 1, '2014-06-01 00:44:35', '198.199.123.25', 1),
(817, 1, '2014-06-01 08:42:30', '199.187.122.91', 1),
(818, 1, '2014-06-02 12:57:08', '92.237.30.142', 1),
(819, 1, '2014-06-03 10:19:00', '213.219.24.162', 1),
(820, 1, '2014-06-04 19:15:32', '81.98.207.98', 1),
(821, 1, '2014-06-05 10:03:07', '198.199.83.125', 1),
(822, 1, '2014-06-10 08:44:35', '198.199.66.80', 1),
(823, 1, '2014-06-10 13:33:27', '83.244.137.162', 1),
(824, 1, '2014-06-12 10:56:24', '85.120.166.72', 1),
(825, 1, '2014-06-14 11:01:48', '174.127.133.35', 1),
(826, 1, '2014-06-14 20:30:36', '174.127.133.90', 1),
(827, 1, '2014-06-14 22:14:35', '198.211.106.56', 1),
(828, 1, '2014-06-16 00:32:59', '192.34.60.201', 1),
(829, 1, '2014-06-18 16:49:41', '92.17.231.253', 2),
(830, 1, '2014-06-19 14:34:31', '192.241.157.23', 1),
(831, 1, '2014-06-20 14:14:36', '90.199.220.35', 1),
(832, 1, '2014-06-20 20:28:18', '31.124.112.125', 1),
(833, 1, '2014-06-21 16:51:24', '198.199.121.20', 1),
(834, 1, '2014-06-21 22:25:17', '69.197.13.100', 1),
(835, 1, '2014-06-23 20:23:02', '174.127.133.151', 1),
(836, 1, '2014-06-24 07:33:31', '62.189.56.2', 1),
(837, 1, '2014-06-24 14:55:22', '213.86.45.117', 1),
(838, 1, '2014-06-25 08:51:07', '198.211.105.73', 1),
(839, 1, '2014-06-25 14:23:16', '217.158.77.106', 1),
(840, 1, '2014-06-26 16:18:40', '217.137.241.189', 1),
(841, 1, '2014-06-27 07:11:19', '39.53.229.190', 1),
(842, 1, '2014-06-27 11:35:04', '42.62.79.4', 1),
(843, 1, '2014-06-27 18:26:32', '198.199.122.12', 1),
(844, 1, '2014-06-28 07:57:44', '176.248.30.124', 1),
(845, 1, '2014-06-28 08:18:56', '46.229.172.76', 1),
(846, 1, '2014-06-28 17:13:45', '86.24.164.242', 1),
(847, 1, '2014-06-29 08:16:19', '101.86.121.175', 1),
(848, 1, '2014-06-30 19:15:47', '162.243.170.65', 1),
(849, 1, '2014-07-02 11:25:14', '83.244.137.162', 1),
(850, 1, '2014-07-04 07:22:10', '198.199.74.127', 2),
(851, 1, '2014-07-05 20:46:31', '192.99.147.201', 1),
(852, 1, '2014-07-07 18:24:31', '54.91.140.70', 1),
(853, 1, '2014-07-09 20:06:49', '109.149.248.1', 1),
(854, 1, '2014-07-12 11:06:12', '198.199.75.123', 1),
(855, 1, '2014-07-15 15:37:19', '90.244.30.223', 1),
(856, 1, '2014-07-18 13:13:25', '174.127.133.51', 1),
(857, 1, '2014-07-20 18:56:39', '82.43.160.88', 1),
(858, 1, '2014-07-22 08:35:58', '198.199.87.135', 1),
(859, 1, '2014-07-22 09:41:22', '82.14.48.178', 1),
(860, 1, '2014-07-23 18:51:48', '168.62.203.215', 1),
(861, 1, '2014-07-24 02:00:51', '50.19.165.99', 1),
(862, 1, '2014-07-24 14:10:40', '89.105.30.83', 1),
(863, 1, '2014-07-25 05:40:16', '192.99.19.154', 1),
(864, 1, '2014-07-26 03:19:42', '192.99.19.154', 2),
(865, 1, '2014-07-27 11:09:34', '192.99.19.154', 1),
(866, 1, '2014-07-27 17:21:39', '198.199.74.127', 1),
(867, 1, '2014-07-29 12:15:25', '46.229.172.76', 1),
(868, 1, '2014-07-29 22:48:11', '208.90.57.196', 1),
(869, 1, '2014-07-30 11:05:15', '82.15.97.79', 1),
(870, 1, '2014-07-30 20:45:40', '198.211.106.56', 1),
(871, 1, '2014-07-30 22:39:30', '173.252.112.117', 1),
(872, 1, '2014-07-31 12:32:51', '92.27.46.175', 1),
(873, 1, '2014-07-31 14:37:26', '115.70.164.218', 2),
(874, 1, '2014-07-31 20:40:22', '82.43.160.88', 1),
(875, 1, '2014-08-02 21:32:32', '162.243.170.64', 1),
(876, 1, '2014-08-03 11:24:43', '85.17.73.171', 1),
(877, 1, '2014-08-05 10:07:56', '109.26.136.146', 1),
(878, 1, '2014-08-05 21:37:41', '82.43.160.88', 2),
(879, 1, '2014-08-08 09:00:09', '192.99.19.154', 1),
(880, 1, '2014-08-09 19:07:12', '85.255.235.153', 1),
(881, 1, '2014-08-09 22:30:13', '94.242.222.44', 1),
(882, 1, '2014-08-10 10:59:40', '211.94.161.81', 1),
(883, 1, '2014-08-10 17:41:28', '176.27.30.213', 1),
(884, 1, '2014-08-11 09:20:09', '116.71.141.38', 1),
(885, 1, '2014-08-11 19:30:39', '82.43.160.88', 1),
(886, 1, '2014-08-12 08:51:57', '82.30.102.17', 1),
(887, 1, '2014-08-12 18:59:26', '78.144.160.120', 1),
(888, 1, '2014-08-14 14:32:42', '198.211.110.12', 1),
(889, 1, '2014-08-14 15:12:39', '89.105.30.83', 1),
(890, 1, '2014-08-15 04:21:18', '174.127.133.62', 1),
(891, 1, '2014-08-15 20:41:04', '218.103.246.218', 2),
(892, 1, '2014-08-15 22:06:07', '192.99.19.154', 1),
(893, 1, '2014-08-16 15:08:35', '192.99.19.154', 1),
(894, 1, '2014-08-18 01:16:24', '208.90.57.196', 1),
(895, 1, '2014-08-18 02:37:42', '198.199.64.115', 1),
(896, 1, '2014-08-19 03:04:34', '89.122.29.82', 1),
(897, 1, '2014-08-22 15:26:19', '198.199.65.235', 1),
(898, 1, '2014-08-22 23:39:39', '191.239.36.10', 2),
(899, 1, '2014-08-25 19:54:00', '78.46.145.195', 1),
(900, 1, '2014-08-25 23:06:47', '62.219.8.231', 1),
(901, 1, '2014-08-27 14:36:00', '38.126.104.35', 1),
(902, 1, '2014-08-27 15:44:06', '81.157.43.227', 1),
(903, 1, '2014-08-30 13:50:41', '92.25.4.81', 1),
(904, 1, '2014-08-30 23:34:28', '58.97.142.134', 2),
(905, 1, '2014-09-02 21:20:13', '82.35.192.239', 1),
(906, 1, '2014-09-04 00:32:11', '78.86.162.94', 1),
(907, 1, '2014-09-04 18:41:00', '162.243.170.64', 1),
(908, 1, '2014-09-06 09:13:34', '85.255.232.49', 2),
(909, 1, '2014-09-08 10:29:00', '77.108.153.227', 1),
(910, 1, '2014-09-08 22:37:11', '62.210.83.72', 1),
(911, 1, '2014-09-09 08:58:11', '198.199.66.41', 1),
(912, 1, '2014-09-09 15:25:37', '86.209.21.242', 1),
(913, 1, '2014-09-09 19:42:25', '54.90.1.232', 1),
(914, 1, '2014-09-10 15:09:44', '86.163.102.205', 2),
(915, 1, '2014-09-11 17:57:04', '146.90.8.201', 1),
(916, 1, '2014-09-12 08:21:53', '146.90.8.201', 1),
(917, 1, '2014-09-13 19:51:13', '198.211.105.73', 1),
(918, 1, '2014-09-14 09:17:02', '2.27.82.186', 1),
(919, 1, '2014-09-15 13:18:27', '78.157.215.189', 1),
(920, 1, '2014-09-16 00:28:55', '69.162.152.66', 1),
(921, 1, '2014-09-18 03:05:12', '198.199.65.166', 1),
(922, 1, '2014-09-18 09:28:26', '82.132.228.1', 1),
(923, 1, '2014-09-19 00:27:42', '74.115.209.152', 1),
(924, 1, '2014-09-22 21:08:12', '174.127.133.153', 1),
(925, 1, '2014-09-25 13:22:15', '82.132.224.12', 1),
(926, 1, '2014-09-25 16:26:40', '81.130.98.135', 1),
(927, 1, '2014-09-29 16:38:11', '198.199.120.94', 1),
(928, 1, '2014-10-02 03:02:14', '85.186.103.66', 1),
(929, 1, '2014-10-02 18:17:35', '192.199.242.148', 1),
(930, 1, '2014-10-02 20:44:39', '37.59.28.77', 1),
(931, 1, '2014-10-04 06:16:41', '198.199.66.52', 1),
(932, 1, '2014-10-04 21:48:07', '82.14.185.249', 1),
(933, 1, '2014-10-08 15:18:42', '185.16.209.48', 1),
(934, 1, '2014-10-08 16:57:54', '94.196.231.174', 1),
(935, 1, '2014-10-09 16:29:12', '198.199.65.235', 1),
(936, 1, '2014-10-10 19:55:41', '199.187.122.91', 1),
(937, 1, '2014-10-11 01:22:58', '54.83.73.46', 1),
(938, 1, '2014-10-13 11:17:06', '60.225.80.250', 1),
(939, 1, '2014-10-15 09:59:32', '192.81.211.179', 1),
(940, 1, '2014-10-18 08:08:56', '174.127.133.62', 1),
(941, 1, '2014-10-19 21:32:37', '185.24.233.59', 1),
(942, 1, '2014-10-21 05:52:40', '198.199.65.166', 1),
(943, 1, '2014-10-23 09:10:39', '207.241.237.105', 1),
(944, 1, '2014-10-24 13:44:01', '54.173.38.85', 1),
(945, 1, '2014-10-25 13:50:23', '86.8.91.231', 2),
(946, 1, '2014-10-30 11:39:06', '2.220.3.43', 2),
(947, 1, '2014-11-01 07:52:20', '111.92.57.99', 4),
(948, 1, '2014-11-01 12:41:40', '66.220.158.115', 2),
(949, 1, '2014-11-03 20:36:38', '80.236.116.200', 1),
(950, 1, '2014-11-06 08:46:18', '85.186.103.66', 1),
(951, 1, '2014-11-07 15:40:23', '192.81.210.100', 1),
(952, 1, '2014-11-08 03:55:55', '85.17.73.171', 1),
(953, 1, '2014-11-13 14:51:32', '199.192.73.32', 1),
(954, 1, '2014-11-14 09:15:51', '208.68.39.164', 1),
(955, 1, '2014-11-16 03:55:19', '85.186.103.66', 1),
(956, 1, '2014-11-19 19:12:15', '180.87.253.134', 1),
(957, 1, '2014-11-20 04:00:29', '85.186.103.66', 1),
(958, 1, '2014-11-21 05:12:00', '192.241.144.225', 1),
(959, 1, '2014-11-21 21:34:19', '115.112.71.146', 2),
(960, 1, '2014-11-23 23:05:41', '81.157.8.199', 1),
(961, 1, '2014-11-25 06:55:05', '82.207.137.1', 1),
(962, 1, '2014-11-27 23:36:32', '198.199.83.127', 1),
(963, 1, '2014-11-28 14:54:40', '80.88.213.218', 1),
(964, 1, '2014-12-02 11:31:07', '46.161.41.31', 2),
(965, 1, '2014-12-03 14:40:58', '78.33.221.203', 1),
(966, 1, '2014-12-04 11:58:31', '50.252.212.14', 1),
(967, 1, '2014-12-06 03:12:26', '85.186.103.66', 1),
(968, 1, '2014-12-07 16:01:35', '188.36.197.224', 3),
(969, 1, '2014-12-09 10:42:44', '208.43.252.201', 1),
(970, 1, '2014-12-10 13:20:54', '127.0.0.1', 1),
(971, 1, '2014-12-11 15:04:13', '127.0.0.1', 3),
(972, 1, '2014-12-12 14:20:44', '127.0.0.1', 1),
(973, 1, '2014-12-12 15:40:39', '127.0.0.1', 1),
(974, 1, '2014-12-13 14:47:25', '127.0.0.1', 2),
(975, 1, '2014-12-13 16:59:05', '127.0.0.1', 1),
(976, 1, '2014-12-14 09:19:52', '127.0.0.1', 1),
(977, 1, '2014-12-16 19:28:12', '127.0.0.1', 2),
(978, 1, '2014-12-18 07:21:45', '127.0.0.1', 1),
(979, 1, '2014-12-18 09:26:22', '127.0.0.1', 1),
(980, 1, '2014-12-19 17:48:55', '127.0.0.1', 1),
(981, 1, '2014-12-20 08:18:54', '127.0.0.1', 1),
(982, 1, '2014-12-21 23:26:01', '127.0.0.1', 1),
(983, 1, '2014-12-22 02:24:01', '127.0.0.1', 1),
(984, 1, '2014-12-24 05:01:14', '127.0.0.1', 1);
INSERT INTO `wp_rg_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES
(985, 1, '2014-12-30 14:40:31', '127.0.0.1', 1),
(986, 1, '2015-01-03 01:04:23', '127.0.0.1', 1),
(987, 1, '2015-01-05 08:03:43', '127.0.0.1', 1),
(988, 1, '2015-01-06 15:05:47', '127.0.0.1', 1),
(989, 1, '2015-01-09 13:32:56', '127.0.0.1', 1),
(990, 1, '2015-01-10 08:12:53', '127.0.0.1', 1),
(991, 1, '2015-01-11 05:13:30', '127.0.0.1', 1),
(992, 1, '2015-01-12 22:19:24', '127.0.0.1', 1),
(993, 1, '2015-01-13 07:33:02', '127.0.0.1', 1),
(994, 1, '2015-01-14 10:51:55', '127.0.0.1', 1);
-- --------------------------------------------------------
--
-- Table structure for table `wp_rg_lead`
--
CREATE TABLE `wp_rg_lead` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`form_id` mediumint(8) unsigned NOT NULL,
`post_id` bigint(20) unsigned DEFAULT NULL,
`date_created` datetime NOT NULL,
`is_starred` tinyint(1) NOT NULL DEFAULT '0',
`is_read` tinyint(1) NOT NULL DEFAULT '0',
`ip` char(15) NOT NULL,
`source_url` varchar(200) NOT NULL DEFAULT '',
`user_agent` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=29 ;
--
-- Dumping data for table `wp_rg_lead`
--
INSERT INTO `wp_rg_lead` (`id`, `form_id`, `post_id`, `date_created`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`) VALUES
(1, 1, NULL, '2012-03-27 08:11:43', 0, 1, '81.99.248.36', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20100101 Firefox/11.0'),
(2, 1, NULL, '2012-04-16 14:08:54', 0, 1, '86.147.226.3', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.0; rv:8.0.1) Gecko/20100101 Firefox/8.0.1'),
(3, 1, NULL, '2012-04-27 20:52:23', 0, 1, '77.221.174.101', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11'),
(4, 1, NULL, '2012-07-25 19:41:03', 0, 1, '80.4.250.84', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20100101 Firefox/14.0.1'),
(5, 1, NULL, '2012-07-26 06:19:21', 0, 1, '90.203.186.43', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(6, 1, NULL, '2013-01-17 11:17:43', 0, 1, '2.122.73.19', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17'),
(7, 1, NULL, '2013-01-27 11:50:12', 0, 1, 'unknown', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'BlackBerry9700/5.0.0.351 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/142'),
(8, 1, NULL, '2013-01-27 19:20:52', 0, 0, '46.33.13.32', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17'),
(9, 1, NULL, '2013-01-27 22:17:15', 0, 1, '46.33.13.32', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17'),
(10, 1, NULL, '2013-03-13 23:24:37', 0, 1, '86.182.104.157', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22'),
(11, 1, NULL, '2013-04-19 21:19:49', 0, 1, '2.38.205.255', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Linux; Android 4.1.1; HTC One X Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(12, 1, NULL, '2013-06-03 20:29:45', 0, 1, '86.184.51.95', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.94 Safari/537.36'),
(13, 1, NULL, '2013-07-27 18:48:35', 0, 0, '92.25.145.212', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36'),
(14, 1, NULL, '2013-09-27 17:14:17', 0, 0, '117.254.1.49', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36'),
(15, 1, NULL, '2013-10-04 16:51:40', 0, 0, '2.125.130.204', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36'),
(16, 1, NULL, '2013-10-22 16:40:24', 0, 0, '86.176.148.59', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Firefox/24.0'),
(17, 1, NULL, '2013-12-04 11:34:01', 0, 0, '78.149.161.211', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(18, 1, NULL, '2013-12-19 20:56:01', 0, 0, '95.145.57.221', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36'),
(19, 1, NULL, '2014-01-29 14:34:20', 0, 0, '86.1.77.81', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'),
(20, 1, NULL, '2014-01-29 14:34:32', 0, 0, '86.1.77.81', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'),
(21, 1, NULL, '2014-01-29 14:36:45', 0, 0, '86.1.77.81', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'),
(22, 1, NULL, '2014-02-24 16:24:06', 0, 0, '86.1.77.81', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36'),
(23, 1, NULL, '2014-04-18 21:45:17', 0, 0, '86.157.238.36', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1'),
(24, 1, NULL, '2014-05-16 13:33:49', 0, 0, '86.179.99.78', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36'),
(25, 1, NULL, '2014-10-25 14:00:31', 0, 0, '86.8.91.231', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36'),
(26, 1, NULL, '2014-10-25 14:00:31', 0, 0, '86.8.91.231', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36'),
(27, 1, NULL, '2014-10-25 14:00:32', 0, 0, '86.8.91.231', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36'),
(28, 1, NULL, '2014-12-11 15:08:31', 0, 0, '86.145.251.46', 'http://www.kaminibeauty.com/about-us/training-recruitment/', 'Mozilla/5.0 (Linux; Android 4.1.1; HTC One S Build/JRO03C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36');
-- --------------------------------------------------------
--
-- Table structure for table `wp_rg_lead_detail`
--
CREATE TABLE `wp_rg_lead_detail` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`lead_id` int(10) unsigned NOT NULL,
`form_id` mediumint(8) unsigned NOT NULL,
`field_number` float NOT NULL,
`value` varchar(200) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `form_id` (`form_id`),
KEY `lead_id` (`lead_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=287 ;
--
-- Dumping data for table `wp_rg_lead_detail`
--
INSERT INTO `wp_rg_lead_detail` (`id`, `lead_id`, `form_id`, `field_number`, `value`) VALUES
(1, 1, 1, 16, 'Anthony'),
(2, 1, 1, 2, 'anthonydangio@hotmail.com'),
(3, 1, 1, 3, '07917354448'),
(4, 1, 1, 6, 'test'),
(5, 1, 1, 8, 'gdfadfgfgd'),
(6, 1, 1, 15, 'Within a week'),
(7, 1, 1, 17, 'Part time'),
(8, 1, 1, 12, 'gagfda'),
(9, 1, 1, 13, 'fgdsgfd'),
(10, 1, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2012/03/press-release-template_2012.docx'),
(11, 2, 1, 16, 'Sumeeta Agiwal'),
(12, 2, 1, 2, 'sumeetaagiwal@hotmail.com'),
(13, 2, 1, 3, '07896281182'),
(14, 2, 1, 6, 'Worked with a UK based leading Beauty Brand SHAVATA with Salons all across UK in a highly multitasking role as Office and Business Administrator \r\nSecretarial Support to the Director as first point of'),
(15, 2, 1, 8, 'relevant experience for 2yrs'),
(16, 2, 1, 15, 'ASAP'),
(17, 2, 1, 17, 'Full time'),
(18, 2, 1, 13, 'Whilst working with SHAVATA UK, I was intoduced to all big names and KAMINI BEAUTY surfaced as one of the prominent one.'),
(19, 2, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2012/04/RESUME.doc'),
(20, 3, 1, 16, 'Katie Saunders'),
(21, 3, 1, 2, 'krj.saunders@hotmail.com'),
(22, 3, 1, 3, '07949356446'),
(23, 3, 1, 6, 'NVQ Level 3 Beauty therapy\r\n'),
(24, 3, 1, 7, 'Dermalogica\r\nSt Tropez\r\nAromatherapy associates\r\nBio Sculpture\r\nJessica\r\nO.P.I\r\nEnviron'),
(25, 3, 1, 8, '2'),
(26, 3, 1, 15, 'Within a week'),
(27, 3, 1, 17, 'Full time'),
(28, 3, 1, 18, 'I''m interested in a full or part time position within Kamini.\r\nAnd I''m also very keen to learn new skills, especially the holistic treatments such as reflexology and reiki.'),
(29, 3, 1, 13, 'I found you online in a google search'),
(30, 3, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2012/04/Katie CV.doc'),
(31, 4, 1, 16, 'Roberta Kasparaviciute'),
(32, 4, 1, 2, 'roberta.kasparaviciute@gmail.com'),
(33, 4, 1, 3, '07780115723'),
(34, 4, 1, 6, 'Bachelor degree of Sociology'),
(35, 4, 1, 7, 'ITEC Level 3 Holistic massage'),
(36, 4, 1, 15, 'ASAP'),
(37, 4, 1, 17, 'Full time'),
(38, 4, 1, 18, 'I had just completed holistic massage courses and would like to start my career somewhere closer this field. '),
(39, 4, 1, 12, 'I would like to apply for front of house position. \r\nAlso I am interesting in apprentice if it is paid position.'),
(40, 4, 1, 13, 'From the website'),
(41, 4, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2012/07/Roberta Kasparaviciute CV1.docx'),
(42, 5, 1, 16, 'Fatima Dhamani'),
(43, 5, 1, 2, 'fatima_d@hotmail.co.uk'),
(44, 5, 1, 3, '07401305553'),
(45, 5, 1, 4, '38 Cromer Road'),
(46, 5, 1, 6, 'BSc Pharmaceutical Science in which I had taken a module called Formulations in cosmetics\r\nI also have achieved £ A-Levels and 1 AS-Level along with GCSEs including C in English Maths and Science'),
(47, 5, 1, 8, '0-1'),
(48, 5, 1, 15, 'ASAP'),
(49, 5, 1, 17, 'Training'),
(50, 5, 1, 18, 'I would like to gain the experience and learn from the best and most talked about in town, from Kamini.\r\nI have always had an eye for beautician, but unfortunately until now have not actually had the '),
(51, 5, 1, 12, 'I would be very very intrested in the Apprentice role, and also would be intrested in gaining some experience as being front of house member as well...I feel i would be able to greet and accomodate th'),
(52, 5, 1, 13, 'Through a friend and have visited it twice'),
(53, 5, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2012/07/CV2.doc'),
(54, 6, 1, 16, 'Lauren Woodhouse '),
(55, 6, 1, 2, 'l_woodhouse@live.co.uk'),
(56, 6, 1, 3, '07412562661'),
(57, 6, 1, 6, 'NVQ Level 1 in beauty therapy\r\nNVQ Level 2 in beauty therapy \r\nNVQ Level 3 in beauty therapy \r\nknowledge in holistic therapies.'),
(58, 6, 1, 7, 'Flirties - semi permanent eye lash extensions\r\nMinx '),
(59, 6, 1, 8, '2 years'),
(60, 6, 1, 15, 'ASAP'),
(61, 6, 1, 17, 'Full time'),
(62, 6, 1, 13, 'friend/website search '),
(63, 6, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/01/Lauren_Marianne_Woodhouse_CV.docx'),
(64, 7, 1, 16, 'femisha flowers'),
(65, 7, 1, 2, 'femisha.flowers@gmail.com'),
(66, 7, 1, 3, '07539359630'),
(67, 7, 1, 6, 'Miss Femisha Helen''a Flowers\r\n79 Park Avenue,\r\nEast Ham,\r\nLondon,\r\nE6 2PY\r\nMob:07539359630\r\n\r\nDate: 27th January 2013\r\n\r\nFor the attention of the Manager,\r\n\r\nI was wondering if there was a possibility'),
(68, 7, 1, 8, '5years '),
(69, 7, 1, 15, 'ASAP'),
(70, 7, 1, 17, 'Full time'),
(71, 7, 1, 13, 'word of mouth'),
(72, 7, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/01/Femisha\\''s_Cv_(NEW)(%202013).docx'),
(73, 8, 1, 16, 'GIORGIA DALMASSO'),
(74, 8, 1, 2, 'giorgia.dalmasso@hotmail.com'),
(75, 8, 1, 3, '447748546485'),
(76, 8, 1, 6, 'Please see CV attached for the position of Front of House'),
(77, 8, 1, 8, '10+'),
(78, 8, 1, 15, 'ASAP'),
(79, 8, 1, 17, 'Full time'),
(80, 8, 1, 13, 'By coming in person to your place in High Street Kensington'),
(81, 8, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/01/C.V. PORTFOLIO MARKETING - MISS GIORGIA DALMASSO.doc'),
(82, 9, 1, 16, 'GIORGIA DALMASSO'),
(83, 9, 1, 2, 'giorgia.dalmasso@hotmail.com'),
(84, 9, 1, 3, '447748546485'),
(85, 9, 1, 6, 'Please see CV attached for SALON MANAGER.'),
(86, 9, 1, 8, '10+ sales'),
(87, 9, 1, 15, 'ASAP'),
(88, 9, 1, 17, 'Full time'),
(89, 9, 1, 13, 'I visited your High Street Kensington location'),
(90, 9, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/01/C.V. PORTFOLIO MARKETING - MISS GIORGIA DALMASSO1.doc'),
(91, 10, 1, 16, 'leona samuel'),
(92, 10, 1, 2, 'leonamcqueen2011@hotmail.co.uk'),
(93, 10, 1, 3, '447908674957'),
(94, 10, 1, 4, '02076021596'),
(95, 10, 1, 6, 'London College of Beauty Therapy NVQ2 Beauty Therapy Nov 09 – June 10 \r\n Facials (primarily deep cleanse)\r\n Eyelash and eyebrow treatments\r\n Waxing: arm, underarm, bikini, full leg, eyebrow'),
(96, 10, 1, 8, '2'),
(97, 10, 1, 15, 'Within 2 weeks'),
(98, 10, 1, 17, 'Part time'),
(99, 10, 1, 12, 'Dear Sir / Madam, \r\n\r\nI am writing in application for any posts in your company for a Receptionist. \r\n\r\nI have a good record of providing excellent customer service and I am experienced in taking book'),
(100, 10, 1, 13, 'google'),
(101, 10, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/03/Leona Samuel CV.DOC'),
(102, 11, 1, 16, 'barbara'),
(103, 11, 1, 2, 'grassi.barbara1982@libero.it'),
(104, 11, 1, 3, '07450819440'),
(105, 11, 1, 4, 'N/A'),
(106, 11, 1, 6, 'Beauty therapist'),
(107, 11, 1, 7, 'Make up artist'),
(108, 11, 1, 8, 'seven years'),
(109, 11, 1, 15, 'ASAP'),
(110, 11, 1, 17, 'Part time'),
(111, 11, 1, 12, 'I worked my last three years on the cruise ship in the Samsara Spa, I have high quality, professionalism, passion. I love my job'),
(112, 11, 1, 13, 'internet'),
(113, 11, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/04/cv. b2.docx'),
(114, 12, 1, 16, 'Katie Saunders'),
(115, 12, 1, 2, 'krj.saunders@hotmail.com'),
(116, 12, 1, 3, '07949356446'),
(117, 12, 1, 6, 'NVQ Beauty Therapy Level 3\r\nCity & Guilds Diploma in Beauty Therapy Level 3\r\nKey Skills - Communication and application of number\r\n\r\n'),
(118, 12, 1, 7, 'Dermalogia, St Tropez, Aromatherapy Associates, Bio Sculpture Nails\r\nIndividual Eyelash Extensions\r\nIndian Head Massage'),
(119, 12, 1, 8, '1'),
(120, 12, 1, 15, 'Within a week'),
(121, 12, 1, 17, 'Full time'),
(122, 12, 1, 12, 'Dear Kamini,\r\n\r\nI''m really pleased to come across your website today when I was searching for local/semi-local holistic beauty salon. And when I read your about us page I was even happier to find we h'),
(123, 12, 1, 13, 'google search'),
(124, 12, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/06/Katie S CV.doc'),
(125, 13, 1, 16, 'Femisha Helen''a Flowers'),
(126, 13, 1, 2, 'femisha.flowers@gmail.com'),
(127, 13, 1, 3, '447539359630'),
(128, 13, 1, 6, 'Miss Femisha Helen''a Flowers\r\n23 Ashley Avenue,\r\nIlford,\r\nEssex\r\nIG6 2JF\r\nMob: 07539359630\r\n\r\nDate: 27th July 2013\r\n\r\nFor the attention of the Manager,\r\n\r\nI was wondering if there was a possibility of'),
(129, 13, 1, 15, 'ASAP'),
(130, 13, 1, 17, 'Full time'),
(131, 13, 1, 13, 'Word of mouth'),
(132, 13, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/07/Femishas_Cv_NEW20133.docx'),
(133, 14, 1, 16, 'Hemant'),
(134, 14, 1, 2, 'jani.hmt@gmail.com'),
(135, 14, 1, 3, '7383082571'),
(136, 14, 1, 6, 'B.com'),
(137, 14, 1, 7, 'no'),
(138, 14, 1, 8, 'no'),
(139, 14, 1, 15, 'ASAP'),
(140, 14, 1, 17, 'Full time'),
(141, 14, 1, 18, 'i dont no'),
(142, 14, 1, 13, 'i need job for different opportunity in my life. and get more money'),
(143, 14, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/09/Hemant.docx'),
(144, 15, 1, 16, 'Khemie Aura'),
(145, 15, 1, 2, 'khemie788@hotmail.com'),
(146, 15, 1, 3, '07506377072'),
(147, 15, 1, 6, 'CIDESCO \r\nCIBTAC - Aesthetics\r\nCIBTAC - Body Therapy\r\nCIBTAC - Electrolysis\r\nCIBTAC - Indian Head Massage\r\nCIBTAC - Hot Stone Therapy\r\n'),
(148, 15, 1, 8, '3-4 years'),
(149, 15, 1, 15, 'ASAP'),
(150, 15, 1, 17, 'Full time'),
(151, 15, 1, 13, 'Indeed website'),
(152, 15, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/10/Khemie Aura CV.doc'),
(153, 16, 1, 16, 'Justina'),
(154, 16, 1, 2, 'gudaitytej@yahoo.com'),
(155, 16, 1, 3, '07453268981'),
(156, 16, 1, 6, 'Receptionist'),
(157, 16, 1, 15, 'ASAP'),
(158, 16, 1, 17, 'Full time'),
(159, 16, 1, 12, 'Dear Sir , Madam\r\n\r\n \r\n\r\nI am writing to apply for Receptionist position if any available .\r\n\r\n \r\n\r\nI have enclosed my CV for your review and consideration.\r\n\r\n \r\n\r\nIf my key skills highlighted on my'),
(160, 16, 1, 13, 'from friends '),
(161, 16, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/10/Justina Gudaityte.doc'),
(162, 17, 1, 16, 'Femisha Helen''a Flowers'),
(163, 17, 1, 2, 'femisha.flowers@gmail.com'),
(164, 17, 1, 3, '07539359630'),
(165, 17, 1, 4, '02085514348'),
(166, 17, 1, 6, 'In house training from Ospa London\r\n\r\n- Mini Facials\r\n- Manicures and Pedicures\r\n- Half hour Neck,Back And Shoulder Massage'),
(167, 17, 1, 8, '8 years+'),
(168, 17, 1, 15, 'ASAP'),
(169, 17, 1, 17, 'Full time'),
(170, 17, 1, 12, 'Miss Femisha Helen''a Flowers\r\n23 Ashley Avenue,\r\nIlford,\r\nEssex\r\nIG6 2JF\r\nMob: 07539359630 \r\n\r\nDate: 4th December 2013\r\n\r\nFor the attention of the Manager,\r\n\r\nI was wondering if there was a possibilit'),
(171, 17, 1, 13, 'Word of Mouth'),
(172, 17, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/12/Femishas_Cv_NEW20133.docx'),
(173, 18, 1, 16, 'Suroer El-Hajek'),
(174, 18, 1, 2, 'suroer@live.com'),
(175, 18, 1, 3, '07704453539'),
(176, 18, 1, 6, 'communications with customers in a friendly and knowledgeable manner, working within a team environment, participation in a customer service induction and training program, and learning new tasks and'),
(177, 18, 1, 15, 'ASAP'),
(178, 18, 1, 17, 'Part time'),
(179, 18, 1, 13, 'Advert'),
(180, 18, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2013/12/SuroerCV1.docx'),
(181, 19, 1, 16, 'Chandni Varsani'),
(182, 19, 1, 2, 'chandni.v@hotmail.com'),
(183, 19, 1, 3, '07521304505'),
(184, 19, 1, 4, '02089304731'),
(185, 19, 1, 6, 'NVQ Level 2 Beauty Therapy\r\nNVQ level 2 Nail Art'),
(186, 19, 1, 8, '4'),
(187, 19, 1, 15, 'ASAP'),
(188, 19, 1, 17, 'Full time'),
(189, 19, 1, 13, 'Google Search'),
(190, 19, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/01/Chandni (CV).docx'),
(191, 20, 1, 16, 'Chandni Varsani'),
(192, 20, 1, 2, 'chandni.v@hotmail.com'),
(193, 20, 1, 3, '07521304505'),
(194, 20, 1, 4, '02089304731'),
(195, 20, 1, 6, 'NVQ Level 2 Beauty Therapy\r\nNVQ level 2 Nail Art'),
(196, 20, 1, 8, '4'),
(197, 20, 1, 15, 'ASAP'),
(198, 20, 1, 17, 'Full time'),
(199, 20, 1, 13, 'Google Search'),
(200, 20, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/01/Chandni (CV)1.docx'),
(201, 21, 1, 16, 'Chandni Varsani'),
(202, 21, 1, 2, 'chandni.v@hotmail.com'),
(203, 21, 1, 3, '07521304505'),
(204, 21, 1, 4, '02089304731'),
(205, 21, 1, 6, 'NVQ level 2 Beauty Therapy\r\nNVQ level 2 Nail Art'),
(206, 21, 1, 8, '4'),
(207, 21, 1, 15, 'ASAP'),
(208, 21, 1, 17, 'Training'),
(209, 21, 1, 18, 'I would like to be trained as a level 3 beauty apprentice.'),
(210, 21, 1, 13, 'Google Search'),
(211, 21, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/01/Chandni (CV)2.docx'),
(212, 22, 1, 16, 'Chandni Varsani'),
(213, 22, 1, 2, 'chandni.v@hotmail.com'),
(214, 22, 1, 3, '07521304505'),
(215, 22, 1, 4, '02089304731'),
(216, 22, 1, 6, 'NVQ Level 2 Beauty Therapy'),
(217, 22, 1, 7, 'Nail Art'),
(218, 22, 1, 8, '3/4 years'),
(219, 22, 1, 15, 'ASAP'),
(220, 22, 1, 17, 'Training'),
(221, 22, 1, 18, 'I would like to apply for the Level 3 apprenticeship vacancy you have advertised on your website, I am currently qualified to level 2 and would like to continue on and complete my qualification workin'),
(222, 22, 1, 12, 'If you are unable to contact me via my mobile number you can contact me via email or my home number. '),
(223, 22, 1, 13, 'online'),
(224, 22, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/02/Chandni (CV).docx'),
(225, 23, 1, 16, 'Danika Julien'),
(226, 23, 1, 2, 'dankneecar@hotmail.co.uk'),
(227, 23, 1, 3, '07946363948'),
(228, 23, 1, 4, '02085701412'),
(229, 23, 1, 6, 'Currently about to take GCSE exams seeking to become a beautician. Applied for Kingston College, but seeking other available options/ideas in the beauty sector. E.g. threading, facial, hands & feet, b'),
(230, 23, 1, 15, 'Other'),
(231, 23, 1, 17, 'Training'),
(232, 23, 1, 18, 'All possible treatments needed to be learnt in order to achieve key skills in the beauty therapy sector. E.g. threading, facial, hands & feet, body treatments. '),
(233, 23, 1, 13, 'Apprenticeships'),
(234, 23, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/04/CV.docx'),
(235, 24, 1, 16, 'Eve Huang'),
(236, 24, 1, 2, 'huangeve@hotmail.com'),
(237, 24, 1, 3, '07414227602'),
(238, 24, 1, 4, '01708457849'),
(239, 24, 1, 6, 'VTCT Level 2 Beauty Specialist Diploma'),
(240, 24, 1, 7, 'PTLLS Level 4'),
(241, 24, 1, 8, '>1 Years'),
(242, 24, 1, 15, 'ASAP'),
(243, 24, 1, 17, 'Full time'),
(244, 24, 1, 13, 'Indeed'),
(245, 24, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/05/Eve Huang Resume.pdf'),
(246, 25, 1, 16, 'Nicole Smith'),
(247, 26, 1, 16, 'Nicole Smith'),
(248, 25, 1, 2, 'nicsmith2@hotmail.co.uk '),
(249, 26, 1, 2, 'nicsmith2@hotmail.co.uk '),
(250, 26, 1, 3, '07907206811'),
(251, 25, 1, 3, '07907206811'),
(252, 26, 1, 4, '01707 339633'),
(253, 25, 1, 4, '01707 339633'),
(254, 26, 1, 6, 'NVQ Level 2 Beauty \r\nNVQ Level 3 Nail Technology\r\nWorking towards NVQ Level 3 Beauty (attending college 2 days per wk)\r\nGCSE''s in: Maths, English, Art, ICT\r\n'),
(255, 25, 1, 6, 'NVQ Level 2 Beauty \r\nNVQ Level 3 Nail Technology\r\nWorking towards NVQ Level 3 Beauty (attending college 2 days per wk)\r\nGCSE''s in: Maths, English, Art, ICT\r\n'),
(256, 26, 1, 7, 'Threading'),
(257, 25, 1, 7, 'Threading'),
(258, 26, 1, 8, 'April 2013- October 2014 - working in Beauty salon '),
(259, 25, 1, 8, 'April 2013- October 2014 - working in Beauty salon '),
(260, 26, 1, 15, 'ASAP'),
(261, 25, 1, 15, 'ASAP'),
(262, 26, 1, 17, 'Training'),
(263, 25, 1, 17, 'Training'),
(264, 26, 1, 13, 'Website'),
(265, 25, 1, 13, 'Website'),
(266, 25, 1, 14, 'FAILED (Upload folder could not be created.)'),
(267, 26, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/10/CV- Nicole Smith updated 16.10.2014.docx'),
(268, 27, 1, 16, 'Nicole Smith'),
(269, 27, 1, 2, 'nicsmith2@hotmail.co.uk '),
(270, 27, 1, 3, '07907206811'),
(271, 27, 1, 4, '01707 339633'),
(272, 27, 1, 6, 'NVQ Level 2 Beauty \r\nNVQ Level 3 Nail Technology\r\nWorking towards NVQ Level 3 Beauty (attending college 2 days per wk)\r\nGCSE''s in: Maths, English, Art, ICT\r\n'),
(273, 27, 1, 7, 'Threading'),
(274, 27, 1, 8, 'April 2013- October 2014 - working in Beauty salon '),
(275, 27, 1, 15, 'ASAP'),
(276, 27, 1, 17, 'Training'),
(277, 27, 1, 13, 'Website'),
(278, 27, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/10/CV- Nicole Smith updated 16.10.20141.docx'),
(279, 28, 1, 16, 'safiya khatun'),
(280, 28, 1, 2, 'safiya1973@gmail.com'),
(281, 28, 1, 3, '+447837483596'),
(282, 28, 1, 6, 'Introduction to health beauty\r\nBtec Edexel retail knowledge'),
(283, 28, 1, 15, 'ASAP'),
(284, 28, 1, 17, 'Part time'),
(285, 28, 1, 13, 'universal jobmatch'),
(286, 28, 1, 14, 'http://www.kaminibeauty.com/wp-content/uploads/gravity_forms/1/2014/12/cv-word.pdf');
-- --------------------------------------------------------
--
-- Table structure for table `wp_rg_lead_detail_long`
--
CREATE TABLE `wp_rg_lead_detail_long` (
`lead_detail_id` bigint(20) unsigned NOT NULL,
`value` longtext,
KEY `lead_detail_key` (`lead_detail_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_rg_lead_detail_long`
--
INSERT INTO `wp_rg_lead_detail_long` (`lead_detail_id`, `value`) VALUES
(14, 'Worked with a UK based leading Beauty Brand SHAVATA with Salons all across UK in a highly multitasking role as Office and Business Administrator \r\nSecretarial Support to the Director as first point of Contact at Office\r\nDatabase Management (Supplier / Customer )\r\nLiaison with Suppliers, Manufacturers to order products \r\nLiaison with Customers (QVC, Debenhams, Harrods, House of Fraser ,Harvey Nichols)\r\nReconciliation of Supplier and Customer Accounts, Petty cash expense maintenance\r\nProcess web sales\r\nAssist HR /Accountants for all relevant documentation \r\nProof read monthly newsletter, pricelists and relevant stationary for studios and products \r\nRaise Invoices and chase payment \r\nStock / Inventory Control for Products \r\nImplementation of Barcodes at House of Fraser Tills and much more\r\n'),
(50, 'I would like to gain the experience and learn from the best and most talked about in town, from Kamini.\r\nI have always had an eye for beautician, but unfortunately until now have not actually had the oppertunity to persue it. I feel if i was offered this apprenticeship it would give me all the hands on training needed as well as being moulded into this individual that Kamini would be really proud of.\r\nI am a very fast learner and am very passionate and careful as well as sensitive about the job i take in hand. I feel a sense of Prefessionalism is very important but if topped up with a little carisma and sensitivity and a a lovely warm smile...clients will feel very welcome in a warm calm environment.'),
(51, 'I would be very very intrested in the Apprentice role, and also would be intrested in gaining some experience as being front of house member as well...I feel i would be able to greet and accomodate the clients needs and make them feel comfertable and welcome.\r\nWhich ever position i am considered for I will definately bring alot of positivity to the surrounding environment.\r\nThough i dont have experience in the beautician industry and have not been trained till date, i feel i am at the right stage to be trained as i consider myself to be the perfect package which can be moulded into the perfect employee you would consider to have working in your environment.\r\nI would be grateful if considered for the apprenticeship if not i would like to apply for the Front of house role after, just being somehow in the industry will give me a huge boost as im really passionate about it.\r\nBut apprenticeship is what i have my eyes set for at the moment, as i know i can prove myself as show the amazing skills i have picked up from both uni years and working years.'),
(67, 'Miss Femisha Helen''a Flowers\r\n79 Park Avenue,\r\nEast Ham,\r\nLondon,\r\nE6 2PY\r\nMob:07539359630\r\n\r\nDate: 27th January 2013\r\n\r\nFor the attention of the Manager,\r\n\r\nI was wondering if there was a possibility of a position, which I would be able to apply for. I have gained experience as an Admin Assistant at Classified within the Condẻ Nast Publications, and recently been working in the Fashion Cupboard at both Glamour and EasyLiving Magazine as a Junior Fashion Assistant intern; and Goodley PR as a Returns Fashion Assistant Intern. Sales Assistant with the Gap in Poultry Street in Bank and recently worked for Prada in Selfridges in Bond Street as a Sales Assistant and worked as a PR and Showroom Assistant for Juicy Couture and a Sales Assistant/Supervisor for Ghost.More recently worked as a Skin Care advisor for The Sanctuary Spa in Covent Garden and a Press Assistant with Jimmy Choo in HighStreet Kensington; worked as a Skin Care Advisor/ Receptionist with Skin Clinic in Holborn. Briefly worked as a Receptionist at the Skin Health Spa in Liverpool Street; also worked as a Beauty Advisor in Fortnum and Mason in Piccadilly.At present, I am working as the PA and Secretary/Assistant Clinic Manager for BodySilk Aesthetic Clinic in Bank and the Customer Service/Assistant Spa Manager for Ospa London Kensington. I previously worked as Front of House Manager in Ospa London, Regent Street and admin/Front of house Manager for The HospitalGroup - Weymouth Street.I am looking for an opportunity to work within an established company which will give me appropriate experience, as my ultimate goal is to have a successful career in the luxury fashion/beauty industry. If there are any vacancies in your organisation wherein I could gain experience, while bringing my own enthusiasm, interest, lots of energy, desire to succeed and a. willingness to learn.\r\n\r\nCurrently, I have just finished doing an Access Course in Fashion Promotion Media at the London College of Fashion. I have had worked within the retail industry over the past eight years in both Luxury and high end Fashion; as well as Beauty and Spa.I have acquired good I.T skills, (Microsoft Office-Intermediate), in depth knowledge of Premier Spa ( Spa and Beauty programme) and excellent customer relation skills; possess a warm and friendly nature, I am also hard-working and have a good sense of humour.\r\n\r\nThank you for taking time out of your busy schedule to consider this letter. I have also attached a copy of my CV to show what experience I have done.\r\n\r\nI look forward to hearing from you.\r\n\r\nBest Regards\r\n\r\nMiss Femisha Helena Flowers'),
(95, 'London College of Beauty Therapy NVQ2 Beauty Therapy Nov 09 – June 10 \r\n Facials (primarily deep cleanse)\r\n Eyelash and eyebrow treatments\r\n Waxing: arm, underarm, bikini, full leg, eyebrow, lip, chin.\r\n Manicures, including French\r\n Pedicures\r\n Makeup: day, evening \r\n Health and safety\r\n Salon reception duties\r\n\r\n\r\n\r\n London College of Beauty Therapy NVQ3 Beauty Therapy Sep 10 – March 11 \r\n\r\n Galvanic body \r\n Tharadic body \r\n Micro-Dermabrasion body treatments \r\n Micro - current\r\n lymphatic drainage \r\n Swedish massage\r\n Aromatherapy massage \r\n Indian head massage \r\n Stone Therapy massage\r\n'),
(99, 'Dear Sir / Madam, \r\n\r\nI am writing in application for any posts in your company for a Receptionist. \r\n\r\nI have a good record of providing excellent customer service and I am experienced in taking bookings, welcoming clients and dealing with enquiries and complaints. My attitude to work is that every contribution is important to making the environment comfortable and welcoming and so I am extremely flexible with the duties I undertake to ensure an outstanding work environment. My responsible attitude and my keen work ethic, along with my natural aptitude for the profession, will ensure I quickly become an asset to your business.\r\n\r\nYours faithfully,\r\n\r\nLeona Samuel\r\n'),
(122, 'Dear Kamini,\r\n\r\nI''m really pleased to come across your website today when I was searching for local/semi-local holistic beauty salon. And when I read your about us page I was even happier to find we hold the same beliefs about beauty, the way we feel on the inside and the way we feel about our bodies and how we look. I''m very interested and want to develop my skills and train with reflexology, practice positive thinking, energy/chakras work, healing, nutrition and guidance with clients as well as waxing, facials, manicures, massage.\r\n\r\nI hope to hear from you soon,\r\n\r\nKindest regards,\r\nKatie Saunders\r\n'),
(128, 'Miss Femisha Helen''a Flowers\r\n23 Ashley Avenue,\r\nIlford,\r\nEssex\r\nIG6 2JF\r\nMob: 07539359630\r\n\r\nDate: 27th July 2013\r\n\r\nFor the attention of the Manager,\r\n\r\nI was wondering if there was a possibility of a position, which I would be able to apply for. I have gained experience as an Admin Assistant at Classified within the Condẻ Nast Publications, and worked in the Fashion Cupboard at both Glamour and Easy Living Magazine as a Junior Fashion Assistant intern; and Goodley PR as a Returns\r\n-- \r\n Fashion Assistant Intern. Sales Assistant with the Gap in Poultry Street in Bank and recently worked for Prada in Selfridges in Bond Street as a Sales Assistant and worked as a PR and Showroom Assistant for Juicy Couture and a Sales Assistant/Supervisor for Ghost. In recent years, I worked as a Skin Care advisor for The Sanctuary Spa in Covent Garden and a Press Assistant with Jimmy Choo in High Street Kensington; employed as a Skin Care Advisor/ Receptionist with Skin Clinic in Holborn. Briefly worked as a Receptionist at the Skin Health Spa in Liverpool Street; also worked as a Beauty Advisor in Fortnum and Mason in Piccadilly. I previously worked as the PA and Secretary/Assistant Clinic Manager for Body Silk Aesthetic Clinic in Bank and the Customer Service/Assistant Spa Manager for Ospa London Kensington and Receptionist for The Hospital Group - Weymouth Street.\r\n \r\nAt present, I am working for St James Health and Beauty Clinic in Victoria as a Receptionist/Secretary. I am looking for an opportunity to work within an established company which will give me appropriate experience, as my ultimate goal is to have a successful career in the luxury fashion/beauty industry. If there are any vacancies in your organisation wherein I could gain experience, while bringing my own enthusiasm, interest, lots of energy, desire to succeed and a. willingness to learn.\r\n\r\n In 2006, I succeeded in doing a Foundation degree in Fashion Promotion Media at the London College of Fashion. I have had worked within the retail industry over the past ten years in both Luxury and high end Fashion; as well as Beauty and Spa.I have acquired good I.T skills, (Microsoft Office-Intermediate), in depth knowledge of Premier Spa ( Spa and Beauty programme) and excellent customer relation skills; possess a warm and friendly nature, I am also hard-working and have a good sense of humour.\r\n\r\nThank you for taking time out of your busy schedule to consider this letter. I have also attached a copy of my CV to show what experience I have done.\r\n\r\nI look forward to hearing from you\r\n \r\n Best Regards\r\n \r\nMiss Femisha Helena Flowers'),
(159, 'Dear Sir , Madam\r\n\r\n \r\n\r\nI am writing to apply for Receptionist position if any available .\r\n\r\n \r\n\r\nI have enclosed my CV for your review and consideration.\r\n\r\n \r\n\r\nIf my key skills highlighted on my CV, meet the criteria of your company, I am available for immediate interview.\r\n\r\n \r\n\r\nI wish to take this opportunity to thank you in advance and look forward to hearing back from you.\r\n\r\n \r\n\r\nRegards\r\n\r\n \r\n\r\nJustina Gudaityte'),
(170, 'Miss Femisha Helen''a Flowers\r\n23 Ashley Avenue,\r\nIlford,\r\nEssex\r\nIG6 2JF\r\nMob: 07539359630 \r\n\r\nDate: 4th December 2013\r\n\r\nFor the attention of the Manager,\r\n\r\nI was wondering if there was a possibility of a position, which I would be able to apply for.\r\n\r\nI have gained experience as an Admin Assistant at Classified within the Condẻ Nast Publications, and worked in the Fashion Cupboardat both Glamour and Easy Living Magazine as a Junior Fashion Assistant intern; and Goodley PR as a Returns -- Fashion Assistant Intern. Sales Assistant with the Gap in Poultry Street in Bank and recently worked for Prada in Selfridges in Bond Street as a Sales Assistant and worked as a PR and Showroom Assistant for Juicy Couture and a Sales Assistant/Supervisor for Ghost.\r\n\r\nIn recent years, I worked as a Skin Care advisor for The Sanctuary Spa in Covent Garden and a Press Assistant with Jimmy Choo in High Street Kensington; employed as a Skin Care Advisor/ Receptionist with Skin Clinic in Holborn. Briefly worked as a Receptionist at the Skin Health Spa in Liverpool Street; also worked as a Beauty Advisor in Fortnum and Mason in Piccadilly. \r\n\r\nI previously worked as the PA and Secretary/Assistant Clinic Manager for Body Silk Aesthetic Clinic in Bank and the Customer Service/Assistant Spa Manager for Ospa London Kensington and Receptionist for The Hospital Group - Weymouth Street. \r\n\r\nI have recently worked for St James Health and Beauty Clinic in Victoria as a Receptionist/Secretary and currently working PA/Marketing and PR Consultant to Nick Pelas - Pelas Theatre Company. \r\n\r\nI am looking for an opportunity to work within an established company which will give me appropriate experience. If there are any vacancies in your organisation wherein I could gain experience, while bringing my own enthusiasm, interest, lots of energy, desire to succeed and a. willingness to learn. \r\n\r\nIn 2006, I succeeded in doing a Foundation degree in Fashion Promotion Media at the London College of Fashion. I have had worked within the retail industry over the past ten years in both Luxury and high end Fashion; as well as Beauty and Spa.I have acquired good I.T skills, (Microsoft Office-Intermediate), in depth knowledge of Premier Spa ( Spa and Beauty programme) and excellent customer relation skills; possess a warm and friendly nature, I am also hard-working and have a good sense of humour.\r\n\r\nThank you for taking time out of your busy schedule to consider this letter. I have also attached a copy of my CV to show what experience I have done.\r\n\r\nI look forward to hearing from you \r\n \r\nBest Regards\r\n \r\nMiss Femisha Helena Flowers'),
(176, 'communications with customers in a friendly and knowledgeable manner, working within a team environment, participation in a customer service induction and training program, and learning new tasks and adapting to a range of work situations.'),
(221, 'I would like to apply for the Level 3 apprenticeship vacancy you have advertised on your website, I am currently qualified to level 2 and would like to continue on and complete my qualification working and training within a well established salon.'),
(229, 'Currently about to take GCSE exams seeking to become a beautician. Applied for Kingston College, but seeking other available options/ideas in the beauty sector. E.g. threading, facial, hands & feet, body treatments. ');
-- --------------------------------------------------------
--
-- Table structure for table `wp_rg_lead_notes`
--
CREATE TABLE `wp_rg_lead_notes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`lead_id` int(10) unsigned NOT NULL,
`user_name` varchar(250) DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`date_created` datetime NOT NULL,
`value` longtext,
PRIMARY KEY (`id`),
KEY `lead_id` (`lead_id`),
KEY `lead_user_key` (`lead_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `wp_terms`
--
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 `name` (`name`),
KEY `slug` (`slug`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
--
-- Dumping data for table `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'mainmenu', 'mainmenu', 0),
(4, 'Homepage Sliders', 'homepage-sliders', 0),
(5, 'Homepage Testimonials', 'homepage-testimonials', 0),
(6, 'footermenu', 'footermenu', 0),
(8, 'Book of Secrets', 'book-of-secrets', 0),
(7, 'Latest News & Reviews', 'latest-news-reviews', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_relationships`
--
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=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(351, 3, 0),
(352, 6, 0),
(270, 3, 0),
(296, 3, 0),
(303, 3, 0),
(137, 5, 0),
(19, 3, 0),
(44, 3, 0),
(43, 3, 0),
(42, 3, 0),
(41, 3, 0),
(40, 3, 0),
(39, 3, 0),
(53, 4, 0),
(45, 4, 0),
(48, 4, 0),
(257, 3, 0),
(94, 3, 0),
(618, 7, 0),
(630, 4, 0),
(664, 5, 0),
(90, 3, 0),
(89, 3, 0),
(227, 7, 0),
(96, 3, 0),
(144, 6, 0),
(102, 3, 0),
(145, 6, 0),
(146, 6, 0),
(418, 3, 0),
(148, 6, 0),
(149, 6, 0),
(150, 6, 0),
(152, 3, 0),
(153, 7, 0),
(258, 3, 0),
(260, 3, 0),
(310, 6, 0),
(308, 8, 0),
(419, 3, 0),
(769, 3, 0),
(853, 3, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_taxonomy`
--
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=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
--
-- Dumping data for table `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'nav_menu', '', 0, 24),
(4, 4, 'category', '', 0, 4),
(5, 5, 'category', '', 0, 2),
(6, 6, 'nav_menu', '', 0, 8),
(7, 7, 'category', '', 0, 3),
(8, 8, 'category', '', 0, 1);
-- --------------------------------------------------------
--
-- Table structure for table `wp_usermeta`
--
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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=28 ;
--
-- Dumping data for table `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(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', 'false'),
(10, 1, 'wp_capabilities', 'a:2:{s:13:"administrator";s:1:"1";s:17:"gform_full_access";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,ngg-image_resize_pointer,wp410_dfw,wp390_widgets'),
(13, 1, 'show_welcome_panel', '0'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '882'),
(15, 1, 'aim', ''),
(16, 1, 'yim', ''),
(17, 1, 'jabber', ''),
(18, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(19, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(20, 1, 'nav_menu_recently_edited', '3'),
(21, 1, 'wp_user-settings', 'urlbutton=none&imgsize=full&editor=html&hidetb=1&align=center&ngg_upload_resize=1&mfold=o'),
(22, 1, 'wp_user-settings-time', '1421180003'),
(23, 1, 'closedpostboxes_page', 'a:0:{}'),
(24, 1, 'metaboxhidden_page', 'a:4:{i:0;s:11:"commentsdiv";i:1;s:7:"slugdiv";i:2;s:9:"authordiv";i:3;s:12:"revisionsdiv";}'),
(25, 1, 'closedpostboxes_post', 'a:0:{}'),
(26, 1, 'metaboxhidden_post', 'a:5:{i:0;s:11:"postexcerpt";i:1;s:13:"trackbacksdiv";i:2;s:16:"commentstatusdiv";i:3;s:7:"slugdiv";i:4;s:9:"authordiv";}'),
(27, 1, 'session_tokens', 'a:3:{s:64:"7dae6a0bf5a8f3290ca1d40a08acfe4d2142b5fb0958e84cb1cf7bbf618ef472";a:4:{s:10:"expiration";i:1422057649;s:2:"ip";s:3:"::1";s:2:"ua";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36";s:5:"login";i:1421884849;}s:64:"de66c87a2b7783f8c067cbae31ca8601589c301c6613c7aed2c7216e3e11f435";a:4:{s:10:"expiration";i:1422098639;s:2:"ip";s:3:"::1";s:2:"ua";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36";s:5:"login";i:1421925839;}s:64:"98b96144d676f6e737f8471a0e0117f389a67c58cd66216e568fcf3d543be593";a:4:{s:10:"expiration";i:1422207676;s:2:"ip";s:3:"::1";s:2:"ua";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.91 Safari/537.36";s:5:"login";i:1422034876;}}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(64) 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(60) 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=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$B1.2QYhn31oUUOBpdgZ7MQNpz0Ug5m0', 'admin', 'info@kaminibeauty.com', '', '2012-01-10 07:23:24', '', 0, 'admin');
/*!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 */;