/* Table */
#object_childs {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    background: #F0F0F0;
    border-left: 1px solid #D2D2D2;
}

    #object_childs thead {
        background: #999;
        color: white;
    }

        #object_childs thead th {
            padding: 5px;
            font-weight: bold;
        }

        #object_childs tbody td {
            padding: 5px;
            border-bottom: 1px solid #999;
        }

        #object_childs tbody a {
            display: block;
            text-decoration: none;
        }

/* Gallery */
#more_images .jcarousel-container {
	position: relative;
	width: 566px;
	height: 100px;
    background: #f2f2f2 url(../images/site_images/backgrounds/gallery.gif) repeat-x left bottom;
    margin: 10px auto 0 auto;
    border: 1px solid #B5B5B5;
}

#more_images .jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 10px 0px 0px 35px;
	overflow: hidden;
	position: relative;
}

#more_images .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#more_images .jcarousel-list li,
#more_images .jcarousel-item {
	float: left;
	position: relative;
	overflow: hidden;

	width: 122px;
	height: 76px;
    padding: 2px 0 0 0;

	list-style: none;
}

    #more_images .jcarousel-item a {
        display: block;
        width: 97px;
        margin: 0 auto;
        text-align: center;
    }

	#more_images .jcarousel-item img {
		padding: 3px;
        background: white;
	}


#more_images .jcarousel-next {
	z-index: 3;
	float: right;
	display: none;
	width: 30px;
	height: 100px;
	margin: 0 0 0 0;
	cursor: pointer;
	background: url(../images/site_images/img-arrows.png) no-repeat right top;
}

	#more_images .jcarousel-next-disabled {
        filter: alpha(opacity=50);
        opacity: 0.50;
	}

#more_images .jcarousel-prev {
	z-index: 3;
	float: left;
	display: none;
	width: 30px;
	height: 100px;
	cursor: pointer;
	background: url(../images/site_images/img-arrows.png) no-repeat left top;
}

	#more_images .jcarousel-prev-disabled {
        filter: alpha(opacity=50);
        opacity: 0.50;
	}

#more_images .jcarousel-next-disabled,
#more_images .jcarousel-prev-disabled {
	cursor: auto;
}