/* Gallery Styles */
#motioncontainer {
width: 100%; /* Set to gallery width, in px or percentage */
height: 400px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid black; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px #5EA4AE; /* Set image border hover color */
}

#statusdiv {
background-color: black;
border: 0px solid black;
padding: 4px;
position: absolute; /* Stop Editing Gallery Styles */
left: 100px;
visibility: hidden;
}

#motioncontainer a:hover {
color: #00bef3; /* Dummy definition to overcome IE bug */
}

body  { background-color: #64300A;  
margin-top: 10px;
margin-left: 0px; }

table.slideshow {  margin-top: 70px;
margin-left:  20px; }

table.pagenamelogo {  position: absolute; left:  52px;
top: 440px; }

table.menuindex {  position: absolute; top: 448px;
left: 20px; }

table.menuslideshow {  position: absolute; top: 446px;
left: 28px; }

table.menuslideshowpeople {  position: absolute; top: 446px;
left: 14px; }

table.menuslideshowpersonal {  position: absolute; top: 446px;
left: 14px; }

table.menuslideshowweddings {  position: absolute; top: 446px;
left: 14px; }

table.sldesign{  position: absolute; top: 540px;
left: 854px; }


td.logotop  {position: absolute; top: 40px;
left: 50px; }

td.tag  {position: absolute; top: 88px;
left: 576px; }

td.logobottom  {position: absolute; top: 482px;
left: 616px; }

td.copyright   { font-family: verdana, helvetica, san-serif;     
color: #bb9a6f;  
font-size: 9px; } 


A.1:link   {  font-family: verdana, helvetica, san-serif;   
color:  #bb9a6f;      
font-size: 9px;
 text-decoration:  none; }

A.1:visited  { font-family: verdana, helvetica, san-serif;    
color:  #bb9a6f;    
font-size: 9px;
 text-decoration:  none; }
A.1:active { font-family: verdana, helvetica, san-serif;   
color:  #5EA4AE;
font-size: 9px;
text-decoration:  none;  }

A.1:hover  {  font-family: verdana, helvetica, san-serif;   
color:  #5EA4AE;
  font-size: 9px;
text-decoration:  none;   }

A.1:links:hover {  font-family: verdana, helvetica, san-serif;   
color:  #5EA4AE;
  font-size: 9px;
text-decoration:  none;   }
/* End Gallery Styles */

