/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.min_container {
    position: relative;
	width:730px;
	height: 160px;
	padding:0;
	margin:0;
	text-align:left;
	background: transparent url(../pagination/background/gallery_background.png) no-repeat left center !important;
	background: transparent url(../pagination/background/ie6/gallery_background.png) no-repeat left center;
	overflow: hidden;
}
.jcarousel-container {
    position: absolute;
	width:670px;
	height: 120px;
	top:12px !important;
	top:30px;
	left: 30px;
	padding: 0;
	margin:0 0 0 0;
	text-align:left;
	background: none;
}

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

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

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

.jcarousel-item a {
    border: 2px solid white;
	width: 80px;
    height: 80px;
	display: block;
}

/**
 * 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;
	width:7px;
	height:160px;
	width: 20px;
	top:0 ;
	right:-15px;
	position:absolute;
	background: transparent url(../pagination/button/gallery_next.png) 0 0 no-repeat !important;
	background: transparent url(../pagination/button/ie6/gallery_next.png) 0 50px no-repeat;
	cursor:pointer;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
	width:7px;
	height:160px;
	width: 20px;
	top: 0;
	left:-15px;
	position:absolute;
	background: transparent url(../pagination/button/gallery_prev.png) 0 0 no-repeat !important;
	background: transparent url(../pagination/button/ie6/gallery_prev.png) 0 50px no-repeat;
	cursor:pointer;
}
