/**
 * Gallery styles
 */

@import url(template-global.css);

body.Gallery #Content
{
	border: 0;
	/*2 extra px for #Slides border*/
	width: 740px;
}

#Slides-Loader
{
	width: 738px;
	height: 470px;
}

#Slides-Loader.loading
{
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#Slides-Loader div
{
	display: none;
	position: absolute;
	top: 265px;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	color: #333;
}

#Slides-Loader.loading div { display: block; }

#Slides-Viewer
{
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #444;
	width: 738px;
	height: 470px;
	text-align: center;
}

#Slides-Viewer img { visibility: hidden; }

#Slides-Next
{
	position: absolute;
	top: 200px;
	left: 739px;
	width: 20px;
	height: 70px;
	border-top: 1px dotted #555;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555;
	background-image: url(../images/slides_next.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	cursor: pointer;
	/*load default*/
	visibility: hidden;
}

#Slides-Next:hover { background-position: -95px center !important; }

#Slides-Prev
{
	position: absolute;
	top: 200px;
	left: -22px;
	width: 20px;
	height: 70px;
	border-top: 1px dotted #555;
	border-left: 1px dotted #555;
	border-bottom: 1px dotted #555;
	background-image: url(../images/slides_prev.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	cursor: pointer;
	/*load default*/
	visibility: hidden;
}

#Slides-Prev:hover { background-position: -96px center !important; }

/*
-------------------------------------------------------------------
Slide Caption
*/

#Slides-Caption
{
	height: 1.3em;
	margin: 0;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-top: 0.4em;
	text-align: right;
	font-size: 0.95em;
	color: #ddd;
}

/*
-------------------------------------------------------------------
Nav slider row and sheet
*/

#Slides-Nav
{
	width: 738px;
	overflow: hidden;
	/*load default*/
	visibility: hidden;
}

#Slides-Nav ul
{
	height: 47px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Slides-Nav li
{
	list-style: none;
	float: left;
	padding: 0;
	width: 72px;
	height: 47px;
	/*sync these with #Slides-Nav width*/
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 11px;
	margin-left: 11px;
	text-align: center;
}

#Slides-Nav li.first
{
	clear: left !important;
	margin-left: 0 !important;
}

#Slides-Nav li.last { margin-right: 0 !important; }

#Slides-Nav a
{
	display: block;
	width: 70px;
	height: 45px;
	border: 1px solid #444;
	cursor: pointer;
}

#Slides-Nav a:hover,
#Slides-Nav a.hilite { border: 1px solid #dddddd !important; }

/*
-------------------------------------------------------------------
Nav clients
*/

#Slides-Sheet
{
	margin-top: 1em;
	position: relative;
	left: -29px;
	width: 799px;
	z-index: 100;
	border-top: 1px solid #444;
	/*load default*/
	visibility: hidden;
}

#Slides-Sheet ul
{
	/*1 row*/
	height: 58px;
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 11px;
	padding-left: 18px;
	position: relative;
}

#Slides-Sheet li
{
	list-style: none;
	float: left;
	padding: 0;
	width: 72px;
	height: 47px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 11px;
	text-align: center;
	position: relative;
}

#Slides-Sheet a
{
	display: block;
	width: 70px;
	height: 45px;
	border: 1px solid #444;
	cursor: pointer;
}

#Slides-Sheet input
{
	position: absolute;
	bottom: 0;
	right: 0;
}

#Slides-Sheet a:hover,
#Slides-Sheet a.hilite { border: 1px solid #fff000 !important; }
#Slides-Sheet a.selected { border: 1px solid #fff000 !important; }

#Slides-Sheet .hasScreen,
#Slides-Sheet .hasPrint
{
	position: absolute;
	left: 1px;
	bottom: 1px;
	padding: 1px;
	width: 1em;
	background: #fefefe;
	opacity: 0.6;
	border: 1px solid #999;
	color: #111;
	font-size: 9px;
	cursor: default;
}

#Slides-Sheet .hasPrint { left: 1.7em; }

#Slides-Sheet .fname
{
	position: absolute;
	left: 1px;
	bottom: -1.3em;
	padding: 1px;
	/*background: #fefefe;
	opacity: 0.8;
	border: 1px solid #999;*/
	color: #ddd;
	font-size: 9px;
	cursor: default;
	/*letter-spacing: -0.05em;*/
}

#Slides-Sheet .fname span { font-size: 8px; }

#Slides-Sheet-Resize
{
	text-align: center;
	border-top: 1px solid #444;
	height: 11px;
}

#Slides-Sheet-Resize span
{
	background-color: #fcfcfc;
	background-image: url(../images/clients-resize.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #010101;
	padding-left: 24px;
	padding-right: 4px;
	cursor: row-resize;
	font-size: 0.9em;
}

/*
-------------------------------------------------------------------
Download links
*/

#glassplate
{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: default;
	z-index: 20000;
}

#Slides-Downloads-Box
{
	width: 460px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: -1000px;
	border: 1px solid #444;
	background: #010101;
	z-index: 20001;
}

#Slides-Downloads-Response
{
	width: 100%;
	height: 100%;
}

#Slides-Downloads-Response.loading
{
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#Slides-Downloads
{
	overflow: auto;
	width: 97%;
	padding-top: 0.8em;
	margin-left: auto;
	margin-right: auto;
	height: 85%;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#Slides-Downloads-Header
{
	width: 97%;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

#Slides-Downloads-Header h3 { }
#Slides-Downloads td { padding-bottom: 1.5em; }

#Slides-Downloads .thumb
{
	text-align: center;
	width: 80px;
	padding-bottom: 0.5em;
}

#Slides-Downloads .thumb img { border: 1px solid #444; }
#Slides-Downloads .links { padding-top: 0.5em; }

#Slides-Downloads .link
{
	display: block;
	margin-bottom: 0.4em;
	font-size: 10px;
	color: #fcfcfc;
}

#Slides-Downloads p { font-size: 10px; }

#Slides-Downloads-Close
{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/clients-downloads-close.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/*
-------------------------------------------------------------------
Gallery info/content
*/

#Gallery-Info
{
	background: #111;
	border: 1px solid #444;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.4em;
	padding-bottom: 0.1em;
	margin-top: 0.8em;
}

#Gallery-Info * { color: #e1e1e1; }

#Gallery-Info div,
#Gallery-Info td
{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#Gallery-Info p
{
	font-size: 0.9em;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
}

#Gallery-Info h1,
#Gallery-Info h2,
#Gallery-Info h3,
#Gallery-Info h4,
#Gallery-Info h5 { font-size: 11px; }

/*
-------------------------------------------------------------------
Gallery Footer
*/

#Gallery-Footer
{
	height: 0;
	position: relative;
	top: 1.2em;
	text-align: right;
}

#Gallery-Footer p { font-size: 0.95em; }

#Gallery-Footer #Footer-View-Option
{
	display:none;
}

#Gallery-Footer #Footer-Download-Selected
{
	float: right;
	cursor: pointer;
}

#Gallery-Footer a
{
	font-size: 0.95em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	text-decoration: none !important;
	border-bottom: 2px solid #010101;
	position: relative;
}

#Gallery-Footer a:hover,
#Gallery-Footer a.on
{
	text-decoration: none !important;
	border-bottom: 2px solid #c00;
}

