/*
JavaScript Vertical Gallery Slider 1.0
(C)1999-2008 Usingit.com, All rights reserved!
http://www.usingit.com/products/webtoolkit
http://www.usingit.com/support
*/

.usingit_galleryslider_container, .usingit_galleryslider_imgcntr{
position: relative;
padding: 0;
margin: 0;
}
  
.usingit_galleryslider_container{
border: 0px solid black; /* test only, should be none */
}

.usingit_galleryslider_imgcntr{
border: 0px solid blue;
}

.usingit_galleryslider_img_general{
border: none;
display: block;
margin: 0;
padding: 0;
margin: 0 auto;
float: center;
padding-left:0px;
padding-top:0px;
}

