﻿@charset "UTF-8";
#wrap 				{width: 100%;padding-top:0px; margin: 0 0px; overflow:hidden;}
.gallery_wrapper 	{position:relative;}

.albumDesc			{margin-top: 0px;color: #F4E8CA; font-size:15px;}/* Our Photo Album */
.albumBookDesc 		{color: #F4E8CA;margin-top: 0px;font-size:15px;}/* Album name: ### */
.descTitle 			{color: #F4E8CA;font-size:15px; margin-bottom:10px;}/* Select Album + Album Name: */
.albumName 			{margin-top:0px;}

label, select 		{font-size:15px;}

select 				{color: #F4E8CA; background-color:#703400; border: 1px solid #000000; font-size:15px; margin-top:0px;}/* Album-1 select menu text size */

#gallerySelect 		{width: 190px; /* width of Select Drop Menu */ margin-top:0px;}

#controls 			{margin:0px 0px 5px 0px; padding: 0px 0px 0px 0px;}

#galleries 			{margin:0px auto 5px auto; }

#galleries label 	{padding-bottom: 2px; }

#transport {
	margin:0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	
}
#transport li {
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 64px;/* total width of back pause next buttons */
	
	
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {

	background: #656565 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #ebebeb;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #656565 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #ebebeb;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #656565 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #990000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 0px #404040;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #3a3a3a;
	border-left: solid 0px #404040;
	padding:0px 2px 5px 8px;
	margin-bottom: 5px;
	margin-top:1px;
	width: 200px;/*width of display*/
	float: left;
	margin-right: 1px;
	
}
#thumbnails {clear: both;margin: 10px auto;}

#thumbnails div {
	position: relative;
	width: 26px;
	height: 26px;
	float: left;
	margin: 5px 6px 5px 7px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 26px;
	height: 26px;
	position: absolute;
	border-top: solid 1px #000;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {padding: 0px;width: 100%;}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	border-top: solid 0px #000;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
	padding: 10px 10px 10px 5px; 
	/*overflow: hidden; */
}
#mainImage {width: 100%;height: 100%;padding:0px;}

#picture img {border: 1px solid #000000;}
.selectedThumbnail {border: solid 2px #FFA800!important;}
.inFocus {border: solid 1px #FFA800!important;}
.header {margin-top: 0px;}
