﻿
#slideshow
{
    list-style: none;
    color: #fff;
    display: none;
}
#slideshow span
{
    display: none;
}
#wrapper
{
    width: 617px;
    height:inherit;
    overflow:hidden;
    display: none;
    width:980px;
}
#wrapper *
{
    margin: 0;
    padding: 0;
}
#fullsize
{
    position: relative;
    width: 770px;
    height: 700px;
    padding: 2px;
    border: 1px solid #ccc;
    background: #000;
    float:left;
}
#information
{
    position: absolute;
    bottom: 0;
    width: 610px;
    height: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 200;
    opacity: .7;
    filter: alpha(opacity=70);
    direction:rtl;
}
#information h3
{
    padding: 4px 8px 3px;
    font-size: 12px;
    font-family:Tahoma;
}
#information p
{
    padding: 0 8px 8px;
}
#image
{
    width: 610px;
    height: 370px;
    float:left;
    position:relative;
}
#image img
{
    position: absolute;
    z-index: 25;
    width: 610px;
    height: 370px;
}
.imgnav
{
  
    width: 50px;
    height: 100%;
    cursor: pointer;
    z-index: 150;
}
#imgprev
{
    left: 0;
    background: url(/images/left.gif) left center no-repeat;
    float:left;
}
#imgnext
{
    right: 0;
    background: url(/images/right.gif) right center no-repeat;
    float:right;
}
#imglink
{
    background: url(blank.gif) repeat;
    position: absolute;
    height: 700px;
    width: 100%;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity=40);
}
.linkhover
{
    background: url(/images/link.gif) center center no-repeat !important;
}
#thumbnails
{
    float:right;
    width:200px;    
    overflow:auto;
}
#slideleft
{
   
    width: 74px;
    height:0px;
    background: url(/images/scroll-left.gif) center center no-repeat;
    background-color: #222;

}
#slideleft:hover
{
    background-color: #333;
}
#slideright
{
  
    width:74px;
    height:0px;
    background: #222 url(/images/scroll-right.gif) center center no-repeat;
   
}
#slideright:hover
{
    background-color: #333;
}
#slidearea
{
    
    position: relative;
    width: 200px !important;
    margin-left: 5px;
    height:700px;
    padding-bottom:15px;
    
  
}
#slider
{
    position: absolute;
    left: 0;
    height: 81px;
}
#slider img
{
    cursor: pointer;
    padding: 2px;
    width: 160px;
    height: 100px;
    margin:5px 0px;
    display:block !important;
}
#Textarea
{
    float: left;
    margin-top: 5px;
    position: relative;
    width: 612px;
    margin-left: 5px;
    height: 85px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    line-height: 21px;
}
