#gallery {
	position:relative;
}
	#gallery-prev {
		position:absolute;
		left:0px;
		top:50%;
		margin-top:-25px;
		display:block;
		text-decoration:none;
		background-image:url(http://s3.amazonaws.com/thekingofpop-assets/images/gallery-prev.jpg);
		background-repeat:no-repeat;
		background-position:0px 0px;
		width:16px;
		height:21px;
	}
	
	#gallery-next {
		position:absolute;
		right:0px;
		top:50%;
		margin-top:-25px;
		display:block;
		text-decoration:none;
		background-image:url(http://s3.amazonaws.com/thekingofpop-assets/images/gallery-next.jpg);
		background-repeat:no-repeat;
		background-position:0px 0px;
		width:16px;
		height:21px;
	}
	#gallery .jcarousel-container {
		width:992px;
		margin:0px auto;
		overflow:hidden;
	}