.gallery {
	width:830px;
	height:240px;
	margin:0 auto;
	padding:25px 0 0 0;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:860px;
	height:265px;
	overflow:hidden;
}
#slider li img {
	margin: 10px 40px 0 0;
}
#slider li p {
	width: 440px;
	color: #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
p#controls {
	margin:0;
	padding:0;
	position:relative;
}
#prevBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:30px;
	height:30px;
	position:absolute;
	left:-40px;
	top:-135px;
}
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:30px;
	height:30px;
	position:absolute;
	left: 845px;
	top:-135px;
}
#prevBtn a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/btn_esq.png) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/btn_dir.png) no-repeat 0 0;
}
