/* Gallery */
/* 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;
	margin-right: auto;
	height: 30px;
	margin-left: auto;
	padding-left: 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;
}
#pic_select_2 {
	float: right;
	width: 85px;
	margin-right: 35px;
	margin-top: 15px;
	height: 40px;
	padding-top: 15px;
}

