﻿
.slideShow
{
   height: 500px;
   width: 330px;
   padding: 0;
   margin-left:200px;
   border: 1px solid #999;
   position: relative;
   background-color: #fff;
}

.slideShowInner
{
   height: 448px;
   width: 300px;
   overflow: hidden;
   margin: 15px 15px 0px 15px;
}


.slideShowText
{
   height: 29px;
   line-height: 30px;
   margin: 0px 15px 0px 15px;
   border: 0px solid #ccc;
   background-color: #fff;
   padding-left: 5px;
   color: #006633;
   font-weight: bold;
}

.slideShow i
{
   display: block;
   position: absolute;
   width: 10px;
   height: 10px;
   line-height: 0;
   background-color: transparent;
   background-image: url('img/frm-bg.gif');
   background-repeat: no-repeat;
}
.slideShow i.tl
{
   top: -1px;
   left: -1px;
   background-position: top left;
}
.slideShow i.tr
{
   top: -1px;
   right: -1px;
   background-position: top right;
}
.slideShow i.bl
{
   bottom: -1px;
   left: -1px;
   background-position: bottom left;
}
.slideShow i.br
{
   bottom: -1px;
   right: -1px;
   background-position: bottom right;
}

