#gallerytable{
margin: 20px;
width: 860px;
height: 430px;
background-color: #f0f0f0;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

#introtext{
margin: 20px;
color: #292929;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
}

#gallerytablesmall{
height: 370px;
margin: 20px;
margin-top: 29px;
width: 860px;
background-color: #f0f0f0;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

#gallerytable td, #gallerytablesmall td{
width: 162px;
height: 130px;
text-align: center;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
cursor: pointer;
position: relative;
z-index: 10;
padding: 5px;
}

#content{
background-color: #8ea0a8;
}


#gallerytable td.fillup{
cursor: default;
}

#arrows{
position: absolute;
bottom: 18px;
right: 25px;
}

#pagenums{
position: absolute;
bottom: 25px;
color: #333;
left: 25px;
}

#pagenums a{
text-decoration: none;
color: #333;
}

#pagenums a.active{
text-decoration: none;
font-weight: bold;
color: #000;
}

#pagenums a:hover{
text-decoration: none;
color: black;
}
