/* ---------------- Pet Gallery ---------------- */

#galcontainer {
	float:left;
    position:relative; 
    width:625px; 
    height:405px; 
    margin:20px 0; 
}

#galstarting {
	background:url(images/pets01.jpg) no-repeat;
	float:left;
    position:relative; 
    width:350px; 
    height:280px; 
	margin:10px 0 0 27px;
	}

#galcontainer ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
}

#galcontainer a.gallery span {
    position:absolute; 
    width:0px; 
    height:0px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
}

#galcontainer a.gallery, #galcontainer a.gallery:visited, #galcontainer a.gallery:active, #galcontainer a.gallery:focus {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:5px 2px 1px 2px; 
    text-align:left;
	outline:none;
}
	
#galcontainer a.slidea {
    background:url(thumb/pets01.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slideb {
    background:url(thumb/pets02.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidec {
    background:url(thumb/pets03.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slided {
    background:url(thumb/pets04.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidee {
    background:url(thumb/pets05.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidef {
    background:url(thumb/pets06.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slideg {
    background:url(thumb/pets07.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slideh {
    background:url(thumb/pets08.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidei {
    background:url(thumb/pets09.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidej {
    background:url(thumb/pets10.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidek {
    background:url(thumb/pets11.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidel {
    background:url(thumb/pets12.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.slidem {
    background:url(thumb/pets13.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer a.sliden {
    background:url(thumb/pets14.jpg); 
    height:60px; 
    width:60px;
}

#galcontainer ul {
    width:200px; 
    height:386px;
}

#galcontainer li {
    float:left;
}

#galcontainer ul {
    margin:5px; 
    float:right;
}

#galcontainer a.gallery:hover, #galcontainer a.gallery:active, #galcontainer a.gallery:focus {
    border:1px solid #fff; 
}

#galcontainer a.gallery:hover span, #galcontainer a.gallery:active span, #galcontainer a.gallery:focus span {
    position:absolute; 
    width:360px; 
    height:360px; 
    top:10px; 
    left:27px; 
}

#galcontainer a.gallery:hover img, #galcontainer a.gallery:focus img, #galcontainer a.gallery:active img {
    float:left; 
    margin-right:5px;
}
