/* Gallery - Specific Page Formatting */


body.gallery {
	background-image: url(../images/page/pink%20rose_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
/* Wrapper */
body.gallery #wrapper {
	}
/* Picture Shift L and R* for individual gallery photos */
/* NB Change font colour of L and R to white on live launch */
#pic_select {
	width: 85px;
	height: 30px;
	padding-left: 10px;
	float: right;
	margin-bottom: 10px;
}
#lft_shift a {
	width: 10px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/common/lft_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-size: 9px;
	color: #FFFFFF;
}
#lft_shift a:hover {
	background-image: url(../images/common/lft_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	padding-bottom:18px;
}
#rgt_shift a {
	width: 10px;
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/common/rgt_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-size: 9px;
	color: #FFFFFF;
}
#rgt_shift a:hover {
	background-image: url(../images/common/rgt_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	padding-bottom:18px;
}
