@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - OWL CITY GALLERY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		oc_gallery.css
	Date:			Apr 16, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	active Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.gallery a:link, #nav li.gallery a:active, #nav li.gallery a:visited, #nav li.gallery a:hover {
		background-position:0 -30px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Gallery Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#gallery h1#h1Gallery {
		margin:0 0 7px 0;
		width:89px; height:30px;
		background:url(../../images/h1_gallery.png) no-repeat;
	}
	/* Thumbnails */
	#galleryThumbs {
		margin:15px 0 0 0;
		width:570px;
		background:#a9a6a2;
	}
	#galleryThumbsTop {
		width:570px;
		background:url(../../images/bg_galleryThumbTop.png) top left no-repeat;
	}
	#galleryThumbsBottom {
		padding:19px 0  0 28px;
		width:542px;
		background:url(../../images/bg_galleryThumbBottom.png) bottom left no-repeat;
	}
		#galleryThumbs p {
			padding:0 0 6px 0;
			font:normal 10px Tahoma, Arial, Helvetica, sans-serif;
			color:#000;
		}
		#gallery .thumb {
			width:130px; height:134px;
			float:left;
			display:inline;
			overflow:hidden;
		}
		
			#galleryThumbs .thumb img.thumbImage {
				width:100px; height:100px;
			}

	/* Thumbnails */
	.galleryThumbs {
		margin:15px 0 0 0;
		width:570px;
	}
	.galleryThumbsTop {
		width:570px;
		background:url(../../images/bg_tourInfo_even.png) top left repeat-y;
	}
	.galleryThumbsBottom {
		padding:19px 0  0 28px;
		width:542px;
		background:url(../../images/bg_tourInfo_even.png) bottom left repeat-y;
	}
	.galleryThumbsBottom h3 {
		color:#b9ff33;
	}
		.galleryThumbs p {
			padding:0 0 6px 0;
			font:normal 10px Tahoma, Arial, Helvetica, sans-serif;
			color:#000;
		}
		.galleryThumbs .thumb {
			width:130px; height:130px;
			float:left;
			display:inline;
			overflow:hidden;
		}
		
			.galleryThumbs .thumb img.thumbImage {
				width:100px; height:100px;
			}

