/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	#Brand-Slider {

		position: relative;
		float: left;
		
		margin: 0 0 0 0;
		padding: 15px 0 25px 0;
		
		width: 980px;
		height: 30px;
		
		overflow: hidden;
		
		background-color: #ffffff;
		z-index: 1;
		
	}

	#Brand-Slider UL {
	
		position: relative;
		float: left;	
		
		margin: 0 0 0 0;
		
		overflow: hidden;
		
		display: inline;
		list-style: none;
				
	}


	#Brand-Slider li {
	
		position: relative;
		float: left;
		
		padding: 0 3px 15px 10px;

		height: auto;
		width: 150px;
		
		overflow: hidden;
		
		text-align: center;
		
	}

	#Brand-Slider li img {
	
		position: relative;
		float:left;
				
	}
	
	.Rotator-UL { }

	#Brand-Slider .Brand-Slider-Heading { 
	
		position: relative;
		float: left;
		
		width: 917px;
		
	}
	
	#Brand-Slider UL LI .Brand-Icon { 
	
		
	
	}
	
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	#Brand-Slider UL LI .box a { color: #5e6263; }				
	#Brand-Slider UL LI .box a:hover { color: #5e6263; }

	#Brand-Slider UL LI .box .Brand-Price-Title { color: #5e6263; }	
	#Brand-Slider UL LI .box .Brand-Price { color: #5e6263; }	

	#Brand-Slider UL LI .box .Brand-Price-Title-Sale { color: #db1616; }	
	#Brand-Slider UL LI .box .Brand-Price-Sale { color: #db1616; }	

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	#Brand-Slider UL LI .box .Brand-Price-Title {

		font-weight: bold; 
		font-size: 1.2em; 

	}

	#Brand-Slider UL LI .box .Brand-Price {

		font-weight: bold; 
		font-size: 1.2em; 

	}

	#Brand-Slider UL LI .box .Brand-Price-Title-Sale {

		font-weight: bold; 
		font-size: 1.2em; 

	}

	#Brand-Slider UL LI .box .Brand-Price-Sale {

		font-weight: bold; 
		font-size: 1.2em; 

	}

	#Brand-Slider UL LI .box .ST {

		font-size: 1.0em;

	}

	#Brand-Slider UL LI .box .LT {

		text-decoration: line-through;

	}
