@charset "utf-8";
/****CSS RESET****/
html, body, div, span, applet, object, iframe,

del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

body{
	background-color:#000;
}

/****Container CSS****/
#wrapper{width:933px; margin: 0 auto; padding:30px 20px 20px 25px;}
#content{width:973px; float:left; display:inline; margin:30px 0 0 0;}
#content_left{width:300px; float:left; display:inline;}

/****gallery CSS*****/

#header h2{
	padding-top:5px;
	display:inline
}
#gallery_choice{
	float:right;
	width:486px;
	font-size:10px;
	margin-top:5px;
	margin-right:50px;
	font-weight:bold;
	
}
#large_image_holder{width:550px; float:left; display:inline; margin: 0 0 0 18px; }
#large_images{width:550px; float:left; display:inline; position:relative; z-index:10; padding:0px 10px 10px 10px;  background-color:#000; height:600px; }
#large_images li{position:absolute; z-index:11; left:10; list-style:none}

#thumb_holder{width:304px;  float:left; display:inline; border:#333 1px solid; background-color:#000; }
#thumb_holder li {width:60px; float:left; display:inline; margin:6px;  border:#333 2px solid;  }
.info_holder{width:300px;height:207px; float:left; display:inline;}

x#thumb_holder_2{
	width:304px; float:left; display:none; position:relative; z-index:1; 
}
x#thumb_holder_2 li {
	width:60px; float:left; display:inline; margin:6px;  border:#333 2px solid;  }


.title{float:left; display:inline; width:300px; }
.hide{display:none;}

/****Credits****/
.by{font-family:'Georgia',Times New Roman,Times,serif; text-transform:lowercase; color:#464646;font-style:italic; font-size:0.8em; line-height:1.1em; margin:0 0 0.5em 0;  }
.name{font-family:'Georgia',Times New Roman,Times,serif; text-transform:lowercase;color:#E62E25;font-style:italic;  }
.h_link{font-family:'Georgia',Times New Roman,Times,serif;color:#E62E25; font-style:italic;}

/*gallery thumbs*/
#baby{
	text-align:center
}
#baby a{
	text-align:center;
}
#shop{
	text-align:center
}
#occasions{

	text-align:center
}
#wedding{
	
	text-align:center
}