/* gallery
 * ------------------------------------------------------------------------- */
#div {
	margin:0;
	padding:0;
	width:0;
	height:0;
	}

#gallery-case {
	margin:0;
	}

#gallery-menu {
	margin: 0 64px 0 0;
	}
	
	
	#gallery-menu ul { padding-left:5px; } 
		#gallery-menu ul li { 
			background:transparent url("../../images/bullet.gif") 0px 6px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
			
#gallery-pull-down {
	float:left;
	padding-left:40px;
	width:140px;
	}
	
	#gallery-pull-down select {
		border:solid 1px #814606;
		width:135px;
		}
		
#gallery-procedure {
	font-size: 12px;
	font-weight:bold;
	padding: 10px 0 10px 6px;
	text-align:left;
	}
	
#gallery-caption {
	margin: 10px 64px 0 20px;
	text-align:center;
	}
	
#gallery-nav {
	text-align:center;
	vertical-align:top;
	}
	
.gallery-rule {
	margin-left:20px;
	margin-bottom:15px;
	padding:0;
	}
	

	
