#roll {
	border: 1px solid #7d0000;
	border-bottom: none;
	padding: 0;
	background-color: #e1b37e;
	color: #000;
	font-weight: bold;
	margin: 0;
}

#corner {
	float: left;
	width: 10px;
	height: 10px;
	margin: -1px 0 0 -1px;
	background: url('../images/gallery/top-left_corner-tan.gif') top left no-repeat;
	display: inline; /* Double Margin bug fix */
}

#tn_container {
	position: relative;
	height: 83px;
	border: 1px solid #7d0000;
	overflow: hidden;
	background-color: #000;
}

#loadingBack {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;	
	z-index: 5;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#loadingRoll {
	display: none;
	position: absolute;
	top: 35px;
	left: 260px;
	border: 1px solid #7d0000;
	background-color: #292b68;
	color: #fff;
	padding: 0 4px;
	font-weight: bold;
	font-size: 12px;
	z-index: 10;
}

#tn {
	position: absolute;
	top: 0px;
	left: -2px;
	width: 584px;
}

.tn_pic {
	float: left;
	width: 77px;
	height: 77px;
	margin: 4px 0 10px 6px;
	text-align: center;
	display: inline; /* Double Float Margin bug - need for IE6. */
}

/*.tn_pic img {
	border: 1px solid #707fb3;
	margin: 3px;
}*/

.tn_pic a img {
	border: 1px solid #707fb3;
	padding: 1px;
/*	margin: 3px;*/
}

.tn_pic a:hover img {
	border: 2px solid #fc0;
	padding: 0;
/*	margin: 0;*/
}

.tn_pic a img.tn_pic_selected,
.tn_pic a:hover img.tn_pic_selected {
	border: 2px solid #36f;
	padding: 0;
/*	margin: 0;*/
}

.top_spacer img {
	margin: 0;
	border: none;
}

#gallery_nav {
	margin: 0 auto;
	width: 583px;
	text-align: right;
	height: 20px;
	margin-top: 1px;
	margin-bottom: 15px;
}

#links_title {
	border: 1px solid #7d0000;
	border-bottom: none;
	padding: 0;
	background-color: #292b68;
	color: #fff;
	font-weight: bold;
	margin: 0;
	width: 238px;
}

#links_corner {
	float: left;
	width: 10px;
	height: 10px;
	margin: -1px 0 0 -1px;
	background: url('../images/gallery/top-left_corner-links.gif') top left no-repeat;
	display: inline; /* Double Margin bug fix */
	position: relative; /* Need this so IE6 will get the stacking (index) order correct */
}

#roll_links {
	padding: 4px;
	width: 230px;
	border: 1px solid #7d0000;
	background-color: #CDCFF8;
}

* html #roll_links {
	height: 1%;
	zoom: 1;
}

#roll_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#roll_links ul li a,
#roll_links ul li a:visited {
	padding: 0 0 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #292b68;
}

#roll_links ul li a:hover {
	color: #7d0000;
	text-decoration: underline;
}

#frame {
	position: relative;
	float: right;
	margin-left: 6px;
	margin-top: -21px;
	width: 342px;
}

* html #frame {
	margin-left: 3px;
}

#loadingPic {
	display: none;
	position: absolute;
	top: 160px;
	left: 140px;
	border: 1px solid red;
	background-color: #fff;
	padding: 0 4px;
	font-weight: bold;
	font-size: 12px;
	z-index: 10;
}

#frame_picture {
	background-color: #000;
	height: 342px;
	width: 342px;
/*	border: 1px solid #7d0000;*/

}

#frame_picture img {
	cursor: pointer;
}

#frame_text {
	font-size: 1em;
	border: 1px solid #7d0000;
	margin-top: 6px;
	padding:  0 4px;
	height: 4em;
	background-color: #E1B37E;
}

.picture_vert img {
	margin: 10px 50px;
	border: 1px solid #707FB3;
}

.picture_horiz img {
	margin: 50px 10px;
	border: 1px solid #707FB3;
}

#bigPic_container {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #000;
}

#bigPic_container img {
	border: 1px solid #ccc;
}

#bigPic_text {
	text-align: right;
	font-weight: bold;
}

#page_screen {
   background-color: #000000;
   filter: alpha(opacity=65);  
   opacity: 0.65;     
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   display: none;
}

#hoverDiv {
	display: none;
	position: absolute;
	padding: 2px 5px;
	top: 0px;
	left: 0px;
	border: solid 1px #7d0000;
	background-color: #ECC79B;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 188px;
	text-align: left;
	z-index: 100;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.r_arrow {
	float: right;
}

#row {
	float: right;
	background-image: url('../images/gallery/gallery_middle-numbers.gif');
	background-repeat: repeat-x;
	color: #fff;
	height: 21px;
	font-weight: bold;
	padding-top: 1px;
}

.l_arrow {
	float: right;
}