﻿#eyebrows-module, #eyeliner-module, #lips-module, #camouflage-module, #lash-extension-module, #hairbrush-module
{
	padding:0;
	overflow:hidden;
	height:100%;
}
#lips-after-healing .caption
{
	text-align:right;
}
.picture-module
{
	width:202px;
	float:left;
	/*margin:0 15px 0 auto;*/
	margin:0;
	padding:0 0 3px 0;
	cursor:pointer;
	overflow:visible;
}
.picture-module img
{
	border:solid 1px #000000;
	width:200px;
}
#lips-module img
{
	width:auto;
	height:150px;
}
#lash-extension-module img
{
	width:auto;
	height:120px;
}
.caption
{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin:5px 0 0 0;
}
.picture-module img:hover
{
	border:solid 1px #A02134;
}
.picture-module-box-background
{
	background: url('../images/pink_zebra_background.gif') no-repeat fixed left top;
	overflow:scroll;
}
.picture-module-box
{
	position:relative;
	margin:15px 0 15px 30px;
}
.picture-module-box img
{
	border:solid 1px #000000;
	width:95%;
}
.more-examples
{
	background-image:url('../images/view-more.gif');
	width:116px;
	height:35px;
	background-position:left bottom;
}
.more-image
{
	width:116px;
	height:32px;
}
.more-examples:hover
{
	background-position:left top;
}
