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