/* style sheet for photo gallery */
#gallery {
position: relative; 
left: 125px;
margin-bottom:200px; 
width:880px; height:480px;
}

#scrollbox {padding:0; margin-left:5px; width:110px; list-style:none; height:480px; overflow:auto; float:left;}
#scrollbox li {float:left;}

#scrollbox a {display:block; color:#999; text-decoration:none; border:1px solid #fff; width:75px; height:56px; float:left; padding:5px; font-family:"trebuchet ms", sans-serif; font-size:24px; text-align:center;}

#scrollbox a span {display:block; position:absolute; left:-9999px; top:0;}
#scrollbox a span img {border:0;}

#scrollbox a:hover {border:1px solid #888;}
#scrollbox a:hover span {width:640px; height:480px; left:125px; background:#fff; z-index:100;}

#scrollr {padding:0; margin-left:5px; width:110px; list-style:none; height:480px; overflow:auto; float:right;}
#scrollr li {float:left;}

#scrollr a {display:block; color:#999; text-decoration:none; border:1px solid #fff; width:75px; height:56px; float:left; padding:5px; font-family:"trebuchet ms", sans-serif; font-size:24px; text-align:center;}

#scrollr a span {display:block; position:absolute; left:-9999px; top:0;}
#scrollr a span img {border:0;}

#scrollr a:hover {border:1px solid #888;}
#scrollr a:hover span {width:640px; height:480px; left:125px; background:#fff; z-index:100;}

.dogs {
position: relative;
width: 880px; 
height: 135px;
margin-top: 83px;
left: 125px;}

/*
#dogs p {
position: relative;
left: 420px;
top: 35px;
font-size: 14px;
font-family: verdana, sans-serif;
}*/

.dogs ul {
float: left;
position: relative;
left: 0px;
list-style: none;
margin-top: 0;
margin-bottom: 5px;
}

.dogs li {
float: left;
position: relative;
background: transparent url(../images/image8.jpg) repeat-x;
border-top: 1px black solid;
border-bottom: 1px black solid;
border-left: 1px black solid;
}

.dogs a {
display:block;
font-size:14px;
width:130px;
padding: 0px 0;
color:#FFFFFF;
margin-right: 1px;
text-decoration:none;
text-align:center;
font-family:verdana, sans-serif;
}

.dogs a:hover{
color:#444;
background:#d4d8bd;
}

.dogs p {
position: absolute;
top: 85px;
left: 180px;
}



