/*
-----------------------------------------------
GALLERY STYLE SHEET (gallery.css)

Site: ApplesandOrangesBook.com
Company:  AuthorsOnTheWeb.com
Version:  11 April 2008
File Path: ../css/gallery.css
----------------------------------------------- */


/* =Global
------------------------------------------*/

	body {
		margin: 0;
		background: #fff;
		font-family: Georgia, Times, Verdana;
		font-size: 12px;
		}
	
		
/* =Gallery Structure
------------------------------------------*/
	
	#gal { 
	height: 469px;
	width: 500px;
	border-color: #AFB1A6;
	border-style: dotted;
	border-width: 1px;
	background: #ffffff
	}
	
	.gal_nav { 
	border-bottom-color: #AFB1A6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 5px;
	}
	
	.gal_pics {
	text-align: center; 
	vertical-align: center;
	height: 385px;
	border-bottom-color: #AFB1A6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background: #ffffff
	}
	
	.gal_foot {
	height: 50px;
	}
	

/* = .gal_nav  Structure
------------------------------------------*/
	#next {
	float: right;
	text-align: right;
	/*border-left-color: #AFB1A6;
	border-left-style: dotted;
	border-left-width: 1px;*/
	width: 58px;
	height: 26px;
	}
	
	#back {
	float: left;
	text-align: left;
	/*border-right-color: #AFB1A6;
	border-right-style: dotted;
	border-right-width: 1px;*/
	width: 58px;
	height: 26px;
	}
	
 	.caption {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, Times, Verdana;
	color: #3E3B2F;
	}


