.slideshowwrapper
{
}
.fullsize 
{
    position:relative; 
    width:100%;  
    border:1px solid #ccc; 
}
.information 
{
    position:absolute; 
    bottom:0; 
    width:100%; 
    height:0; 
    background:#000; 
    color:#fff; 
    overflow:hidden; 
    z-index:200; 
    opacity:.7; 
    filter:alpha(opacity=70);
}
.information h3 
{
    padding:4px 8px 3px; 
    font-size:14px;
}
.information p 
{
    padding:0 8px 8px;
}
.image img 
{
    z-index:25; 
}
.imgprev, .imgnext 
{
    position:absolute; 
    width:25%; 
    height:306px; 
    cursor:pointer; 
    z-index:150;
    -moz-opacity:.20; 
    filter:alpha(opacity=20); 
    opacity:.20;
}
.imgprev:hover, .imgnext:hover 
{
    -moz-opacity:1; 
    filter:alpha(opacity=100); 
    opacity:1;
}
.imgprev 
{
    left:0; 
    background:url(http://www.kiaofunioncity.com/images/left.gif) left center no-repeat;
}
.imgnext 
{
    right:0; 
    background:url(http://www.kiaofunioncity.com/images/right.gif) right center no-repeat;
}
.imglink 
{
    position:absolute; 
    height:306px; 
    width:100%; 
    z-index:100; 
    opacity:.4; 
    filter:alpha(opacity=40);
}
.linkhover 
{
    background:url(http://www.kiaofunioncity.com/images/link.gif) center center no-repeat;
}
.thumbnails 
{
    margin-top:10px;
}

.slideleft, .slideright 
{
    width:25px; 
    height:48px; 
}
.slideleft
{
    float:left; 
    background:url(http://www.kiaofunioncity.com/images/inventorydetails/back.png) 0% 100% no-repeat #222;
}
.slideright 
{
    float:right; 
    background:#222 url(http://www.kiaofunioncity.com/images/inventorydetails/next.png) 0% 100% no-repeat;
}
.slideleft:hover
{
    background:#222 url(http://www.kiaofunioncity.com/images/inventorydetails/back.png) 0% 0% no-repeat;
}
.slideright:hover 
{
    background:#222 url(http://www.kiaofunioncity.com/images/inventorydetails/next.png) 0% 0% no-repeat;
}
.slidearea 
{
    float:left; 
    position:relative; 
    width:410px; 
    margin-left:5px; 
    overflow:hidden;
}


.thumbnails .slidearea .slider 
{
    position:relative;
    height:55px;
    width:auto;
    overflow:hidden;
    display:block;
}
.slider a
{
    height:42px;
    display:block;
    float:left;
    margin-bottom:10px;
}
.slider img
{
    cursor:pointer; 
    border:1px solid #666; 
    padding:2px; 
    margin:3px;
    height:42px;
    -moz-opacity:.50; 
    filter:alpha(opacity=50); 
    opacity:.50;
    width:auto;
    min-width:56px;
}
.slider .selected, .slider img:hover, .slider .activeSlide img
{
    -moz-opacity:1; 
    filter:alpha(opacity=100); 
    opacity:1;
}
.slider .selected
{
    border:1px solid green; 
}

.rotator .showDeepZoom {background-image: url("/images/ajax.gif"); background-position: center center; background-repeat:no-repeat;