/* CSS Document */

div.black img.featureditemscarousel_image{ }


div.black div.featureditemscarousel_pane.scrollpane div.carousel_outer{ background-color:#000000; }

div.black div.featureditemscarousel_pane.scrollpane div.featured_header{ background-color:#444444;}

div.black div.featureditemscarousel_pane div.scrollpanel{
	background-color:#000;
	color:#FFF;
	font-size:12px;
	line-height:14px;
}
div.black div.featureditemscarousel_pane div.scrollpanel a {
	background-color:#000;
	color:#FFF;
	text-decoration:underline;
}
div.black div.featureditemscarousel_pane div.scrollpanel a:hover {
	color:#CCC;
}

div.black div.horizontal div.forwardButton{ 
           background-image:url(../../images/black/rightarrow.png); 
		   background-position:center;
		   background-repeat: repeat-y;}

div.black div.horizontal div.backButton{ 
      background-image: url(../../images/black/leftarrow.png); 
	  background-position:center;
	  background-repeat: repeat-y;}

div.black div.vertical div.forwardButton{ 
         background-color:#000000;
         background-image:url(../../images/black/downarrow.png); background-position:center;
		 background-repeat: repeat-x;}
 
div.black div.vertical div.backButton{ background-color:#000000;
    background-image:url(../../images/black/uparrow.png); 
	background-position:center;
	background-repeat: repeat-x;
	 }
	 
div.black div.horizontal div.forwardButton:hover{ 
           background-image:url(../../images/black/rightarrow_hover.png); 
		   background-position:center;
		   background-repeat: repeat-y;}

div.black div.horizontal div.forwardButton_disabled{ 
           background-image:url(../../images/black/rightarrow_disabled.png); 
		   background-position:center;
		   background-repeat: repeat-y;}


div.black div.horizontal div.backButton:hover{ 
      background-image: url(../../images/black/leftarrow_hover.png); 
	  background-position:center;
	  background-repeat: repeat-y;}
	  
div.black div.horizontal div.backButton_disabled{ 
      background-image: url(../../images/black/leftarrow_disabled.png); 
	  background-position:center;
	  background-repeat: repeat-y;}
	  

div.black div.vertical div.forwardButton:hover{ 
         background-color:#000000;
         background-image:url(../../images/black/downarrow_hover.png); background-position:center;
		 background-repeat: repeat-x;}
		 
div.black div.vertical div.forwardButton_disabled{ 
         background-color:#000000;
         background-image:url(../../images/black/downarrow_disabled.png); background-position:center;
		 background-repeat: repeat-x;}
		 
 
div.black div.vertical div.backButton:hover{ background-color:#000000;
    background-image:url(../../images/black/uparrow_hover.png); 
	background-position:center;
	background-repeat: repeat-x;
	 }	 	 
	
	
div.black div.vertical div.backButton_disabled{ background-color:#000000;
    background-image:url(../../images/black/uparrow_disabled.png); 
	background-position:center;
	background-repeat: repeat-x;
	 }	 	 
	





