/************************************** CSS Document****************************************
                      
DESIGN & DEVELOPED BY:RAHUL.V.R
GEOTRANS TECHNOLOGIES

************************************** CSS Document****************************************/


/*--------------------------------SCROLL------------------------------- */

div#scrollbar { 
    display: block ; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
    position:relative;
    width:837px; height:140px;
    overflow:hidden;
	}
	
    
div#scrollbar {
	position: absolute; 
	width:11px;
	height:140px;
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	left:1067px;
	top:581px;
	
  }
 
div#track { 
  position:absolute; left:0; top:10px;
  width:11px; height:120px;
  background: #336;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  }
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
#snap{width:678px; height:140px;}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
/*--------------------------------SCROLL------------------------------- */



#index-top-content {width:900px; height:194px;   background: url(../images/index-map.jpg) no-repeat;}
#index-a1{width:900px; height:194px; float:left; background:url(../images/index-map.jpg) no-repeat; margin-bottom:1px;border-bottom:1px solid #6699FF; overflow:hidden;} 
#INDEX-bottom-content-bottom-b{width:901px; height:249px; float:left; }
#INDEX-bottom-content-bottom-b-a{width:304px; height:176px; margin-left:75px;  position:absolute;}
#INDEX-bottom-content-bottom-b-b{width:304px; height:176px; position: relative; left:515px;}
#index-logo { width:175px; height:59px; margin: auto;background-color:#FFFFFF;}
#news{ width:901px; text-align:center; margin-bottom:20px;  }