.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 100px;
height: 125px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 90px;
height: auto;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color:#0FF;
}




.slideshowedit{ /*CSS for DIV containing each image*/
float: left;
width: 50px;
height: 90px;
background-image:url(../images/folder.png);
background-repeat:no-repeat;
margin:10px;
}

.slideshowedit img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
margin:16px 1px 0 0;
width: 35px;
height: 26px;
}

#navlinksedit{ /*CSS for DIV containing the navigational links*/
width: 520px;
padding-top:10px;
}

#navlinksedit a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 10px;
font-size: 100%;
}

#navlinksedit a.current{ /*CSS for currently selected navigational link*/
background-color:#0FF;
font-weight:bold;
}



.slideshowgallery{ /*CSS for DIV containing each image*/
float: left;
width: 130px;
height: auto;
}

.slideshowgallery img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 120px;
height: auto;
}

#navlinksgallery{ /*CSS for DIV containing the navigational links*/
width: 520px;
}

#navlinksgallery a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinksgallery a.current{ /*CSS for currently selected navigational link*/
background-color:#0FF;
}