img.x	{
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img	{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span	{ /*CSS for enlarged image*/
visibility: visible;
top: 0; /* 200 */
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*URL: http://www.dynamicdrive.com/style/ */

img.x    {
        Position : Absolute ;
        Left : 0px ;
        Top : 0px ;
        Z-Index : -1
        }
img.shadow {
        background: url(shadow-1000x1000.gif) no-repeat right bottom;
        padding: 5px 10px 10px 5px;
}

img.chicken { /* right side */
        border: 1px dotted #4e340e;
        padding: 5px;
        height: 130px;
        width: 200px;
        background: #f2dab6;
        float: right;
        margin-left: 10px;
}
img.rabbit { /* left side */
        border: 1px dotted #4e340e;
        padding: 5px;
        height: 100px;
        width: 150px;
        float: left;
	background: #f2dab6;
        margin-right: 10px;
}

img.runner { /* right side */
        border: 1px dotted #4e340e;
        padding: 5px;
        height: 100px;
        width: 225px;
        background: #f2dab6;
        float: right;
        margin-left: 10px;
}
img.laura { /* left side */
        border: 1px dotted #4e340e;
        padding: 5px;
        height: 173px;
        width: 130px;
        background: #f2dab6;
        float: left;
        margin-left: 10px;
	margin-right: 15px;
}

img.jungle { /* left side */
        border: 1px dotted #4e340e;
        padding: 5px;
        height: 100px;
        width: 150px;
        float: left;
        background: #f2dab6;
        margin-right: 10px;
}

img.kc_left { /* right side */
        border: 1px dotted #4e340e;
        padding: 5px;
        height: 130px;
        width: 200px;
        background: #f2dab6;
        float: left;
        margin-left: 10px;
	margin-right: 20px;
}

img.left {
        border: 1px dotted;
        padding: 3px;
        height: 100px;
        width: 150px;
        float: left;
        margin-right: 10px;
}

img.right {
        border: 1px dotted;
        padding: 3px;
        height: 100px;
        width: 150px;
        float: right;
        margin-left: 10px;
}
img.grp {
        border: 1px dotted;
        padding: 3px;
        height: 450px;
        width: 600px;
        float: right;
        margin-left: 10px;
}

img.rframe {
        border: 1px dotted;
        padding: 3px;
        height: 175px;
        width: 125px;
        float: right;
        margin-left: 10px;
}
div.img {
        margin: 0px;
        border: 0px solid #0000ff;
        height: auto;
        width: auto;
	/* float: center; */
        text-align: center;
        }
div.img img     {
        display: inline;
        margin: 0px;
        border: 0px solid #ffffff;
        }
div.img a:hover img     {
        border: 0px solid #0000ff;
        }
div.desc        {
        text-align: center;
        font-weight: normal;
        width: 400px;
        margin: 1px;
        }
.img-desc {
        position: relative;
        display: block;
        height: 225px;
        width: 375px;
}
.img-desc cite {
        filter:alpha(opacity=40);
        opacity: .40;
        color: #000000;
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 0px;
        font-size: 85%;
        word-spacing: 5px;
        letter-spacing: 0.05cm;
        border-top: 1px dotted #4e340e;
        border-bottom: 1px dotted #4e340e;
        border-right: 1px dotted #4e340e;
        border-left: 1px dotted #4e340e;
}


.transp-block {
        background: url(../images/cctrha.gif) no-repeat;
        width: 375px; /* 425 */
        height: 200px; /* 280 */
}

img.transparent {
        filter:alpha(opacity=95);
        opacity:.95;
}
