/* Carousel */
.home .carousel											{width:960px;height:426px;overflow:hidden;position:relative;}
.home .carouselPanelsCt									{height:426px;width:960px;}
.home .carousel .carouselPanelsCt .panel				{height:426px;width:960px;float:left;position:relative;}
.carousel												{width:691px;height:314px;overflow:hidden;position:relative;}
.carouselPanelsCt										{height:314px;width:691px;}
.carousel .carouselPanelsCt .panel						{height:314px;width:691px;float:left;position:relative;}
.carousel .carouselPanelsCt .panel IMG					{z-index:10;}
.carousel .carouselPanelsCt .panel SPAN .caption		{position:absolute;bottom:0px;left:0px;background-color:rgba(0,0,0,.7);color:#FFFFFF;width:671px;padding:0px 15px;*background-color:#000000;Xopacity:0.2;Xfilter:alpha(opacity=80)} 

.caption .txt		                                    {width:565px; padding-top:12px; font-weight:bold;} 
.carousel .carouselPanelsCt .panel SPAN .video			{position:absolute;left:310px;top:175px;height:100px;width:100px;}
.carousel .carouselPanelsCt .panel SPAN .video A		{height:100px;width:100px;background:url(carousel/video-play.png) left top no-repeat transparent;display:block;}
.carousel .ctrlCt										{text-align:center;border-top:1px solid #000000;background-color:#FFFFFF;}
.carousel .ctrlCt:after 								{visibility:hidden;display:block;font-size:0px;content:" ";clear:both;height:0px;}
.carousel .ctrlCt 										{display:inline-block;}
.carousel .ctrlCt 										{display:block;}
* html .carousel .ctrlCt 								{height:1%;}	

	/** Dot Container **/
	.carousel .dotCt						{margin:0px auto;padding:10px 0px 25px;width:270px;}
	.carousel .dotCt .dot					{cursor:pointer;padding:4px;margin:0px 5px;background-color:#000000;float:left;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;height:0px;overflow:hidden;}
	.carousel .dotCt .dot.active			{background-color:#FF0000;}
	
	/** Number Container **/
	.carousel .numCt						{margin:0px auto;padding:4px 0px 25px;width:480px;}
	.carousel .numCt .num					{cursor:pointer;float:left;height:14px;width:20px;padding:3px 0px;margin:0px 5px;font-size:12px;text-align:center;text-shadow: 0px -1px 0px #374683;color:#FFFFFF;background-image:-moz-linear-gradient(0% 100% 90deg,#496792, #A4C0E8);background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#A4C0E8), to(#496792));border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
	.carousel .numCt .num					{color: #000000\9} /* IE fix */
	.carousel .numCt .num.active			{background-color:#FF0000;text-shadow: 0px 1px 0px #374683;background-image:-moz-linear-gradient(0% 100% 90deg,#A4C0E8, #496792);background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#496792), to(#A4C0E8));}
	
	/** Play/Pause Button (Only)
	.carousel .playButton					{position:absolute;z-index:20;top:97px;left:232px;height:256px;width:256px;background:url(carousel/play.png) left top no-repeat transparent;cursor:pointer;display:none;}
	.carousel .pauseButton					{position:absolute;z-index:20;top:97px;left:232px;height:256px;width:256px;background:url(carousel/pause.png) left top no-repeat transparent;cursor:pointer;display:none;}
	**/
	
	/** Arrows (Only)	
	.carousel .leftArrow					{position:absolute;z-index:20;top:208px;left:20px;height:34px;width:28px;background:url(carousel/carousel-previous.png) 0px 0px no-repeat transparent;cursor:pointer;display:none;}
	.carousel .rightArrow					{position:absolute;z-index:20;top:208px;left:672px;height:34px;width:28px;background:url(carousel/carousel-next.png) 0px 0px no-repeat transparent;cursor:pointer;display:none;}
	.carousel .leftArrow:hover				{background-position:0px -34px;}
	.carousel .rightArrow:hover				{background-position:0px -34px;}
	**/

	/** Play/Pause Button and Arrows**/
	.carousel .playButton					{position:absolute;z-index:20;bottom:25px;right:45px;height:28px;width:14px;background:url(/images/sitewide/controls.png) -31px -55px no-repeat transparent;cursor:pointer;display:none;}
	.carousel .pauseButton					{position:absolute;z-index:20;bottom:25px;right:45px;height:28px;width:14px;background:url(/images/sitewide/controls.png) -31px 0px no-repeat transparent;cursor:pointer;display:none;}
	.carousel .leftArrow					{position:absolute;z-index:20;bottom:25px;right:59px;height:28px;width:30px;background:url(/images/sitewide/controls.png) 0px 0px no-repeat transparent;cursor:pointer;display:none;}
	.carousel .rightArrow					{position:absolute;z-index:20;bottom:25px;right:15px;height:28px;width:30px;background:url(/images/sitewide/controls.png) -48px 0px no-repeat transparent;cursor:pointer;display:none;}
	.carousel .playButton:hover				{background-position:-31px -84px;}
	.carousel .pauseButton:hover			{background-position:-31px -28px;}
	.carousel .leftArrow:hover				{background-position:0px -28px;}
	.carousel .rightArrow:hover				{background-position:-48px -28px;}	