#linkHolderB{
float:left;
display:block;
height:200px;
width:111px;
margin:0;
padding:0;
}
#slideEnd{
display:block;
float:none;
width:auto;
height:auto;
margin:0;
padding:0;
}	
#Links{	/* DIV where the images are located */
display:block;
position:relative;
overflow:hidden;
height:100px;
width:111px;/* Height of boxes for the images */
padding:0;
margin:0;
}
#Links div{	
display:block;
position:relative;	/* Don't change this */
height:100px;
width:111px;/* Higher than total height of thumbnails */
margin:0;
padding:0;		
}
#arrow_down{	/* Arrow down image */
float:left;
height:12px;
width:17px;
margin-right:1px;
cursor:pointer;
}
#arrow_up{
float:left;
height:12px;
width:17px;
cursor:pointer;
}