	/* These rules were originally inside the demo html head. Now modified for Alexandra */
*{margin:0;padding:0}
	
.caption {
	color: #49483d;
	font-size: .8em;
	position: relative;
	top: -6px;
	word-spacing: 2px;
}

.caption span{  /* this is for the sold caption */
	color: #e20f00;
	font: 2em Arial, Helvetica, sans-serif;
	position: relative;
	left: 10px;
	margin-right: 20px;
}
		
.gallery_demo {width: 702px;margin:0 auto;}
	
.gallery_demo li {
	width:68px;
	height:50px;
	border: 3px solid #ffffff;
	background: #dfdfdf;
	margin: 0 2px;
}
	
.gallery_demo li div {
	left: 240px;
}
	
#main_image {margin:0 auto 60px auto;height:438px;width:700px;background: #fbfbfb;}
	
#main_image img {
	margin-bottom: 10px;
}
	
.nav {letter-spacing: 2px;text-transform: none;
	padding-top: 12px;
	font: .8em 'helvetica neue',sans-serif;
	clear: both;
	text-align: center;
}

.nav span{
	display: inline;
	position: relative;
	left: 60px;
}

.nav a {
	text-decoration: none;
}
	
.info {text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	
.info p {margin-top:1.6em;}
