/* CSS Document */
body {background-color: transparent}

.placeHolder {
	POSITION: relative;
	WIDTH: 600px; 
	HEIGHT: 295px; 
	VISIBILITY: visible; 
	CURSOR: move;
	z-index: 10; 
}
.nowLoading {
	VISIBILITY: visible; 
	POSITION: absolute;
}
.imageDiv {
	POSITION: relative; 
	TOP: 0px;
	LEFT: 0px; 
	CURSOR: move;
	z-index: 30; 
-moz-user-focus: ignore;
-moz-user-input: disabled;
-moz-user-select: none;
}
.imageDivOuter {
	VISIBILITY: hidden; 
	POSITION: absolute; 
	TOP: 0px;
	LEFT: 0px; 
	CURSOR: move;
	WIDTH: 600px; 
	HEIGHT: 295px; 
	OVERFLOW: hidden;
	z-index: 30; 
-moz-user-focus: ignore;
-moz-user-input: disabled;
-moz-user-select: none;
}
.picFrameDiv {
	POSITION: absolute; 
	CLIP: rect(0px 0px 0px 0px); 
	TOP: 10px; 
	LEFT: 10px; 
	z-index: 50; 	
	CURSOR: move;

-moz-user-focus: ignore;
-moz-user-input: disabled;
-moz-user-select: none;
}

a.other
{ text-decoration: none; } 
a
{ text-decoration: none; } 

a.other:link,a.other:active,a.other:visited
{ color: #000000; text-decoration: none; } 

a.other:hover 
{ color: #00FF00; text-decoration: none; }

.alt { 
font-style: italic; 
} 
.alt a:link { 
color: #ccc; font-size: .9em; text-decoration: none; padding: 15px; 
} 
.alt a:visited { 
color: #ccc; text-decoration: none; font-size: .9em; padding: 15px; 
} 
.alt a:hover { 
color: red; 
} 
.alt a:active { 
color: #ccc; 
} 

a.plain {text-decoration: none;} 



