#lightview * {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#lightview {
	LEFT: 50%; MARGIN: -75px 0px 0px -75px; WIDTH: 150px; POSITION: fixed; TOP: 50%; HEIGHT: 150px
}
#lightview UL LI {
	LIST-STYLE-TYPE: none
}
#lightview .container {
	WIDTH: 100%; POSITION: relative; HEIGHT: 100%
}
#lightview .button {
	CURSOR: pointer; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
#lightview .sideButtons {
	CLEAR: both; MARGIN-TOP: -11px; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 50%; HEIGHT: 22px
}
#lightview .sideButtons .prev {
	FLOAT: left
}
#lightview .sideButtons .next {
	FLOAT: right
}
#lightview .side {
	OVERFLOW: hidden; POSITION: relative
}
#lightview .side .wrapper {
	WIDTH: 100%; HEIGHT: 100%
}
#lightview .side .button {
	FLOAT: left
}
#lightview .frames {
	WIDTH: 100%; HEIGHT: 100%
}
#lightview .frames .frame {
	DISPLAY: block; LEFT: 0px; WIDTH: 100%; POSITION: absolute
}
#lightview .frames .top {
	TOP: 0px
}
#lightview .frames .bottom {
	BOTTOM: 0px
}
#lightview .liquid {
	CLEAR: both; FLOAT: left; OVERFLOW: hidden; WIDTH: 100%; POSITION: relative
}
#lightview .liquid .filler {
	LEFT: 50%; WIDTH: 2px; POSITION: absolute; TOP: 0px; HEIGHT: 100%
}
#lightview .half {
	CLEAR: both; DISPLAY: block; LINE-HEIGHT: 0px; HEIGHT: 100%
}
#lightview .half .corner {
	FLOAT: left; WIDTH: 10px; HEIGHT: 10px
}
#lightview .tr {
	FLOAT: right
}
#lightview .br {
	FLOAT: right
}
#lightview .fill {
	WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%
}
#lightview .container .wrap {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 50%; POSITION: relative; HEIGHT: 100%
}
#lightview .container .right .wrap {
	FLOAT: right
}
#lightview .corner {
	POSITION: relative
}
#lightview .left .corner {
	FLOAT: left
}
#lightview .right .corner {
	FLOAT: right; POSITION: relative
}
#lightview .center {
	CLEAR: both; OVERFLOW: hidden; POSITION: relative; HEIGHT: 100%
}
#lightview .wrapup {
	LEFT: 0px; OVERFLOW: hidden; WIDTH: 100%; POSITION: absolute; HEIGHT: 100%
}
#lightview .wrapdown {
	OVERFLOW: hidden; WIDTH: 100%; POSITION: relative; HEIGHT: 100%
}
#lightview .wrapcenter {
	POSITION: relative
}
#lightview .loading {
	MARGIN-TOP: -11px; LEFT: 50%; MARGIN-LEFT: -11px; WIDTH: 22px; POSITION: absolute; TOP: 50%; HEIGHT: 22px
}
#lightview .loading .button {
	FLOAT: left; WIDTH: 100%; HEIGHT: 100%
}
#lightview .imageWrapper {
	DISPLAY: block; OVERFLOW: hidden; WIDTH: 100%; POSITION: relative
}
#lightview .imageWrapper IMG {
	FLOAT: left; POSITION: relative
}
#lightview .prevnext {
	LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%
}
#lightview .prevnext .button {
	DISPLAY: block; WIDTH: 49%; POSITION: relative; HEIGHT: 100%
}
#lightview .prevnext .prev {
	FLOAT: left
}
#lightview .prevnext .next {
	FLOAT: right
}
#lightview .dataContainer {
	CLEAR: both; FLOAT: left; FONT: 11px Arial, Helvetica, sans-serif; WIDTH: 100%; COLOR: #808080; POSITION: relative
}
#lightview .close {
	MARGIN-TOP: 6px
}
#lightview .data {
	MARGIN-TOP: 6px
}
#lightview .close {
	FLOAT: right; OVERFLOW: hidden
}
#lightview .close .button {
	FLOAT: right; WIDTH: 100%; HEIGHT: 100%
}
#lightview .data {
	FLOAT: left; PADDING-BOTTOM: 3px; LINE-HEIGHT: 13px; POSITION: relative
}
#lightview .imgText DIV {
	MARGIN-LEFT: 3px
}
#lightview .imgNumber DIV {
	MARGIN-LEFT: 3px
}
#lightview .data LI {
	MARGIN-TOP: 3px; FLOAT: left
}
#lightview .imgText {
	WIDTH: 100%
}
#lightview .imgText .title {
	FONT-WEIGHT: bold
}
#lightview .imgText .caption {
	CLEAR: both
}
#lightview .imgNumber {
	MARGIN-TOP: 5px; COLOR: #b8b8b8; MARGIN-RIGHT: 5px
}
#lightview .slideshow {
	MARGIN-TOP: 5px; PADDING-LEFT: 5px; BORDER-LEFT: #efefef 1px solid
}
#lightview .slideshow .button {
	BACKGROUND-POSITION: left center; FLOAT: left; WIDTH: 43px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 13px
}
#overlay {
	BACKGROUND: #000; LEFT: 0px; WIDTH: 100%; POSITION: fixed; TOP: 0px; HEIGHT: 100%
}
#overlay .closeable {
	BACKGROUND: #000; WIDTH: 100%; POSITION: relative; HEIGHT: 100%
}
* HTML #lightview {
	; MARGIN-TOP: expression( -1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + 'px'); ; MARGIN-LEFT: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px'); POSITION: absolute
}
* HTML #overlay {
	; WIDTH: expression((document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) > document.body.offsetWidth ? (document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) : document.body.offsetWidth + 'px'); POSITION: absolute; ; HEIGHT: expression((document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) > document.body.offsetHeight ? (document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) : document.body.offsetHeight + 'px')
}
