div#tmpSlideshow {
    position: relative;
    height: 226px;
    width: 580px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 226px;
    display: none;
}
.tmpSlide a
{
	text-decoration: none;
	color:black;
}
div.tmpSlide img {
    float: left;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls 
{
   bottom:15px;
position:absolute;
right:-13px;
width:175px;
}
div.tmpSlideshowControl 
{
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    background: white;
    width: 16px;
    height: 26px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span 
{
    line-height: 28px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('/Template/Pictures/Buttons/FeatureOver.png');
}
div.tmpSlideshowControlActive 
{
    border: 1px solid red;
}
div.tmpSlideCopy {
   left:15px;
	position:absolute;
	top:11px;
	width:170px;
}
div#tmpSlideshow h4 
{
    color: #b90f23;
    text-transform: uppercase;
    font: 12px georgia;
    font-weight:bold;
    margin: 10px 0;
}
#fashion_page_scroller h4
{
	color: wheat !important;
}
#fashion_page_scroller p
{
	color:white !important;
}
div.tmpSlideCopy p {
    font: 11px verdana;
    line-height: 1.75em;
}