DIV#bx-container	{position:relative; height:325px; overflow:hidden; cursor:pointer;}
DIV#bx-custom			{width:609px; height:325px; position:absolute; top:0; background:transparent url(/assets/images/bxSlider_corners.png) 0 0 no-repeat; z-index:10000; overflow:hidden;}
* HTML DIV#bx-custom	{width:609px; height:325px; position:absolute; top:0; background:transparent url(/assets/images/bxSlider_corners.gif) 0 0 no-repeat; z-index:1000; overflow:hidden;}

	DIV#bx-controls		{position:absolute; bottom:5px; right:10px; z-index:3000; }
	* HTML DIV#bx-controls		{position:absolute; bottom:5px; right:15px; z-index:3000;}
	
		DIV#bx-pager		{float:right; position:relative; z-index:10000000; }
		DIV#bx-pager A		{display:inline-block; margin:3px 0px; width:21px; height:21px; background:url(/assets/images/bxSlider_bullet.png); cursor:pointer; outline: none; -moz-outline-style: none;}
		DIV#bx-pager A:hover 		{background:url(/assets/images/bxSlider_bullet_active.png); }		
		DIV#bx-pager .pager-active	 {background:url(/assets/images/bxSlider_bullet_active.png);}
		* HTML DIV#bx-pager A	{float:left; display:block; background:transparent; width:21px; height:21px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet.png', sizingMethod='image');}
		* HTML DIV#bx-pager A:hover 			{background:transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet_active.png', sizingMethod='image');}		
		* HTML DIV#bx-pager .pager-active	{background:transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet_active.png', sizingMethod='image');}		
		
		DIV#bx-autoplay		{float:right; clear:right;}
		DIV#bx-autoplay A	{display:inline-block; margin:0; width:27px; height:27px; text-indent:-10000px; cursor:pointer; outline: none; -moz-outline-style: none;}		
		DIV#bx-autoplay .start {background:url(/assets/images/bxSlider_bullet_play.png);}
		DIV#bx-autoplay .start:hover {background:url(/assets/images/bxSlider_bullet_play_over.png);}
		DIV#bx-autoplay .stop  {background:url(/assets/images/bxSlider_bullet_pause.png);}
		DIV#bx-autoplay .stop:hover {background:url(/assets/images/bxSlider_bullet_pause.png);}
		* HTML DIV#bx-autoplay A	{display:block; margin:0; text-indent:-10000px; background:transparent; width:27px; height:27px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet_play.png', sizingMethod='image');}	
		* HTML DIV#bx-autoplay .start 		{background:transparent; height:27px; width:27px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet_play.png', sizingMethod='image');}
		* HTML DIV#bx-autoplay .start:hover 	{background:transparent; height:27px; width:27px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet_play_over.png', sizingMethod='image');}
		* HTML DIV#bx-autoplay .stop  		{background:transparent; height:27px; width:27px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet_pause.png', sizingMethod='image');}
		* HTML DIV#bx-autoplay .stop:hover 	{background:transparent; height:27px; width:27px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bxSlider_bullet_pause.png', sizingMethod='image');}

	DIV#bx-captions {position:absolute; bottom:0; right:5px; z-index:1000; padding:5px 15px 7px; font-size:1.0em; }
	* HTML DIV#bx-captions {position:absolute; bottom:0; right:0; z-index:2000; padding:10px 15px; font-size:1.0em;}

	DIV#bx-captions DIV 			{color:#fff; margin:0; word-wrap:break-word;}
	DIV#bx-captions .bx-title	{font-size:1.1em; font-weight:bold; margin:0 0 3px 0; }
	DIV#bx-captions .bx-descr 	{line-height:11px; margin:0 0 2px 0; }
	DIV#bx-captions .bx-link 	{width:50%; margin:0;}
	DIV#bx-captions .bx-link A 	{color:#ffffff; text-decoration:none; font-weight:bold;}
	DIV#bx-captions				{display:none;}
	DIV#bx-captions .bx-title	{display:none;}
	DIV#bx-captions .bx-descr 	{display:none;}
	DIV#bx-captions .bx-link 	{display:none;}

	DIV#bx-captions.CanonRed			{background-color:#CC0000; background-color:rgba(204,0,0,.7); }
	DIV#bx-captions.CanonGreen			{background-color:#A2AD00; background-color:rgba(162,173,0,.7);}
	DIV#bx-captions.CanonDeepGreen		{background-color:#6A963B; background-color:rgba(106,150,59,.7);}
	DIV#bx-captions.CanonDeepPink		{background-color:#A31A7E; background-color:rgba(163,26,126,.7);}
	DIV#bx-captions.CanonDeepLilac		{background-color:#7D0063; background-color:rgba(125,0,99,.7);}
	DIV#bx-captions.CanonDeepBlue		{background-color:#006FB4; background-color:rgba(0,111,180,.7);}
	DIV#bx-captions.CanonBlue			{background-color:#009BD4; background-color:rgba(0,155,212,.7);}
	DIV#bx-captions.CanonDeepAcqua		{background-color:#009697; background-color:rgba(0,150,151,.7);}	
	DIV#bx-captions.CanonDarkGrey		{background-color:#666666; background-color:rgba(102,102,102,.7);}
	DIV#bx-captions.CanonBlack			{background-color:#000000; background-color:rgba(0,0,0,.7);}
	DIV#bx-captions.NoTransparency.CanonRed				{background-color:#CC0000; background-color:rgba(204,0,0,1.0); }
	DIV#bx-captions.NoTransparency.CanonGreen			{background-color:#A2AD00; background-color:rgba(162,173,0,1.0);}
	DIV#bx-captions.NoTransparency.CanonDeepGreen		{background-color:#6A963B; background-color:rgba(106,150,59,1.0);}
	DIV#bx-captions.NoTransparency.CanonDeepPink		{background-color:#A31A7E; background-color:rgba(163,26,126,1.0);}
	DIV#bx-captions.NoTransparency.CanonDeepLilac		{background-color:#7D0063; background-color:rgba(125,0,99,1.0);}
	DIV#bx-captions.NoTransparency.CanonDeepBlue		{background-color:#006FB4; background-color:rgba(0,111,180,1.0);}
	DIV#bx-captions.NoTransparency.CanonBlue			{background-color:#009BD4; background-color:rgba(0,155,212,1.0);}
	DIV#bx-captions.NoTransparency.CanonDeepAcqua		{background-color:#009697; background-color:rgba(0,150,151,1.0);}	
	DIV#bx-captions.NoTransparency.CanonDarkGrey		{background-color:#666666; background-color:rgba(102,102,102,1.0);}
	DIV#bx-captions.NoTransparency.CanonBlack			{background-color:#000000; background-color:rgba(0,0,0,1.0);}
	* HTML DIV.CanonRed				{background-color:#CC0000;}
	* HTML DIV.CanonGreen			{background-color:#A2AD00;}
	* HTML DIV.CanonDeepGreen		{background-color:#6A963B;}
	* HTML DIV.CanonDeepPink		{background-color:#A31A7E;}
	* HTML DIV.CanonDeepLilac		{background-color:#7D0063;}
	* HTML DIV.CanonDeepBlue		{background-color:#006FB4;}
	* HTML DIV.CanonBlue			{background-color:#009BD4;}
	* HTML DIV.CanonDeepAcqua		{background-color:#009697;}
	* HTML DIV.CanonDarkGrey		{background-color:#666666;}
	* HTML DIV.CanonBlack			{background-color:#000000;}

	DIV#bx-captions.H {left: 0; min-height:52px;
		-moz-border-radius-bottomleft: 10px; 
		-moz-border-radius-bottomright: 10px; 
		-webkit-border-bottom-left-radius: 10px; 
		-webkit-border-bottom-right-radius: 10px; 
	}
	DIV#bx-captions.V {width:180px; height:325px; right:0;
		-moz-border-radius-topright: 10px; 
		-moz-border-radius-bottomright: 10px; 
		-webkit-border-top-right-radius: 10px; 
		-webkit-border-bottom-right-radius: 10px; 
	}
	DIV#bx-captions.V .bx-title	{margin:10px 0 5px;}
	DIV#bx-captions.V .bx-link	{margin:5px 0 0;}
	
	HTML > BODY DIV#bx-captions.H {width:579px;}
	HTML > BODY DIV#bx-captions.V {width:150px; height:315px;}

	* HTML DIV.H	{margin-right:-1px; margin-bottom:-1px;}
	* HTML DIV.V	{width:180px; height:325px; margin-right:-1px; margin-bottom:-1px;}
	.ie8 DIV.V	{margin-bottom:0; margin-right:0;}
	.ie8 DIV#bx-controls	{bottom:6px; right:16px; }



