Guys,
I have modified the slideshow dimensions on the homepage and want the dimensions to be 940 X 340 i have altered the following code in CSS. I have uploaded new image of brass player and get some strange behaviour, I get the first load of the picture OK for a few seconds then the second load, loads a distorted image. Not sure why I am getting this. The test site is on http://www.sancere.com is you need anymore details let me know I am on wordpress 3.2.1.
Can you help ?
.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;
}














