
img { border: none; }



#ptr_left { left: 0px; }
#ptr_right { right: 0px; }
#ptr_right, #ptr_left
{
   position: absolute; top: 60px;
   height: 100%;
   z-index: 10;
}
#ptr_right a, #ptr_left a
{
display: block;
height: 100%;
}

.gObject
{
   position: relative;
   float: left;
   height: 205px;
   margin-left: 15px;
   margin-right: 5px;
   top: 0px;
}

.gObject .gImage
{
   position: absolute; top: 0px; left: 0px;
   width:215px;
   height: 205px;
   overflow: hidden;
   text-align: center;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   

}
.gObject .g_wrapper
{
  margin-left:5px;
   position: relative;
   height: 205px;
   width:215px;
}
.gObject .gDesc
{
   position: absolute; top: 160px; left: 5px;
   width: 205px;

   text-align: left;
   overflow: hidden;
   font-size: 11px;
   font-family: Arial;
   color: #513e25;
}

.gObject .gCount
{
   position: absolute; top: -40px; left: 0px;
   color: #e13602;
   font-size: 25px;

   font-family: Arial;
   width: 30px;
   text-align: center;
   z-index: 10;
}