/* Loaded from : uk/co/aimltd/net/jsp/taglib/styles/slider_volumeh.css */
/** ##################################################################################################################*/
/**													Map Slider Controls												  */

	/**
	  * Define the height and width of the scrollbar surround
	  */
	div.scrollBar
		{
		height:30px;
		width:170px;
		}

	/**
	  * Define the image to use for the minus button
	  */
	div.scrollMinusButton
		{
		height:16px;
		width:16px;
		background: url('/servlet/scripts?name=uk/co/aimltd/net/jsp/taglib/styles/../images/slider/volume/arrowLeft.gif');
		float:left;
		}

	/**
	  * Define the image to use for the main scroll bar
	  */
	div.scrollMain
		{
		width:120px;
		height:16px;
		background: url('/servlet/scripts?name=uk/co/aimltd/net/jsp/taglib/styles/../images/slider/volume/background.gif');
		float:left;
		}

	/**
	  * Define the image to use for the slider
	  */
	div.slider
		{
		width:16px;
		height:15px;
		background: url('/servlet/scripts?name=uk/co/aimltd/net/jsp/taglib/styles/../images/slider/volume/slider.gif');
		}

	/**
	  * Define the image to use for the plus button
	  */
	div.scrollPlusButton
		{
		height:16px;
		width:16px;
		background: url('/servlet/scripts?name=uk/co/aimltd/net/jsp/taglib/styles/../images/slider/volume/arrowRight.gif');
		float:left;
		}
		
	div.sliderBar
		{
		height:16px;
		width:120px;
		background: url('/servlet/scripts?name=uk/co/aimltd/net/jsp/taglib/styles/../images/slider/volume/shim.gif');
		}

