@charset "utf-8";
/* CSS Document */

       /* * {
            margin: 0;
            padding: 0;
            font-family: 'Trebuchet MS', Tahoma, Helvetica;
        }
        
        body {
            padding: 10px;
			background-color:#FFF;
        }
        
        h2 {
            margin-bottom: 20px;
			margin-top: 33px;
			font-size:16pt;
            font-family: 'Trebuchet MS', Helvetica;
			border-top:0px dashed #333;
        }
		
		h3 {font-family: 'Trebuchet MS', Helvetica; margin:5px; font-style:italic;}
        
		ul {list-style:circle;}
		
		li {margin-left:20px;}
		
        p {
            margin: 10px 0;
            font-family: 'Trebuchet MS', Helvetica;
			font-size:11pt;
        }
		
		pre { padding:10px;background-color:#cc9; color:#333; border:1px dashed #333333; width:633px;font-family:"Courier New", Courier, serif;font-size:10pt;}
		
		code { background-color:#Cc9;font-family:"Courier New", Courier, serif;font-size:10pt; padding:1px 3px;}
        		
		.gallery { position:relative; border:1px solid #333; background-color:#336699; margin-top:20px;}*/
		.gallery img { position:relative; margin:20px; border:1px solid #f0ab20; }
		
		#loader { border:1px solid #f0ab20;}
		#loader2 { background-color:#FFF; border:2px dashed #909;}
		#demo_gallery_1 { width:422px; height:350px; overflow:auto; }
		
		.fineprint {font-size:.8em; margin-top:20px;font-weight:bold;}	

