I have looked at style css and have reduced the height of the slideshow on the homepage by reducing the height of the three classes listed by 100px see below, is this all I need to do? because there seems a black shadow now in the background please see http://www.psweb-test4.com.
/*The heights of the following 3 classes controll the slider height*/
.slideshow{
height:340px; /*this changes the height of the main image slider*/
width:940px;
overflow: hidden;
position: relative;
}
.featured, .fadeout {
height:340px;
}
.feature_excerpt{
max-height:300px;
padding:20px 30px 20px;
bottom:0;
display:none;
font-size:13px;
line-height:1.8em;
position:absolute;
width:250px;
z-index:3;
}







