/* CSS Document */
/************************************************************************************
This is created by Puchu ...... RentACoder 
For more information please visit : http://www.rentacoder.com/RentACoder/DotNet/SoftwareCoders/ShowBioInfo.aspx?lngAuthorId=7234186
*************************************************************************************/
	#orbit
      {
        position:relative;
        width:100px;
        height:100px;
        left:50px;
        top:50px;
        background:url(bigCircle.gif) no-repeat;
		float:left;
      }
      #orbit img
      {
        position:absolute;
		cursor:pointer;
      }
      #orbit ul
      {
        list-style:none;
      }
      #orbit li
      {
        display:inline;
      }
	  .textDiv{
	  	position:relative;
		left:275px;
		top:-110px;        
	  	width:300px;
		float:left;
		color:#000000;
		display:none;
	  }
	  .textCaption h2{	  	
		color:#36c;
		padding:8px 0 0 0px;
		text-align:left;
	  } 
	  .textDesc{
	  	margin:0;
		padding:15px 0 0 0px;
		width:300px;
		float:left;
	  }
	  .textLink a{ 
	  	font-size:12px;
		font-weight:normal;
		color:#0000FF;
		text-decoration:underline;
		text-align:left;
		float:left;
		padding:10px 0 0 120px;
	  }
	  .clear{
	  	clear:both;
		margin:0px;
	  }