/*
Used for the dynamic carousel only.
*/

#carouselContainer
	{
		width: 1015px;
		height:460px;
		position:absolute;
		top:126px;
		/* hide to begin */
		visibility:hidden;
		z-index:1;
	}

#carouselContainer a
	{
		z-index:3;
		display:block;
		position:absolute;
		width:85px;
		height:85px;
	}
		
#carouselContainer #leftArrow
	{
		top:192px;
		left:25px;
		background:url(../images/left_arrow.png) top left no-repeat;
	}
	
#carouselContainer #leftArrow:hover
	{
		background:url(../images/left_arrow.png) bottom left no-repeat;
	}	
	
#carouselContainer #rightArrow
	{
		top:192px;
		left:906px;
		background:url(../images/right_arrow.png) top left no-repeat;
	}

#carouselContainer #rightArrow:hover
	{
		background:url(../images/right_arrow.png) bottom left no-repeat;
	}	
	
#carouselContainer .centralContent
	{
		position:absolute;
		left:135px;
		width:745px;
		height:460px;
		z-index:2;
	}

#carouselContainer .leftContent
	{
		position:absolute;
		top:27px;
		left:90px;
		width:170px;
		height:414px;
	}
	
#carouselContainer .rightContent
	{
		position:absolute;
		top:27px;
		left:756px;
		width:170px;
		height:414px;
	}

#carouselFlashContentContainer
	{
		position:relative;
		z-index:3;
		width:520px;
	}
/*
#carouselFlashContent
	{
		position:relative;
		z-index:6;
	}//*/
