﻿/* default settings */

#thumbs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#thumbs ul li {
	padding: 10px;
	margin: 0;
	clear: none;
	display: inline;
}

#thumbs ul li * {
	border: none;
	padding: 0;
	margin: 0;
}

#thumbs ul li img {
	width: 120px;
	height: 120px;
}

#hbanner div {
	display: none;
	position: absolute;
	top: .3em;
	right: 1em;
	color: #f60;
	border-bottom: dashed 1px #f60;
	cursor: pointer;
}

#hbanner div:hover {
	color: #f60;
	border-color: #f60;
}

html > body #hbanner div {
	color: #03c;
	border-color: #03c;
}

#getlinks {
	font-weight: normal;
	margin-left: 2em;
	font-size: small;
}

/* js gallery settings */

#jsi #showcase, #jsi #buttons {
	display: block;
}

#showcase {
	width: 100%;
	background-color: #eef;
	overflow: hidden;
	height: 0;
}

#showcase img 
{
	display: block;
	margin: 0 auto;
	/*height: 400px;*/
}

#buttons {
	height: 23px;
	clear: both;
}

#buttons div {
	margin: 0 auto;
	width: 132px;
}

#buttons ul {
	list-style-type: none;
	overflow: hidden;
	float: left;
	height: 23px;
	padding: 0;
	margin: 0;
}

#buttons ul li {
	list-style-type: none;
	clear: none;
	display: block;
	float: left;
}

#buttons ul li a {
	display: block;
	height: 69px;
	width: 27px;
	background: transparent url(/images/gbuttons.png) no-repeat 0 0;
	margin-top: 0;
	cursor: pointer;
}

#buttons ul li a.disabled { margin-top: -23px !important; }

#buttons ul li a:active { margin-top: -46px; }

#buttons #btn_right {
	background-position: -27px 0;
	width: 26px;
}

#buttons #btn_fit {
	background-position: -53px 0;
	width: 28px;
	margin-left: 10px;
}

#buttons #btn_lnk {
	background-position: -81px 0;
	width: 28px;
	margin-left: 10px;
}

#jsi #thumbs {
	width: 100%;
	height: 140px;
	overflow: auto;
}

#jsi #thumbs ul {
	height: 120px;
}

#jsi #thumbs ul li {
	padding: 4px 10px 4px 10px;
}

#jsi #thumbs ul a img {
	border: solid 2px #fff;
}

#jsi #thumbs ul a.current img {
	border-color: #03c;
}

#jsi #footer {
	display: none;
}

/* static gallery */

#showcase, #buttons {
	display: none;
}