div#gallery {
	width:564px;
	width:530px;
	position:relative;
	margin:20px 0 0 20px;
	padding-top:334px;
	background:url(../../../images/structural/gallery.png) no-repeat top left;		
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
				this.src = "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));	
}

div#gallery img.left,
div#gallery img.right {
	position:absolute;
	top:361px;	
	cursor:pointer;		
}
div#gallery img.left {
	left:0;		
}
div#gallery img.right {
	left:480px;		
}
div#gallery div.hide {
	display:none !important;	
}
div#gallery div.preview {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:339px;
}
div#gallery div.preview img {
	margin:14px 0 0 15px;
}
div#gallery div.preview p.text {
	width:491px; 
	color:#EC008C; 
	padding:11px 0 8px 12px;
	font-weight:bold;
	background:url(../../../images/structural/gallery_text.png) no-repeat top left;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
				this.src = "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));
	height:38px;
	_height:20px;
	bottom:0px;
	_bottom:17px;
	left:14px;
	position:absolute;
	text-align:center;
}
div#gallery ul {
	list-style:none; 
	padding:12px 0 0 8px; 
	margin:0; 
	float:left; 
	background:url(../../../images/structural/gallery_thumb_shadow.png) no-repeat top left;
	height:113px;
	overflow:hidden;
	width:493px;
	margin-left:20px;
	display: inline;
}
div#gallery ul li {
	display:inline; 
	width:112px; 
	height:114px; 
	float:left; 
	margin:0 0 0 0; 
	cursor:pointer;	
	margin-left:6px;
}
div#gallery ul p.thumb {	
	float:left; 	
	width:112px;
	height:92px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	dopacity:.25;
	background-position:0 0px;
	background-repeat:no-repeat;	
	margin:0;
	overflow:hidden;
	padding-top:114px;
	text-indent:-9009px;
}
div#gallery ul li.chosen {
	cursor:default;
}
div#gallery ul li.chosen p.thumb {
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;	
}
div#gallery ul li.hide {
	display:none;
}