@charset "UTF-8";
/* CSS Document */

#gallery{
		width:900px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin-top:20px;
	}
		#gallery a{
			text-decoration:none;
			color:#0066CC;
		}
	#galleryNavContainer{
		width:100px;
		text-align:center;
		float:left;
	}
		#thumbnailContainer{
			width:93px;
			height:420px;
			position:relative;
			margin:20px auto;
			overflow:hidden;
		}
			#thumbnails{
				position:absolute;
				top:0px;
				width:100%;
				text-algin:center;
			}
			#thumbnails img{
				width:72px;
				height:48px;
				padding-right:6px;
				padding-bottom:7px;
				background:url(images/thumb/thumbnail_bg.jpg);
				margin:0 auto;
				margin-bottom:5px;
				cursor:pointer;
			}
		#up, #down{
			
		}
	#galleryMainImageContainer{
		width:600px;
		height:500px;
		text-align:center;
		float:left;
		margin:70px auto 0 auto;
	}
		#mainImageHolder{
			position:relative;
			margin:0 auto;
			width:520px;
			height:350px;
		}
		#mainImage, #mainImage2{
			padding-right:7px;
			padding-bottom:8px;
			background:url(images/large/large_bg.jpg);
			position:absolute; top:0px; left:0px;
		}
		#mainImage{
			z-index:2;
		}
		#caption{
			font-size:11px;
			width:70%;
			margin:10px auto;
		}
		#belowCaption{
			width:100%;
			position:relative;
		}
		#buttons{
			width:70%;
			text-align:center;
			margin:0 auto;
		}
			#buttons img{
				cursor:pointer;
			}
		#imageCount{
			position:absolute;
			top:0px;
			right:50px;
			font-size:12px;
		}
	#galleryCategoriesContainer{
		width:180px;
		float:left;
		list-style:none;
		margin-left:0px;
		padding-left:0px;
		margin-top:80px;
		font-size:14px;
	}
		#galleryCategoriesContainer li{
			border-bottom:1px solid #CCCCCC;
			line-height:40px;
			display:block;
			width:100%;
		}
	.clear{
		clear:left;
	}