﻿.FaderPanel 
{
	position: relative;
	height: 400px;
}

.FaderImg1 { position: absolute; left: 270px; top: 50px; }
.FaderImg2 { position: absolute; left: 300px; top: 200px; }
.FaderImg3 { position: absolute; left: 0; top: 0; }
.FaderImg4 { position: absolute; left: 0; top: 40px; }
.FaderImg5 { position: absolute; left: 333px; top: 40px; }
.FaderImg6 { position: absolute; left: 658px; top: 40px; }
.FaderImg7 { position: absolute; left: 360px; top: 320px; }

/* Images for Default page */
.FaderImg8 { position: absolute; left: 200px; top: 50px; }
.FaderImg9 { position: absolute; left: 201px; top: 51px; }
.FaderImg10 { position: absolute; left: 201px; top: 326px; }
.FaderImg11 { position: absolute; left: 530px; top: 120px; }
.FaderImg12 { position: absolute; left: 480px; top: 180px; }
.FaderImg13 { position: absolute; left: 575px; top: 337px; }
.FaderImg14 { position: absolute; left: 490px; top: 141px; }




.FaderImgHidden 
{
	display: none;
}

.FaderImgVisible
{
	display: inherit;
}

.Fade0 { filter: alpha(opacity = 0); opacity: 0.0; display: none;}
.Fade10 { filter: alpha(opacity = 10); opacity: 0.1;}
.Fade20 { filter: alpha(opacity = 20); opacity: 0.2;}
.Fade30 { filter: alpha(opacity = 30); opacity: 0.3;}
.Fade40 { filter: alpha(opacity = 40); opacity: 0.4;}
.Fade50 { filter: alpha(opacity = 50); opacity: 0.5;}
.Fade60 { filter: alpha(opacity = 60); opacity: 0.6;}
.Fade70 { filter: alpha(opacity = 70); opacity: 0.7;}
.Fade80 { filter: alpha(opacity = 80); opacity: 0.8;}
.Fade90 { filter: alpha(opacity = 90); opacity: 0.9;}
.Fade100 { filter: alpha(opacity = 100); opacity: 1.0;}