/**********************************************************
/*              EASY SLIDER JQUERY PLUGIN                 */
/**********************************************************/

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */


/* Easy Slider */
 
	#slider
	{
	    margin:0px 0px 0px 36px;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:372px;
		height:389px;
		overflow:hidden;
		}	
	#prevBtn{ 
		display:block;
		width:42px;
		height:389px;
		position:absolute;
		left:0px;
		top:0px;
		}	
	#nextBtn{ 
		display:block;
		width:42px;
		height:389px;
		position:absolute;
		left:432px;
		top:0px;
		}	
	#prevBtn a, #nextBtn a{  
		display:block;
		width:42px;
		height:389px;
		background:url(/images/v6/testimonials/testimonialArrowLeft.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/images/v6/testimonials/testimonialArrowRight.gif) no-repeat 0 0;	
		}				


/**********************************************************
/*                   AJAX STYLE SHEETS                    */
/**********************************************************/

#rightcolBottom
{
  float: left;
  width: 350px;
  height: 250px;
}
.TopicBtnWidth
{
 width:60px;
}
.TopicBtnBorder
{
  background-color:Transparent; 
  border-top-style:none; 
  border-right-style:none; 
  border-left-style:none; 
  border-bottom-style:none;
}
.TopicUCHeader
{
}
.LoadingLeft
{
 width: 20px;
}
.LoadingRight
{
 width: 60px;
}
#latestCharts
{
	width:326px;
	border-color:White;
}

