#gallery {
/*	font-family:"Lucida Grande","Trebuchet MS",sans-serif;*/
	margin-top:10px;
	padding:10px 10px 20px 10px;
}

#gallerySelect {
	width:180px;
}

#controls {
	margin:0px 10px 10px 10px;
}

#galleries {
	margin:0pt auto 20px;
}

#galleries label {
	padding-bottom:2px;
}

.galleryName {
	text-align:center;
	font-weight:normal;
	font-size:165%;
	color:#FFFFFF;
	background-color:#000000;
	width:100%;
	margin-top:0px;
}

#galleryLinks a {
	color:white;
	text-decoration:none;
}

#transport {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px 0px 0px 13px;
}

#transport li {
	float:left;
	margin:0pt 10px 10px 0px;
	padding:0pt;
	text-align:center;
}

#transport a {
	-moz-user-select:none;
	display:block;
	float:left;
	font-size:72%;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0pt 1px 0pt 0pt;
	padding:4px 8px;
	text-decoration:none;
	text-transform:uppercase;
	width:74px;
}

#transport a:link {
	background:#666666 url(../demos/images/bg_grad_gray1.gif) repeat-x scroll 0%;
	border-color:#999999 rgb(64, 64, 64) rgb(58, 58, 58);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
}

#transport a:visited {
	background:#666666 url(../demos/images/bg_grad_gray1.gif) repeat-x scroll 0%;
	border-color:#999999 rgb(64, 64, 64) rgb(58, 58, 58);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
}

#transport a:hover {
	background:#666666 url(../demos/images/bg_grad_gray2.gif) repeat-x scroll 0%;
	border-color:#999999 rgb(64, 64, 64) rgb(58, 58, 58);
	border-style:solid;
	border-width:1px;
	color:#000000;
}

#transport a:focus {
	-moz-user-select:none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display:none;
}

#previews {
	background-image:url(../demos/images/bg.gif);
	border-color:#404040 rgb(64, 64, 64) rgb(58, 58, 58);
	border-style:solid;
	border-width:1px;
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	padding:0px;
	width:250px;
}

#thumbnails {
	clear:both;
	margin:10px;
}

#thumbnails div {
	display:inline;
	float:left;
	height:34px;
	margin:10px;
	padding:0pt;
	position:relative;
	width:34px;
}

#thumbnails img {
	border-color:#999999 rgb(64, 64, 64) rgb(51, 51, 51);
	border-style:solid;
	border-width:1px;
	height:24px;
	position:absolute;
	width:24px;
}

#picture {
	float:left;
	padding:0px;
	width:500px;
}

#mainImageOutline {
	background-color:#EEEEEE;
	border-color:#999999 rgb(64, 64, 64) rgb(51, 51, 51);
	border-style:solid;
	border-width:1px;
	height:0px;
	margin:0pt auto;
	overflow:hidden;
	padding:0em 1em 2.4em 1em;
	width:0px;
	text-align:center;
}

#mainImage {
	height:100%;
	width:100%;
}

#picture img {
	border:1px solid #999999;
}

#photoTitle {
	font-size:12px;
	font-weight:800;
	margin:3px 0px;
}

.selectedThumbnail {
	border:2px solid #FF9900 !important;
}

.inFocus {
	border:1px solid #FF9900 !important;
}

.jsEnabled #gallery {
	display:none;
}

.clear {
	clear:both;
	display:block;
	height:0px;
	margin:0pt;
	padding:0pt;
	visibility:hidden;
}

.ClearAll {
	clear:both;
	font-size:0pt;
	height:0pt;
	line-height:0pt;
}
