/*
JavaScript Gallery Builder 1.0
(C)1999-2008 Usingit.com, All rights reserved!
http://www.usingit.com/products/webtoolkit
http://www.usingit.com/support
*/
#MyGallery1
{
margin: auto;
width: 720px;
height: 360px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
background-color: #FFFFFF;
border:3px outset #C4F55C;
z-index: 1000;
}

#MyGallery1_Arrows
{
width: 281px;
}

#MyGallery1_LeftPanel
{
float: left;
width: 281px;
}

#MyGallery1_Thumbs
{
position:relative;
overflow: hidden;
width: 281px;
height: 320px;
}

#MyGallery1_ThumbsInner
{
position: relative;
}

#MyGallery1_FullSizeImage_Outer
{
float: left;
width: 400px;
height: 300px;
padding-top: 9px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 15px;
}

#MyGallery1_FullSizeImage
{
border:5px outset #AFF127;
}

.MyGallery1_ThumbCol
{
position: absolute;
width: 130px;
padding: 7px;
}

.MyGallery1_ThumbCol div
{
width: 120px;
height: 90px;
padding: 7px;
}

.MyGallery1_ThumbCol img
{
border: 0px;
padding: 0px;
}

.MyGallery1_LeftArrow
{
float: left;
}

.MyGallery1_RightArrow
{
float: right;
}


