html, body{ color:#993333; /*overflow: auto;*/ overflow-x:hidden; }

#intro{  min-height:840px; }
#about p {font-size: 16px;line-height: 16px;}

.article {/* position: fixed;left: 50%;margin-left: -500px; */
/*may15fix*/
width:870px!important;
min-width: 900px;
}
a.next {/*right: 27%;*//*may15fix*/
	/*left:64%;*/
	left:100%;
	z-index:97!important;}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus{ border:1px solid #f8c0cd; padding:11px 0; }
.menulist li ul li a:hover, .menulist li ul li a.highlighted:hover, .menulist li ul li a:focus{ padding:14px 8px 0; }
.menulist a{ color:#993333;}
.menulist ul ul{ background:#993333 }
#listMenuRoot li{ list-style-type:none; }

.logo h1 a{ height:90px;}
#faq h4{ text-decoration: none; font-size: 20px; color:#993333;}
#faq b{ font-size: 17px;}
/*#faq p{ font-size: 16px; padding-left: 20px}
#faq ol li ol li ol li p{padding-left: 30px}*/
/* REVISED ON 25 JULY 2014 */
#faq p{ font-size: 16px; padding-left: 25px}
#faq ol li ol li ol li p{padding-left: 40px}
/*#faq ol li {text-decoration: none; font-size: 20px; color:#993333;}*/
#faq ol li {text-decoration: none; font-size: 17px; color:#993333;}

a{color:#993333;}

.instructions {width: 250px;}
.instructions span{line-height: 12px; font-size: 12px;}
#about, #contact, #faq {margin-right: 0px;}

.stage{ width:1280px; height:575px;}
#home h2.cn{height:149px;}

/*18 JUNE 2014*/
div.navigation {margin: 15px 0 /* Goes to navigation.css */;}

/*30 JUNE 2014*/
#contact p{font-size: 16px; line-height: 16px;}
/*.products {top: 515px;}*/

.thumb{ width:900px;}

.tag-antiaging{width:107px; height:18px; background:url('../images/videos/tag-antiaging.png') no-repeat}
.tag-whitening{width:107px; height:18px; background:url('../images/videos/tag-whitening.png') no-repeat}
/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1024px) {
/* Styles */
}

@media only screen 
and (min-width : 1224px) {
/* Styles */
}


/* Large screens ----------- */
@media only screen 
and (max-width : 1280px) {
/* Styles */
	.centralize { position: absolute;left: 100%; }
    /*a.next {left: 72%;}*/
    /*a.next {left:110%;}*/
    a.next {left:107%;}
    a.prev {left:0%;}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1280px) {
/* Styles */
	.centralize { position: absolute;left: 100%; }
    /*a.next {left: 72%;}*/
    a.next {left:115%;}
    a.prev {left:0%;}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1366px) {
/* Styles */
	.centralize { position: absolute;left: 100%;}
    a.next {left:110%;}
    a.prev {left:0%;}
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1440px) {
/* Styles */
	
	/*.centralize { position: fixed;left: 50%;margin-left: -500px; }*/
	.centralize { position: absolute;left: 100%; }
    a.next {left: 120%;}
    a.prev {left: -6%}
	
}