.hide { display:none; }

body {
	margin:0 auto;
	color:#fff;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.holygrail{
	text-align:center;
	padding:25px 0px;
}
#full-page{
	margin:0 auto;
	left:50%;
	width:650px;
}
#tpa-container {
	left:50%;
	width:650px;
	height:400px;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
	text-align:center;
}

h1 {
	background:#222;
	width:650px;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #333;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
	color:#fff;
}

#picture_section {
	padding:7px 0 7px 7px;
	width:650px;
	height:319px;
	overflow:hidden;
}
	#inside {
		width:650px;
		height:319px;
	}
	#picture_section img {
		border:0;
		height:67px;
		width:100px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#222;
	width:650px;
	height:23px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	width:650px;
	height:23px;
	border-top:1px solid #333;
	display:none;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(/ukstore/partner/site_files/TPA/up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(/ukstore/partner/site_files/TPA/down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:10px;
		width:10px;
		background:url(/ukstore/partner/site_files/TPA/left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:10px;
		width:10px;
		background:url(/ukstore/partner/site_files/TPA/right.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	div#up.deactivated { opacity:0.5; filter:alpha(opacity=50); cursor:default; }
	div#down.deactivated { opacity:0.5; filter:alpha(opacity=50); cursor:default; }
	div#right.deactivated { opacity:0.5; filter:alpha(opacity=50); cursor:default; }
	div#left.deactivated { opacity:0.5; filter:alpha(opacity=50); cursor:default; }

#display_picture_container {
	position:absolute;
	top:0;
	left:0;
	width:440px;
	height:287px;
	/*height:400px;*/
	padding-top:16px;
}

#display_picture {
	position:absolute;
	top:75px;
	left:50%;
	margin-left:11px;
	/*left:31px;*/
	/*width:596px;*/
	width:430px;
	height:317px;
	/*height:279px;*/
	background:#000;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding:10px;
}
	
#display_picture_img {
	position:absolute;
	margin:0 auto;
	padding:0;
	margin:10px;
	margin-top:31px;
	margin-left:24px;
	top:75px;
	left:41px;
	left:50%;
/*	
	height:272px;
	width:530px;
*/
	cursor:pointer;
}