@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #999;
	background: #000000 url('../demos/images/bg_rule_red.gif') repeat-x;
	font-family: Verdana;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin:0px;}
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }
#albumName{ text-align:center; font-size:20px; color:#FFFFFF; font-weight:bold; padding:4px;}

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width:850px;
}
html>body #wrap {
	padding-top: 20px;
	margin: 0px 5px;
	margin-right: auto;
	margin-left: auto;
	width:850px;
}
#codesample #wrap { width: auto; }

#header {
	margin-bottom: 1em;
	text-align: left;
	padding-left: 0.5em;
}

#gallerySelect { width: 500px; }
#controls {margin-right: auto; margin-left: auto; width:400px; text-align:center; margin-bottom:0px; padding-bottom:0px;}
#galleries {margin:0px auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks{ float:left;}
#galleryLinks a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
#galleryLinks a:visited {
	color:#FF0000 ;
}
#galleryLinks a:active {
	color:#00CC00;
}
#galleryLinks a:hover {
	color:#00CCFF;
}


#transport {
	display:inline-block;
	text-align:center; 
	margin-right:auto; 
	margin-left:auto; 
	margin-bottom:0px; 
	margin-top:0px;
	padding:0px; 
	width:270px;
/*	padding: 0px;*/
	list-style: none;
}
#transport li {
	background-image:url(../images/RED.png);
	font-size:12px;
	font-weight:bold;
	float: left;
	margin: 2px;
	padding: 0px;
	text-align: center;
}
#transport li:hover{
	background-image:url(../images/GREEN.png);

}
#transport a {
	text-decoration: none;
	text-transform:capitalize;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px 1px 0px 0px;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	/*background: #99CC66 url('../demos/images/bg_grad_gray1.gif') repeat-x;*/
	color: #fff;
/*	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;*/
}
#transport a:visited {
	/*background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;*/
	color: #fff;
/*	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;*/
}
#transport a:hover {
	/*background: #666 url('../demos/images/bg_grad_gray2.gif') repeat-x;*/
	color: #000000;
/*	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;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
/*	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;*/
	padding: 10px 10px 10px 10px;
	border:1px solid #4ECE0F;
	margin-bottom: 5px;
	background-image: url('/images/bg.gif');
	/*width: 250px;*/
	float: left;
	margin-right: 10px;

}

#thumbnails {
	/*clear: both;*/
	width:100px;
	margin: 10px auto;
	padding:5px;
	float:left;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0px;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	text-align:center;
	padding: 0px;
	/*width: 965px;
	margin-right: auto; margin-left: auto;*/ 
	float: left;
	/*display:inline;*/
	margin:5px;
}
#mainImageOutline {
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	/*overflow: hidden; */
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
.ClearAll {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

