html{
	min-width: 300px;
	height:100%;
} /*IE7*/
h2 {
text-align:center;
}

#imageflow {
	position:relative;
	width:100%;
	margin-bottom:50px;
	height:421px;
}

#imageflow #images img{ 
	position:absolute; 
	border:none;
	cursor:pointer;
}

#images {
	visibility:hidden;
	position:relative;
}

#loading_bar{
	position:absolute;
	top:175px;
	width:100%;
}

#loading_bar img{
	margin-top:5px;
}

#noimages {
	position:relative;
	top:200px;
	text-align:center;
}

#captions {
	font-weight:bold;
	text-align:center;
	z-index:502;
	position:relative;
	top:85px;
}
#controls {
	position:relative;
	top:104px;
	height:20px;
}

#controls img {
	padding:4px;
}

#photo_slide {
	z-index:501;
	top:140px;
}

#photo_handle {
	z-index:502;
}

#open_albums {
	cursor:pointer;
	color:blue;
	margin:0;
	position:absolute;
	left:180px;
}

#albums {
	position:absolute;
	z-index:504;
	text-align:center;
	width:100%;
}

#albums p {
	text-indent:0;
}

/* scrollable div area */
#album_shadow {
	background:url(../images/album_select_shadow.gif) no-repeat 100% 100%;
	padding:0 0 7px 0;
}

#album_select_bg {
	background-color:#CCC;
	background-image:url(../images/album_select_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:744px;
	height:248px;
	float:left;
	font-size:1.1em;
	border:solid 1px #516F36;
	border-right:none;
	border-left:none;
}

#album_select {
	width:100%;
	height:228px;
	overflow:hidden;
	white-space:nowrap;
	padding:0;
}

#album_select th, #album_select td {
	margin:0;
	padding:0;
	width:141px;
	cursor:pointer;
	padding:0 6px;
	font-size:.9em;
	font-weight:normal;
}

#album_icons {
	height:180px;
	overflow:hidden;
	vertical-align:top;
}

#album_titles {
	height:25px;
	white-space:normal;
}

#album_select img{
	width:141px;
}

#album_left, #album_right {
	width:25px;
	height:250px;
	float:left;
	cursor:pointer;
	position:relative;
}

#album_left div, #album_right div {
	height:248px;
	width:17px;
	border:solid 1px #516F36;
	border-right:none;
	border-left:none;
	background-color:#BFDD9D;
	background-repeat:repeat-y;
}

#album_left div {
	float:right;
	background-image:url(../images/pan_left_bg.gif);
}

#album_right div {
	float:left;
	background-image:url(../images/pan_right_bg.gif);
}

#album_left img, #album_right img {
	position:absolute;
	top:50%;
	margin-top:-12px;
}

#album_left img {
	left:-1px;
}

#album_right img {
	left:3px;
}

/* Order form css */

#photo_order_form {
	text-align:center;
}
#order_image {
	text-align:center;
	margin:0 auto;
}
.dialog table {
	margin:0;
}

.dialog table tr {
}

.dialog table td, #imageflow table th {
	border:none;
	padding:0;
}