#next,#prev,#backtogallery,#pause,#play{
	position:absolute;
	top:400px;
	z-index:999;
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px;
	color:#663366;
	text-decoration:none;
	letter-spacing:1px;
	font-size:11px;
}
#next{
	right:460px;
}
#prev{
	left:14px;
}
#backtogallery{
	left:155px;
	top:10px;
}
#play{
	left:128px;
}
#pause{
	left:244px;
}
h2{
	text-align:center;
	padding-bottom:10px;
}
h3{
	text-align:center;
	padding-bottom:20px;
	font-size:12px;
	color:#663366;
	text-transform:uppercase;
	letter-spacing:1pt;
}
div#gallery{
	height:450px;
	width:900px;
	overflow:hidden;
}
div.galleryItem{
	height:450px;
	width:900px;
	background-image:url('images/jb-maincontent-left.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
div.galleryItem img{
	float:right;
}
div.galleryCopy{
	position:relative;
	left:18px;
	top:145px;
	width:420px;
}
