@charset "UTF-8";
/* CSS Document */
/*
Author: Ella Makarkina
Date:  10-22-09
*/

	
/* forward-back buttons 	*/	
	
#backForward {
	width: 958px;
	height: 137px;
	float: right;
	position: relative;
	z-index: 50;
	margin-top: -335px;
	}

#forward {
	width: 63px;
	height: 137px;
	float: right;
	background: url(../Images/back-forward%20buttons.png) no-repeat -63px -137px;
	margin-right: -5px;
	}
#forward:hover {
	background-position: 0 -137px;
	margin-right: -8px;
	}
#back {
	width: 63px;
	height: 137px;
	float: left;
	background: url(../Images/back-forward%20buttons.png) no-repeat -63px -0px;
	margin-left: -3px;
	}
#back:hover {
	background-position: 0 -0px;
	margin-left: -8px;
	}
	
/*Social networking button:*/

.imgS {
	float: left;
	margin-top: 35px;
	margin-left: 7px;
	border: none;
	display: inline;
	position: relative;
	
	}

/*Pink Line Sprite: */

#line {
    height: 15px;
	width: 958px;
	float: right;
	display: inline-block;
	position: relative;
	margin-top: -15px;
	}
	
/*Portrait Page*/	
.leftPartTwo {
	width: 193px;
	height: 15px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	background:url(../Images/pink%20lines.png) no-repeat -765px 0;
	}
.centerTwo {
	width: 186px;
	height: 15px;
	display: block;
	background:url(../Images/pink%20lines.png) no-repeat 0 0;
	float: left;
	position: relative
	}
.rightPartTwo {
	width: 579px;
	height: 15px;
	display: block;
	background:url(../Images/pink%20lines.png) no-repeat -193px 0;
	float: left;
	position: relative;
	}
/*Wedding Page*/
.leftPartThree {
	width: 386px;
	height: 15px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	background:url(../Images/pink%20lines.png) no-repeat -186px 0;
	}
.centerThree {
	width: 186px;
	height: 15px;
	display: block;
	background:url(../Images/pink%20lines.png) no-repeat 0 0;
	float: left;
	position: relative
	}
.rightPartThree {
	width: 386px;
	height: 15px;
	display: block;
	background:url(../Images/pink%20lines.png) no-repeat -186px 0;
	float: left;
	position: relative;
	}
/*Glamour Page*/

.leftPartFour {
	width: 579px;
	height: 15px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	background:url(../Images/pink%20lines.png) no-repeat -186px 0;
	}
.centerFour {
	width: 186px;
	height: 15px;
	display: block;
	background:url(../Images/pink%20lines.png) no-repeat 0 0;
	float: left;
	position: relative
	}
.rightPartFour {
	width: 193px;
	height: 15px;
	display: block;
	background:url(../Images/pink%20lines.png) no-repeat -186px 0;
	float: left;
	position: relative;
	}

/*Nature Page*/
.leftPartFive {
	width: 772px;
	height: 15px;
	text-decoration: none;
	display: inline;
	float: left;
	position: relative;
	background:url(../Images/pink%20lines.png) no-repeat -186px 0;
	}
.rightPartFive {
	width: 186px;
	height: 15px;
	text-decoration: none;
	display: inline;
	background:url(../Images/pink%20lines.png) no-repeat -0px 0;
	float: left;
	position: relative;
	}
