    #blue_chip              { width:790px;  height:495px; }
    #prince_of_darkness     { width:790px;  height:210px; }
    #rosso_corsa            { width:790px;  height:267px; }
    #smokey_burnout         { width:790px;  height:305px; }
    #silver_arrow           { width:790px;  height:418px; }
    #atomic_jetfire         { width:790px;  height:380px; }
    #small_cap              { width:790px;  height:248px; }

    hr{
       margin: 20px 0px;
    }

    .ind_row {
        float:none;
        clear:both;
        padding:3px;
        list-style-type: none;
	margin:0;
    }

    .ind_row li{
    	float:left;
        text-align:right;
        width:110px;
	font-family:Arial, Helvetica, sans-serif;
        font-size:0.8em;
    }

    .ind_row li.row_head{
        width:300px;
	text-align:left;
    }

    .average_row li{
	font-weight:bold;
	font-size:0.9em;
    }

    .index_chart {
        margin-bottom:15px;
        margin-top:20px;
    }

    .index_chart img {
        margin-right:20px;
    }

    .title{
        font-weight:bold;
        font-size:1.1em;
    }

    .alt_color {
        background-color:#f2ebd8;
    }

    .copyright {
        float:none;
        clear:both;
    }
.ind_row:after, .index_chart:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ind_row, .index_chart {display: inline-block;}


/* Stuff for coda-slider */
a:focus { outline:none }

  		.csw {width: 790px; height: 100%; background: #fff; overflow: scroll}
		.csw .loading {margin: 100px 0 300px 0; text-align: center}

  		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 2px solid #505050; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 790px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100%;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and 
specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting 
in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 790px; /* Also specified in  .stripViewer  above */
		}

                .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #FFFFFF;
			color: #505050;
			text-decoration: none;
			display: block;
			padding: 0 10px;
		}
		
		.stripNav li.tab1 a { background: #ffffff }
		.stripNav li.tab2 a { background: #ffffff }
		.stripNav li.tab3 a { background: #ffffff }
		.stripNav li.tab4 a { background: #ffffff }
		.stripNav li.tab5 a { background: #ffffff }
		
		.stripNav li a:hover {
			background: #f2ebd8;
		}
		
		.stripNav li a.current {
			background: #f2ebd8;
			color: #505050;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 130px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("/media/images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("/media/images/arrow-right.gif") no-repeat center;
		}

/* Hides from IE-mac \*/
* html .ind_row, html .index_chart {height: 1%;}
.ind_row, .index_chart {display: block;}
/* End hide from IE-mac */
    
