
		/* Rounded corners for the gallery sidebar and main area */

		#gal
		{
			width: 548px;
			
			background: #e3e3e3;
		}



		#gal div
		{
			padding: 10px;
		}


		#gal span.top
		{
			display: block;
			height: 8px;
		
			background: #e3e3e3 ;
		}



		#gal_bar
		{
			width: 146px;
			
			background: #e3e3e3;
		}


		#slide_div
		{
			height: 450px;
			overflow: hidden;
			
			/* Without this, IE won't treat the overflow: hidden; as expected */
			position: relative;
			
			margin-top: 10px;
			padding: 20px 10px;
		}


		#gal_bar div
		{
			height: 450px;
			overflow: hidden;
			
			margin-top: 10px;
			padding: 10px;
		}



		#gal_bar span.top
		{
			display: block;
			height: 8px;
		
			background: #e3e3e3 ;
		}
		
		/* End of rounded corners for the gallery sidebar and main area */


		
		#gal_bar ul
		{
			position: relative;
			top: -10px;
			
			list-style: none;
			
			margin: 10px;
			padding: 0;
		}



		#gal_bar li
		{
			width: 92px;
			height: 92px;
		
			margin-bottom: 6px;
			padding: 6px 6px 4px 6px;
			
			background: #FF7FB6;
		
		}



		html>body #gal_bar li
		{
			padding: 6px;
		}



		.adminOptions
		{
			position: relative;
			top: -30px;
		}


		#gal_curr_pic
		{
			overflow: hidden;
		
			text-align: center;
		
			width: 504px;
			
			padding: 12px;
			
			background: #e3e3e3;
	
		}



		/* next, home, prev buttons */
		
		#gal ul
		{
			width: 520px;
			
			list-style: none;
			
			margin: 1em 0;
			padding: 0;
		}


		#gal li
		{
			float: right;
		}


		#gal_next,
		#gal_home,
		#gal_prev
		{
			width: 35px;
			height: 54px;
		}


		#gal_home
		{
			text-align: center;
		
			width: 450px;
		}

