/* Slideshow */
/* LayerSlider Layers and Sublayers unique styles */
.beauty { background-image:url('/images/layout/headerbackground.png');  background-repeat:repeat-x; height: 100px; position: absolute; left: 0; width: 100%;  top: 116px; z-index: -1; }
.beautyinfo { height: 230px; padding-top: 6px;   }
.nonbeauty {  height: 1px; position: absolute; left: 0; width: 100%;  top: 135px; z-index: -1; border-top: solid #eee 1px; }


#layerslider,
#layerslider2 {
	width: 930px;
	height: 200px;
	margin: 0px auto 50px auto;
}
.layertitle { padding-top: 40px; width: 930px; text-align: center;}
.layertitle h1 { color: #fff; }

.layersubtitle { padding-top: 110px; padding-left: 10px; width: 525px; text-align: center;}
.layersubtitle h2 { color: #fff; }

.layerlistcontent { padding-top: 170px; padding-left: 40px; width: 525px; color: #fff;  }

.layerlist li.checkbox{
		list-style-type: none;
		background: url('/images/slides/checkbox.png?q=2') no-repeat top left;
		height: 43px;
		padding-left: 40px;
		padding-right: 10px;
		line-height: 1.7em;
		font-size: 1.3em;
		display: block;
		width: 170px;
		float: left;
}

.layeraction { padding-top: 280px; padding-left: 10px; width: 525px; color: #fff; text-align: center; }
.layerbutton  { 
	font-family: 'PT Sans', sans-serif; 
	font-weight: bold; 
	font-size: 1.4em; 
	text-align: center; 
	background-color: #fff;
	border: solid #666 1px; 
	color: #fff; 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;   
	padding: 4px 20px 4px 20px;
	margin: 0 0 10px 0;
	text-decoration: none; 
	font-variant:small-caps;
	background-color: #B0D730; border: solid #B0D730 1px; 
	text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;
}
.layerbutton:hover { color: #fff; }
