the images show fine on the home page, but on the subpages the images do not fit into the image area. Please view here:
208.71.173.125/~crossro2/
click one of the other pages and the slide show image will move down out of the image area. I reviewed my CSS file and tried to change it's setting but it didn't work. Here is may CSS setting:
div#slideshow {
position:absolute;
right: 0;
top: 0;
float:center ;
margin:0;
padding:0;
overflow:hidden;
width:588px;
height:297px;
Please help me to solve this issue.