#gallery-wrapper .png {
	_azimuth: expression(
		this.pngSet ?
		this.pngSet=true : 
		(
			this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1 && this.src.toLowerCase().indexOf('google.com')<=-1 ? 
			(
				this.runtimeStyle.backgroundImage = "none",
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
				this.src = "/img/transparent.gif" 
			) : (
				this.origBg = this.origBg ? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
				this.runtimeStyle.backgroundImage = "none"
			)
		),
		this.pngSet=true
	);
}

.imageslist {
	display : none;
}



#gallery-overlay {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	z-index:1500;
	visibility:hidden;
	cursor:pointer;
}

#gallery-wrapper {
	width:850px;
	height:640px;
	background:url('/img/gallery/background.png');
	padding:15px;
	position: fixed;
	_position: absolute;
	z-index:1501;
	top:0;
	left:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#888;
}

#gallery-wrapper.small {
	width:680px;
	background:url('/img/gallery/background-small.png');
	_background:url('/img/gallery/background-small-ie6.png') no-repeat;
}

#gallery-close {
	width: 17px;
	height: 16px;
	position: absolute;
	right: 45px;
	top: 35px;
	z-index: 1600;
	cursor: pointer;
}

#gallery-preloader {
	padding:10px;
	width:640px;
	height:480px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url('/img/gallery/loader.gif') 50% 50% no-repeat;
	z-index: -1;
}

#gallery-picture {
	overflow: hidden;
	padding:0 20px;
	width:640px;
	height:480px;
	position: absolute;
	top: 75px;
	left: 15px;
}

#gallery-sections {
	padding:10px 10px 10px 0;
	height:480px;
	font-size:18px;
	list-style:none;
	margin:0;
	float:left;
	width:180px;
}

#gallery-sections .s {
	color: #FFF;
}

#gallery-sections li {
	cursor: pointer;
	margin-bottom: 15px;
}

#gallery-bottom {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width:480px;
	height:100px;
	overflow:hidden;
	margin-left: 20px;
}

#gallery-slider {
	position:absolute;
	padding:12px 10px 10px 1px;
	width:60000px;
	left:0;
}

#gallery-thumbs {
	list-style:none;
	margin:0;
	padding:0;
}

#gallery-thumbs li {
	display:block;
	float:left;
	margin-right:10px;
	text-align:center;
	width:96px;
}

#gallery-controls {
	position:absolute;
	width:165px;
	height:100px;
	right:15px;
	bottom:15px;
}

#gallery-controls a {
	position: relative;
	display: block;
	float:left;
	width:27px;
	height:27px;
	margin:37px 9px 0;
	cursor:pointer;
}

a#gallery-controls-previous {
	background:url('/img/gallery/previous.png');
}

a#gallery-controls-next {
	background:url('/img/gallery/next.png');
}

a#gallery-controls-play {
	width:41px;
	height:41px;
	margin:30px 9px;
	background:url('/img/gallery/play.png');
}

a#gallery-controls-play.p {
	background:url('/img/gallery/stop.png');
}

#gallery-follower {
	position : absolute;
	width:96px;
	height:72px;
	border:1px solid white;
	top:11px;
	left:0;
}

#gallery-title {
	position: relative;
	text-align: left;
	top: 10px;
	color:#FFFFFF;
	font-size:15px;
	background: url(/img/gallery/title.png) no-repeat;
	height:40px;
	line-height:39px;
	margin:0 20px;
	padding:0 15px;
}

#gallery-logo {
	background: url(/img/gallery/logo.png) no-repeat;
	width: 76px;
	height: 36px;
	top: 29px;
	right: 80px;
	position: absolute;
}
