html, body, p, div, img, form, fieldset, table, tr, td, th { margin:0; padding:0; border: 0;}

.left  				{ float: left;}
.right 				{ float: right; }
.clear 				{ clear: both; }
.underline 			{ border-bottom: 1px solid #ccc; }
.muajt 				{ margin: 0 auto; width: 302px; }

#page 				{ margin:20px auto;  width: 566px;}
#logo p 			{ margin-left: -9999px;/*  margin-bottom: -200px; */}
#controls			{ width: 300px; margin: 0 auto; }
#footer 			{ margin: 20px/*  auto; width: 566px */; }

td 					{ text-align: right; padding-right: 5px;}
td a 				{ text-decoration: none; width: 100%; height: 100%; display: block; }
td a:hover 			{ background: black; color: white;}

th { 
	height: 30px; 
	background: black; 
	color: white; 
	border-bottom: 1px #ccc solid; 
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
}

/* Easy Slider */

#slider					{ margin: 20px auto;}
#slider ul, #slider li	{ margin:0; padding:0; list-style:none;}
#slider li				{ width:300px; height:100%; overflow:hidden; }
span#prevBtn			{ float: left; }
span#nextBtn			{ float: right;}
span#prevBtn a,
span#nextBtn a 			{ text-decoration: none; background: black; color: white; padding: 8px; }
span#prevBtn a 			{ -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 5px;
					 -webkit-border-radius-topright: 5px; -webkit-border-radius-bottomleft: 5px; }
span#nextBtn a 			{ -moz-border-radius-topleft: 5px; -moz-border-radius-bottomright: 5px; 
					 -webkit-border-radius-topleft: 5px; -webkit-border-radius-bottomright: 5px; }
