﻿#galleryContent
{
   width: 875px; 
   float:left;
   line-height:14px;
   color:#e4e4e4;
   height:640px;
   padding:20px 10px 10px 10px;
   border:dotted 1px #7f7f7f;
}

#myGallery
{
    height:500px;
    width:180px;
    overflow:auto;   
    text-align:center;
    scrollbar-base-color:#121212;
    scrollbar-arrow-color:#ff0000;
}

#myGalleryRight
{
    height:530px;
    width:200px;
    overflow:auto;   
    text-align:center;
    scrollbar-base-color:#121212;
    scrollbar-arrow-color:#ff0000;
}

#myGallery img
{
    padding:5px 0px 5px 0px;   
}

#imageGallery li
{
    list-style:none;   
    display:block;
}

#imageGallery li ul li
{
    list-style:none;   
    float:left;
    padding:5px;
}