/* CSS Document */

img.featureditemscarousel_image{ border-color:#666666; }


div.featureditemscarousel_pane.scrollpane div.carousel_outer{ background-color:#cccccc; }

div.featureditemscarousel_pane.scrollpane div.featured_header{ background-color:#bbbbbb;}

div.featureditemscarousel_pane div.scrollpanel{ background-color:#c6c6c6; }

/*
div.forwardButton.horizontal{ 
           background-image:url(../../images/silver/rightarrow.png); 
		   background-position:center;
		   background-repeat: repeat-y;}

div.backButton.horizontal{ 
      background-image: url(../../images/silver/leftarrow.png); 
	  background-position:center;
	  background-repeat: repeat-y;}

div.forwardButton.vertical{ 
         background-color:#999999;
         background-image:url(../../images/silver/downarrow.png); background-position:center;
		 background-repeat: repeat-x;}
 
div.backButton.vertical{ background-color:#999999;
    background-image:url(../../images/silver/uparrow.png); 
	background-position:center;
	background-repeat: repeat-x;
	 }
	 
div.forwardButton.horizontal:hover{ 
           background-image:url(../../images/silver/rightarrow_hover.png); 
		   background-position:center;
		   background-repeat: repeat-y;}

div.backButton.horizontal:hover{ 
      background-image: url(../../images/silver/leftarrow_hover.png); 
	  background-position:center;
	  background-repeat: repeat-y;}

div.forwardButton.vertical:hover{ 
         background-color:#eeeeee;
         background-image:url(../../images/silver/downarrow_hover.png); background-position:center;
		 background-repeat: repeat-x;}
 
div.backButton.vertical:hover{ background-color:#eeeeee;
    background-image:url(../../images/silver/uparrow_hover.png); 
	background-position:center;
	background-repeat: repeat-x;
	 }	 	 
*/	

div.horizontal div.forwardButton{ 
           background-image:url(../../images/silver/rightarrow.png); 
		   background-position:center;
		   background-repeat: repeat-y;}

div.horizontal div.backButton{ 
      background-image: url(../../images/silver/leftarrow.png); 
	  background-position:center;
	  background-repeat: repeat-y;}

div.vertical div.forwardButton{ 
         background-color:#999999;
         background-image:url(../../images/silver/downarrow.png); background-position:center;
		 background-repeat: repeat-x;}
 
div.vertical div.backButton{ background-color:#999999;
    background-image:url(../../images/silver/uparrow.png); 
	background-position:center;
	background-repeat: repeat-x;
	 }
	 
div.horizontal div.forwardButton:hover{ 
           background-image:url(../../images/silver/rightarrow_hover.png); 
		   background-position:center;
		   background-repeat: repeat-y;}

div.horizontal div.backButton:hover{ 
      background-image: url(../../images/silver/leftarrow_hover.png); 
	  background-position:center;
	  background-repeat: repeat-y;}

div.vertical div.forwardButton:hover{ 
         background-color:#eeeeee;
         background-image:url(../../images/silver/downarrow_hover.png); background-position:center;
		 background-repeat: repeat-x;}
 
div.vertical div.backButton:hover{ background-color:#eeeeee;
    background-image:url(../../images/silver/uparrow_hover.png); 
	background-position:center;
	background-repeat: repeat-x;
	 }	 	 
