/*
Gallery
*/
#MyGallery1
{
margin: auto;
width: 720px;
height: 360px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
border:0px outset #C4F55C;
z-index: 1000;
}

#MyGallery1_Arrows
{
width: 710px;
}

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

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

#MyGallery1_ThumbsInner
{
position: relative;
}

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

#MyGallery1_FullSizeImage
{
border:1px 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;
}

