/*
	GENERAL
*/
*                                           { margin: 0; padding: 0; }
html                                        { overflow-y: scroll; }
-webkit-box-shadow: #222 5px 5px 5px; position: relative; }

/*
	NAV
*/
#nav                                        { list-style: none; overflow: hidden; margin: 0 0 0px 0; }
#nav li                                     { display: inline; }
#nav li a                                   { display: block; float: left; padding: 8px; text-decoration: none; }
#nav li a:hover,
#calendar #nav li.cal a,
#image #nav li.img a,
#text #nav li.txt a,
#use #nav li.use a,
#double #nav li.dbl a                       { background: #444; color: white; }




#dl                                         { position: absolute; top: 15px; right: 15px; text-decoration: none; background: #222; color: white; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 3px 8px; }
#dl:hover                                   { background: #999; }



/*
	FOR THE MOVER
*/
#wrap, #wrap2   							{  position: relative; }
#small, #small2								{ position: relative; width: 100%; }
#large, #large2    							{ background: white; position: relative; width: 627px; }
#mover, #mover2								{ position: absolute; top: 0; left: 0; width: 300px; height: 300px; overflow: hidden; z-index: 100; background: white; display: none; font-family: Arial, Helvetica, 							sans-serif; font-size: large; font-style: normal; line-height: 25px; color: #333; background-color: #FFF; padding: 0px;}
#overlay, #overlay2							{
	border: 1px solid blue;
	width: 298px;
	height: 298px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	
}
