.gallery {
float:right;
width:337px;
height:299px;
margin:0 25px 0 0;
}
#slider {
margin:0;
padding:0;
list-style:none;
}
#slider ul, #slider li {
margin:0;
padding:0;
height:299px;
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:337px;
height:299px;
overflow:hidden;
}
p#controls {
margin:0;
position:relative;
}
#prevBtn, #nextBtn {
display:block;
margin:0;
overflow:hidden;
width:30px;
height:299px;
position:absolute;
left:0 !important;
left:-327px;
top:-299px;
}
#nextBtn {
left:307px !important;
left:-20px;
}
#prevBtn a {
display:block;
width:30px;
height:278px;
background:url(images/spacer.gif) no-repeat 0 0;
}
#nextBtn a {
display:block;
width:30px;
height:278px;
background:url(images/spacer.gif) no-repeat 0 0;
}

