#MyGallery1
{
	padding:auto;
margin: auto;
width: 700px;
height: 550px;
background-color: #FFFFFF;
border:2px outset #C4F55C;
}
#MyGallery1_Arrows
{
width: 700px;
}
#MyGallery1_Thumbs
{
clear:both;
position:relative;
overflow: hidden;
width: 620px;
height: 100px;
margin: auto;
}
#MyGallery1_ThumbsInner
{
position: relative;
}
#MyGallery1_FullSizeImage_Outer
{
margin: 2px 42px;	
width: 550px;
height: 413px;
padding:auto;
}
#MyGallery1_FullSizeImage
{
border:5px outset #AFF127;
}
.MyGallery1_ThumbCol
{
position: absolute;
width: 80px;
padding: 1px;
}
.MyGallery1_ThumbCol div
{
width: 80px;
height: 60px;
padding: 7px;
}
.MyGallery1_ThumbCol img
{
border: 0px;
padding: 0px;
}
.MyGallery1_LeftArrow
{
float: left;
}
.MyGallery1_RightArrow
{
float: right;
}


