div.scroller { 
    /* modify width and height of scrolling section if necessary    */        
    width: 650px; 
    height: 200px;
    overflow: hidden;
    border:none;
    }
    div.scroller div.section {
        /* modify width and height of each section as needed (should match the size of the scroller window)    */        
        width:650px;
        height:200px;
        overflow:hidden;
        float:top;
        padding:0em;        
        }
    div.scroller div.content {
        width: 0px;
        }

    		.controls {margin:0; padding-left:5px; background:#252525; color:#dadada;}
		
		.left-control-arrow {margin-top:-130px; float:left;margin-left:0;}
		*:first-child+html .left-control-arrow {margin-top:-130px; float:left;margin-left:0;}
		.right-control-arrow {margin-top:-130px; float:right;margin-right:5px; _margin-right:3px;}
		*:first-child+html .right-control-arrow {margin-top:-130px; float:right;margin-right:6px;}
		
		#index-slider {width:645px; float:left;}
		#twitter-feed {width:250px; float:right;}
		#mini-menu-bar {width:645px; float:left;_margin-top:-1px;}
		*:first-child+html #mini-menu-bar {width:645px; float:left; margin-top:-1px;}
		#index-show-1 {width:100%; margin-top:490px; _margin-top:40px;}
		*:first-child+html #index-show-1 {width:100%; margin-top:275px;}

		.tracking {width:850px; margin:13px; border:1px solid #dadada; text-align:center; background:#FFFFFF url(../images/mini-menu-bg.gif) repeat-x scroll 0 0;padding:15px;}
		
		
		.column-1 {width:450px; float:left; padding:5px;}
		.column-2 {width:450px; float:right; padding:5px;}
		
		/*Start TWITTER CSS*/
		#twitter_div {width:237px; height:219px; border:none; float:right;background:transparent url(../images/twitter-bg.png) no-repeat 100% 0; padding:8px;}
		#twitter-link {margin-right:18px;}
		#twitter_update_list { margin-top:45px;}
		.sidebar-title {color:#252525;}
		/*End Twitter*/
		
		/*Start Content format*/
						#center-box {width:100%; }
						#column {width:888px; border:none; padding:10px;}
						.col2-l {width:430px; float:left; border:1px dashed #ccc; margin-top:12px; padding:8px; background:#FFF; height:820px;}
						.col2-r {width:430px; float:right; border:1px dashed #ccc; margin-top:12px;  padding:8px; background:#FFF; height:820px;}
						
		#ct-mini{width: 100%; margin-top:10px; padding-top:20px;background: url(../images/u_line.gif) repeat-x 0 0;}
		#ct-max{width: auto; padding:12px;background:#FFF;}
		
		#talk-blog {width:630px; height:225px; float:left; margin-left:-9px; margin-top:-3px; padding:15px; background:transparent url(../images/talk-bg.png) no-repeat 0 0; border:none;}
		#talk-text {width:630px; height:auto; margin-top:24px;}
		.h3-talk-blog {color:#252525; size:1.2em; font-size:1.3em; padding-left:55px; padding-top:8px;}
		
		#right-blog {margin-top:6px; padding: 55px 8px 8px; width:237px; height:178px; float:right; background:#FFF url(../images/block-update-bg.png) no-repeat 0 0;}
		
						
						
						
