/*========= Galleries styles ============*/

#gallery {width: 900px; position: relative; margin-left: 0px;}
.is_ie #gallery { margin-left: 0px; }

#gallery #wrap { margin: 0px auto; border: 5px solid #999999; }
#gallery #wrap img { width: 762px; }

#control { margin: 0px 0px 0px 24px; width: 820px; padding: 0px; }
.is_ie #control {margin: 10px 0px 0px 24px;}

#control img:hover { cursor:pointer; opacity: 0.8; filter: alpha(opacity = 70); }
.is_ie #control img { margin-bottom: -3px; }

#preloadImgs { display: none; visibility: hidden; }

ul#thumbnails { width: 830px; }

#thumbnails li { position: relative; float: left; margin: 0px 0px 5px 1px !important; width: 70px !important; height: 45px !important; list-style: none; }
.is_ie6 #thumbnails li {width: 68px; }

#thumbnails img { width: 55px; height: 38px; border: 2px solid #999; }
.is_ie6 #thumbnails img { width: 53px; }

/* Backward Forward Arrow */

.backward {
	background: url(/Resources/angelaLouisePhotography/Layout/left_pink_arrow.jpg) top left no-repeat;
	width: 29px;
	height: 33px;
	display: block;
	position: absolute;
	top: 200px;
	left:0px;
	z-index: 999;
	}

.forward { 
	background: url(/Resources/angelaLouisePhotography/Layout/right_pink_arrow.jpg) top left no-repeat;
	width: 29px;
	height: 33px;
	display: block;
	position: absolute;
	top: 200px;
	right:0px;
	z-index: 999;
	}


