/*
-------------------------------------------------------------------
FLICKR GALLERY
-------------------------------------------------------------------
*/

#galleryBox{
	background: #090608;
	padding: 16px 0 14px;
	overflow: hidden;
	width: 888px;
	margin: 0 auto 15px;
	}
	#galleryBox #main_image {
		height: 446px;
	}
	#galleryBox a {
		background: url("/wsimages/galleryPaginator.gif") 0 0 no-repeat;
		border: none;
		padding: 0;
		}
	.imgStyle{
		width: 864px;
		margin-bottom: 14px;
		text-align: center;
		padding: 0 14px;
		height: 446px;
		}
	.gallery{
		padding: 0 !important;
	}	

	#slideWrapper .galleryList li{
		padding:0 13px 5px 0;
		margin: 0;
		background: none;
		border: none;
		line-height: normal;
		float: left;	
	}	

	#slideWrapper{
		overflow: hidden;
		width: 888px;
		}

		#galleryBox #slideWrapper a#prev{
			width: 24px;
			height: 75px;
			display: block;
			float: left;
			margin: 0 12px 0 0;
			padding: 0;
			background-position: 0 -75px;
			}
			#galleryBox #slideWrapper a#prev:hover {
				background-position: 0 0;
			}

			#galleryBox #slideWrapper a#prev.inactive, #galleryBox #slideWrapper a#prev.inactive:hover {
				background-position: 0 -150px;
				cursor: text;
			}

		#galleryBox #slideWrapper a#next{
			width: 24px;
			height: 75px;
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			background-position: -48px -75px;
			}
			#galleryBox #slideWrapper a#next:hover {
				background-position: -48px 0;
			}	

			#galleryBox #slideWrapper a#next.inactive, #galleryBox #slideWrapper a#next.inactive:hover {
				background-position: -48px -150px;
				cursor: text;
			}	

		#slideWrapper a span{
			display: none;
		}

	.thumbnails{
		width: 828px;
		height: 79px;
		float: left;
		position: relative;
		overflow: hidden;
		}

		.galleria{
			list-style:none;
			float: left;
			width: auto;
			height: 79px;
			position: absolute;
			top: 0;
			left: 0;
			}
			
			#pageBody ul.galleria {
				margin:0 0 14px 0;
			}

			.galleria li{
				display:block;
				overflow:hidden;
				width: 79px;
				height: 79px;
				padding: 0 12px 5px 0;
				}

				.galleria li a{
					display:none;
				}

				.galleria li div{
					position:absolute;
					display:none;
					top:0;
					left:180px;
				}

				.galleria li div img{
					cursor:pointer;
				}

				.galleria li.active div img,
				.galleria li.active div{;
					display:block
				}

				.galleria li img.thumb{
					cursor:pointer;
					top:auto;
					left:auto;
					display:block;
					width:auto;
					height:auto;
					margin: 0 !important;
					padding: 0 !important;
				}

			.galleria li .caption{
				display: none;
				padding-top:.5em;
			}

			/* MSIE bug */
			* html .galleria li div span{
				width:400px;
			} 





.caption{
	color:#FFF; 
	display: none; 
	width: 712px; 
	text-align: center; 
	padding: 10px 0 12px;
	font-size: 1.4em;
	}

