@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	height: 100%;
}
html {
	background-repeat: repeat;
	background-image: url(../images/background.png);
	height: 100%;
}
#container {
	min-height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfcfc;
}
#header {
	height: 200px;
	width: 100%;
}
#header img {
	border-style: none;
}
#menu {
	height: 44px;
	width: 100%;
	background-color: #fcfcfc;
	margin-bottom: 4px;
	margin-top: 4px;
}
#menu img {
	border-style: none;
}
#nav ul {
	list-style: none;
}
#nav li a {
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: #313b56;
	font-family: Helvetica;
	font-size: 22px;
	margin-top: 0px;
	float: left;
	border-style: none;
}
.sliding-middle-out {
	display: inline-block;
	position: relative;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #313b56;
}
#nav ul li a#newborn:hover {
	color: #adc875;
}
#nav ul li a#family:hover {
	color: #018c85;
}
#nav ul li a#wedding:hover {
	color: #b3ded7;
}
#nav ul li a#boudoir:hover {
	color: #ec8597;
}
#nav ul li a#contact:hover {
	color: #5c445e;
}
#content {
	overflow: hidden;
	width: 1000px;
	height: 667px;
	padding: 0;
	margin-bottom: 2px;
}
#galleryContainer {
	padding: 10px;
	width: 1000px;
	height: 600px;
}
#galleria {
	float: left;
	height: 600px;
	width: 670px;
	background-color: #ededed;
}
.cText {
	float: left;
	padding: 10px;
	margin-left: 10px;
	width: 280px;
	height: 600px;
	overflow: scroll;
}
.cText p {
	text-indent: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
}
.cText h2 {
	font-weight: 700;
	font-size: 13px;
	font-family: Helvetica;
	color: #353535;
}
.contactText {
	float: left;
	padding: 10px;
	margin-left: 10px;
	width: 450px;
	height: 600px;
	overflow: scroll;
}
.contactText p {
	text-indent: 30px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 18px;
}
.contactText h2 {
	font-weight: 700;
	font-size: 13px;
	font-family: Helvetica;
	color: #000;
}
.contactText a {
	text-decoration: none;
	color: #000;
}
#footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #313b56;
	text-align: center;
	vertical-align: bottom;
	height: 30px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	clear: both;
}
.hiddenIR {
   position:absolute;
   top:-99999px;
   left:-99999px;
   width:1px;
   height:1px;
   overflow:hidden;
}
#slideshow{
	height: 667px;
	position: relative;
	width :1000px;
	overflow: hidden;
	background-color: #fcfcfc;
	float: left;
}
#slideshow ul{
	height: 667px;
	list-style: none outside none;
	overflow: hidden;
	position: absolute;
	width: 1000px;
}
#slideshow li{
	position: absolute;
	display: none;
	z-index: 10;
}
#slideshow li:first-child{
	display: block;
	z-index: 1000;
}
#slideshow .slideActive{
	z-index: 1000;
}
#slideshow canvas{
	display: none;
	position: absolute;
	z-index: 100;
}
#slideshow .arrow{
	height: 86px;
	width: 60px;
	position: absolute;
	background: url(http://www.lupophotography.com/images/arrows.png) no-repeat;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
	z-index: 5000;
}
#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
#contactSlideshow{
	height: 580px;
	position: relative;
	width : 480px;
	overflow: hidden;
	float: left;
	background-color: #fcfcfc;
	padding: 10px;
}
#contactSlideshow ul{
	height: 580px;
	list-style: none outside none;
	overflow: hidden;
	position: absolute;
	width: 480px;
}
#contactSlideshow li{
	position: absolute;
	display: none;
	z-index: 10;
}
#contactSlideshow li:first-child{
	display: block;
	z-index: 1000;
}
#contactSlideshow .slideActive{
	z-index: 1000;
}
#contactSlideshow canvas{
	display: none;
	position: absolute;
	z-index: 100;
}
#contactSlideshow .arrow{
	height: 86px;
	width: 60px;
	position: absolute;
	background: url(http://www.lupophotography.com/images/arrows.png) no-repeat;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
	z-index: 5000;
}
#contactSlideshow .previous{ background-position:left top;left:0;}
#contactSlideshow .previous:hover{ background-position:left bottom;}

#contactSlideshow .next{ background-position:right top;right:0;}
#contactSlideshow .next:hover{ background-position:right bottom;}