#noPhotos{
	position:relative;
	left:10px;
	top:0;
	float:left;
	width:265px;
	height:70px;
	background-image:url(../graphics/page_buttons/no_photos_green.png);
	background-repeat: no-repeat;
	background-position: 0px -175px;
	}
	
	#usePhotos{
	position:relative;
	top:0;
	float:left;
	width:265px;
	height:70px;
	background-image:url(../graphics/page_buttons/use_photos_green.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	}
	
	.use_photos_mobile {
		left: 10px;
	}
	
	#personaliseNowButton{
	position:relative;
	top:10px;
	float:left;
	width:265px;
	height:60px;
	background-image:url(../graphics/page_buttons/personalise_now.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	}
	.drop_shadow{
		text-shadow: 4px 4px 6px #666;
	}
	.white_glow{
		text-shadow: 0px 0px 8px #fff;
	}
	.black_glow{
		text-shadow: 0px 0px 8px #000;
	}
	#changingTextCon{
		position:absolute;
		left:0px;
		top:0px;
		width:auto;
		height:auto;
	}
	#landingThumbnails{
		position:relative;
		width:100%;
		height:auto;
		margin-top:50px;
	}
	.thumbnailCon{
		position:relative;
		float:left;
		width:31%;
		height:90px;
		margin-right:2.3%;
		margin-top:14px;
		background-color:#fff;
	}
	.thumbnailText{
		position:absolute;
		left:0px;
		bottom:2px;
		width:99%;
		height:15px;
		background-color:#793d79;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		-khtml-border-bottom-right-radius:5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		-khtml-border-bottom-left-radius:5px;
		border:1px solid #793d79;
	}
	.thumbnailText a{
		width:250px;
		height:auto;
		display:block;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#fff;
		text-align:center;
		text-decoration:none;
	}
	.thumbnail{
		position:absolute;
		top:0px;
		left:0px;
		border:1px solid #e7e7e7;
		max-width:100%; height:auto;
	}
	#directLinksBox{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#606;
	}
	#directLinksBox a{
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#666;
		text-decoration:underline;
	}
	#directLinksBox a:hover{
		text-decoration:none;
	}
	#dashed_line{
		width:auto;
		border-bottom:1px solid #793d79;
		height:0px;
		margin:20px 0px 0px 0px;
	}