body {
	    background-color:#FFF;
		font:80% Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
	}

img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	
	#titlecontainer{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:920px;
		background-image:url(images/Execution/InstaQuote/TourTitle_BG.jpg);
		background-repeat:repeat-x;
		font-size:18px;
		font-weight:bold;
		padding:5px;
		border:#CCC solid 1px;
		color:#999;
		}
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:850px;
		background:#fff;
		border:#CCC solid 1px;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:850px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:40px;
		height:400px;
		position:absolute;
		left:-41px;
		top:0px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:851px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:40px;
		height:400px;
		background:url(images/Execution/InstaQuote/Tab_Left.jpg) no-repeat 00;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/Execution/InstaQuote/Tab_Right.jpg) no-repeat 00;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	/* IQ Slide Styles */
		
	.IQ_Level2{background-image:url(images/Execution/InstaQuote/Level2_OE.gif); background-repeat:no-repeat; height:315px; width:439px; margin:0px 15px; float:left;}
	.IQ_CQuote{background-image:url(images/Execution/InstaQuote/CondensedQuote.gif); background-repeat:no-repeat; height:175px; width:817px; margin:0px 15px; float:left;}
	.IQ_DQuote{background-image:url(images/Execution/InstaQuote/DetailedQuote.gif); background-repeat:no-repeat; height:260px; width:818px; margin:0px 15px; float:left;}
	.IQ_OPTLevel2{background-image:url(images/Execution/InstaQuote/Level2_OPT.gif); background-repeat:no-repeat; height:315px; width:442px; margin:0px 15px; float:left;}
	.IQ_Options{background-image:url(images/Execution/InstaQuote/Options.gif); background-repeat:no-repeat; height:275px; width:818px; margin:0px 15px; float:left;}
	.IQ_Portfolio{background-image:url(images/Execution/InstaQuote/Portfolio.gif); background-repeat:no-repeat; height:250px; width:816px; margin:0px 15px; float:left;}
	.IQ_Charting{background-image:url(images/Execution/InstaQuote/Charting.gif); background-repeat:no-repeat; height:340px; width:500px; margin:0px 15px; float:left;}
	.IQ_News{background-image:url(images/Execution/InstaQuote/News.gif); background-repeat:no-repeat; height:340px; width:550px; margin:0px 15px; float:left;}
	.IQ_MWatch{background-image:url(images/Execution/InstaQuote/MarketWatch.gif); background-repeat:no-repeat; height:185px; width:505px; margin:0px 15px; float:left;}
	.IQ_Batch{background-image:url(images/Execution/InstaQuote/Batch.gif); background-repeat:no-repeat; height:289px; width:833px; margin:0px 8px; float:left;}
	.IQ_Level2Fut{background-image:url(images/Execution/InstaQuote/Level2_FUT.gif); background-repeat:no-repeat; height:340px; width:461px; margin:0px 15px; float:left;}
	.IQ_Algo{background-image:url(images/Execution/InstaQuote/Algos.gif); background-repeat:no-repeat; height:364px; width:542px; margin:0px 15px; float:left;}
	
	.IQ_SlideTitle{border-bottom:#CCC dotted 1px; background-color:#f5f5f5; padding-left:15px; padding-bottom:1px; margin-bottom:8px; font-weight:bold;}
	.AlgoHeader {background-color:#000; font-size:12px; color:#FFF; font-weight:bold; padding:1px 2px;}
	.AlgoType{font-size:12px; font-weight:bold; text-transform:uppercase; color:#1b67a5; border-bottom:#CCC dotted 1px; vertical-align:top; padding:2px 3px; white-space:nowrap;}
	.AlgoDescription{padding:4px; border-bottom:#CCC dotted 1px; font-size:11px; line-height:130%;}
	
	
/* // Easy Slider */