.image-browser 						{ position: absolute; top: 0; left: 0; height: 600px; z-index: 999; background-image: url('../img/image-browser/transparent_dot.gif')}
div.image-browser					{ /*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/image-browser/bg.png', sizingMethod='scale' );*/ }
div[class~="image-browser"] 		{ /*background: url(../img/image-browser/bg.png);*/ }

.image-browser-container 			{ position: absolute; text-align: center; overflow: hidden;}
.image-browser-wrapper				{ position: absolute;  z-index: 9999}
.image-browser-thumbs 				{ position: absolute; overflow: auto; white-space: nowrap; overflow-y: hidden; }
.image-browser-thumbs img 			{ cursor: pointer; }
.image-browser-thumbs img.active 	{ }

.image-browser-table 				{ table-layout: fixed; border-collapse: collapse; width: inherit; height: inherit;}
.image-browser-table td 			{ padding: 0; margin: 0; }

.image-browser-main 				{ background: #000; padding-right: 20px; }
.image-browser-prev 				{ position: absolute; top: 5px; left: 5px; display: block; width: 27px; height: 22px; cursor: pointer; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/btn-prev.png')); }
span[class~="image-browser-prev"]	{ background: url(../img/image-browser/btn-prev.png); }
.image-browser-next 				{ position: absolute; top: 5px; left: 33px; display: block; width: 27px; height: 22px; cursor: pointer; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/btn-next.png')); }
span[class~="image-browser-next"]	{ background: url(../img/image-browser/btn-next.png); }
.image-browser-close 				{ position: absolute; top: 5px; right: 5px; display: block; width: 58px; height: 22px; cursor: pointer; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/btn-close.png')); }
span[class~="image-browser-close"]	{ background: url(../img/image-browser/btn-close.png); }

.shadow-top-left 					{ width: 22px; height: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-top-left.png', sizingMethod='scale' );; }
.shadow-top 						{ height: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-top.png', sizingMethod='scale' );; }
.shadow-top-right 					{ width: 22px; height: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-top-right.png', sizingMethod='scale' );; }
.shadow-right 						{ width: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-right.png', sizingMethod='scale' );; }
.shadow-left 						{ width: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-left.png', sizingMethod='scale' );; }
.shadow-bottom-left 				{ width: 22px; height: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-bottom-left.png', sizingMethod='scale' );; }
.shadow-bottom 						{ height: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-bottom.png', sizingMethod='scale' );; }
.shadow-bottom-right 				{ width: 22px; height: 22px; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/st/img/image-browser/shadow-bottom-right.png', sizingMethod='scale' );; }

td[class~="shadow-top-left"] 		{ background: url(../img/image-browser/shadow-top-left.png) 0 100% no-repeat; }
td[class~="shadow-top"] 			{ background: url(../img/image-browser/shadow-top.png) 0 100%  repeat-x; }
td[class~="shadow-top-right"] 		{ background: url(../img/image-browser/shadow-top-right.png) 0 100%  no-repeat; }
td[class~="shadow-right"] 			{ background: url(../img/image-browser/shadow-right.png) repeat-y; }
td[class~="shadow-left"] 			{ background: url(../img/image-browser/shadow-left.png) repeat-y; }
td[class~="shadow-bottom-left"] 	{ background: url(../img/image-browser/shadow-bottom-left.png) no-repeat; }
td[class~="shadow-bottom"] 			{ background: url(../img/image-browser/shadow-bottom.png) repeat-x; }
td[class~="shadow-bottom-right"] 	{ background: url(../img/image-browser/shadow-bottom-right.png) no-repeat; }
