/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}








.jcarousel-skin-one .jcarousel-container {
	 
}
.jcarousel-skin-one .jcarousel-container-horizontal {
	padding: 0px 15px 0 17px;
	width: 450px;
	margin:10px 0 0 0px;
}
.jcarousel-skin-one .jcarousel-clip-horizontal {
	height: 200px;
	width: 435px;bo rder: 1px solid red;
	margin-left: 5px;
}
.jcarousel-skin-one .jcarousel-item {
	height: 200px;
	width: 216px;
}
.jcarousel-skin-one .jcarousel-item-horizontal {
	 
}
.jcarousel-skin-one .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-one .jcarousel-next-horizontal {
	background:url(../images/home/carousel_right.gif) no-repeat 0 0;
	cursor: pointer;
	height: 135px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
}
.jcarousel-skin-one .jcarousel-prev-horizontal {
	background:url(../images/home/carousel_left.gif) no-repeat 0 0;
	cursor: pointer;
	height: 135px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 20px;
}

.galleryframe {
	text-align: center;
}
.galleryframe img {
	margin: 0px 0 3px 0;
	border: 1px solid #c4c4c4;
}
.galleryframe a {
margin-left: 5px;
display: block;
	color: #307eff;
	font-size: 12px;
	text-align: left;

}
.galleryframe a:hover {
text-decoration: underline;


}

.galleryframe span {
display: inline;

float: left;


	font-size: 11px;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0;

}
