﻿#webSnapr.preload-images {
	width: 0;
	height: 0;
	display: inline;
	background-image: url(/blog/themes/TheRightStuff2/images/websnapr-loading.gif);
	background-image: url(/blog/themes/TheRightStuff2/images/websnapr-error.gif);
	background-image: url(/blog/themes/TheRightStuff2/images/websnapr-right-top.png);
	background-image: url(/blog/themes/TheRightStuff2/images/websnapr-left-bottom.png);
	background-image: url(/blog/themes/TheRightStuff2/images/websnapr-left-top.png);
	background-image: url(/blog/themes/TheRightStuff2/images/websnapr-right-bottom.png);
	background-image: url();
	}
#fdImageThumb {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 243px;
	height: 195px;
	overflow:hidden;
	}
#fdImageThumb div {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background:transparent url(/blog/themes/TheRightStuff2/images/websnapr-loading.gif) no-repeat 0 0;
	visibility:hidden;
	z-index:1;
	}
#fdImageThumb div.imageLoaded {
	background:transparent url(/blog/themes/TheRightStuff2/images/websnapr-loading.gif) no-repeat 0 0;
	}
#fdImageThumb div.imageError {
	background:transparent url(/blog/themes/TheRightStuff2/images/websnapr-error.gif) no-repeat 0 0;
	}
#fdImageThumb img {
	position:absolute;
	display:block;
	border:0 none;
	width: 202px;
	height: 152px;
	z-index:2;
	}
.leftTop {
	background:transparent url(/blog/themes/TheRightStuff2/images/websnapr-right-top.png) no-repeat 0 0 !important;
	/* IE badness */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/blog/themes/TheRightStuff2/images/websnapr-right-top.png',sizingMethod='image');
	}
.leftTop img {
	top:16px;
	left:25px;
	}
.leftTop div {
	left: 113px;
	top: 76px;
	}
.leftBottom {
	background:transparent url(/blog/themes/TheRightStuff2/images/websnapr-left-bottom.png) no-repeat 0 0 !important;
	/* IE badness */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/blog/themes/TheRightStuff2/images/websnapr-left-bottom.png',sizingMethod='image');
	}
.leftBottom img {
	top:28px;
	left:25px;
	}
.leftBottom div {
	left: 113px;
	top: 82px;
	}
.rightTop {
	background:transparent url(/blog/themes/TheRightStuff2/images/websnapr-left-top.png) no-repeat 0 0 !important;
	/* IE badness */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/blog/themes/TheRightStuff2/images/websnapr-left-top.png',sizingMethod='image');
	}
.rightTop img {
	top:16px;
	left:16px;
	}
.rightTop div {
	left:103px;
	top:70px;
	}
.rightBottom {
	background:transparent url(/blog/themes/TheRightStuff2/images/websnapr-right-bottom.png) no-repeat 0 0 !important;
	/* IE badness */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/blog/themes/TheRightStuff2/images/websnapr-right-bottom.png',sizingMethod='image');
	}
.rightBottom img {
	top:28px;
	left:15px;
	}
.rightBottom div {
	left:103px;
	top:80px;
	}
