	#jq_gallery {
		position: relative; 
		width: 900px;	
		height: 330px;
	}
	
	.gallery-image p {
		position: absolute;
		bottom: 20px;
		left: 136px;
		color: #FFF;
		font-weight:normal;
		font-size:16px;
		padding:0;
		margin:0;
	}
	
	.gallery-image a.prev, 
	.gallery-image a.next {
		display: block;
		position: absolute;
		bottom: 140px;
		color: #FFF;
		font-weight:normal;
		font-size:24px;
		text-decoration:none;
	}
	.gallery-image a.prev:hover, 
	.gallery-image a.next:hover {
		font-weight:bold;
	}
	.gallery-image a.prev {
		left: 0px;
	}
	.gallery-image a.next {
		right: 0px;
	}