
/*
CSS FOR GALLERY
*/
	#mainBar #pageGallery {
		float: left;
		width: 948px;
	}
	
		#pageGallery #galleryImg {
			width: 948px;
			height: 300px;
			float: left;
			position: relative;
		}
	
			#pageGallery #galleryImg img {
			}
			
		#pageGallery #galleryControls {
			position: relative;
			float: right;
			width: 170px;
			margin: -22px 0 0 0;
		}
		
		#pageGallery #galleryPager a {
			float: left;
			margin: 22px .3em 0 .7em;
			font-size: 110%;
			text-decoration: none;
			color: #666;
			font-weight: bold;
		}
		
		#pageGallery #galleryPager a:hover, .activeSlide {
			text-decoration: none;
			color: #000 !important;
		}
		
		#mainBar #pageGallery #galleryControls #playButton {
			background-image: url('/images/body/arrow.png');
			width: 42px;
			height: 42px;
			float: left;
			margin: 0 0 0 1em;
			z-index: 100;
			position: relative;
			cursor: hand;
		}