.gallery {
	width:330px;
	height:150px;
	padding:50;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 420px;
}
#slider {
	list-style:none;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slider ul,
#slider li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#slider span{
	color: #F00;
	background-image: none;
	display: inline;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:330px;
	height:150px;
	overflow:hidden;
}
p#controls { margin:0; padding:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:1px; height:1px; position:absolute; left:0; top:0; }
#nextBtn { display:block; margin:0; overflow:hidden; width:1px; height:1px; position:absolute; left: 0; top:0; }
#prevBtn a { display:block; width:1px; height:1px; background:url(images/spacer.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:1px; height:1px; background:url(images/spacer.gif) no-repeat 0 0; }

