The slideshow in the content area is scaling images...why?
I changed the style.css to make the slideshow area larger than the default settings, yet the images are being scaled down 12px in both height and width.
Below is the code that I believe controls this slideshow function:
/*smaller slideshows in content area*/
#top .entry .feature_wrap {
padding: 0 0 35px;
position:relative;
width:940;
}
#top .medium_sized_slider, #top .medium_sized_slider .featured{
width:940px;
height:528px;
position: relative;
overflow: hidden;
}
#top .entry .slidecontrolls {
display: block !important;
bottom:-12px;
left:437px;
position:relative !important;
z-index:10;
top:auto;
}
.featured_inside {
overflow:hidden;
position:relative;
width:940px;
}
Link for reference:
http://tinyurl.com/6wveunu














