<style type="text/css">
	
	/* 
	 *	Fancybox css
	*/ 
	 
	 .fancybox-custom .fancybox-skin {
            box-shadow: 0 0 50px #222;
        }

        body {
            max-width: 1200px;
            margin: 0 auto;
        }

        .fancybox-lock {
    overflow: hidden;
    margin: 0 !important;
    }
    
    /*
     * Table css
    */ 
    
    	#floater {
    		position: relative;
    		float: right;
    		left: -4px;
    		}
    	
    	#floated {
    		 float:left;
    		}
    	.arrows {
    		position: static;
    		}
    	
    	table { 
    		border: 0px solid black;
    		border-collapse: collapse;
    		}
    	
    	#surround {
    		height: 500px;
    		width: 900px;
    		}
    	
    	#fancytable {
    		height: 310px;
    		width: 310px;
    		}
    		