#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:700px;
		height:700px;
		overflow:hidden; 
		}
	#slider li{ 
		background:#f1f1f1;
		}		
	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider li p{ 
		margin:20px;
		}
	#dots td.on{
			background-repeat: no-repeat;
			background-image: url(http://antiradiant.com/clients/TMW/gallery/images/on.jpg);
		}
	#dots td.off{
			background-repeat: no-repeat;
			background-image: url(http://antiradiant.com/clients/TMW/gallery/images/off.jpg);
		}				
	span#prevBtn{ /*display: inline*/; text-align: left; width: 350px;}
	span#nextBtn{/*display: inline*/; text-align: right; width: 350px;}