/**
 * 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;
}
























#slider {
    width: 560px;
    margin: 0 auto;
    position: relative;
    background:#FFF;
}

#slider-header {
	width:100%;
	height:30px;
	border-bottom:1px dotted black;
	background:#fdedba;
}
#slider-header #left {
	float:left;
}

#slider-header #right {
	float:right;
	font-size:27px;
	font-weight:bold;
	padding:0px;
	cursor:pointer;
	margin-top:-2px;
}

.scroll {
	overflow: hidden;
	width: 530px;
    margin: 0 auto;
    position: relative;
    height: 200px;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 15px;
    width: 124px;
	height: 200px;
}

div.unSelected img {
	height:93px;
}


.inside {
	padding: 4px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	width: 114px;
	cursor:pointer;
	max-height:160px;
}


/*a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}
*/
.hide {
    display: none;
}

#text-under-slider {
	background-color:#FFFFFF;
	float:left;
        margin-top:2px; 
	padding:4px;
	width:559px;
}
#text-under-slider div {
	background:#FDEDBA url('../images/banner_1.jpg') top left no-repeat;
	color:black;
	padding:0px;
	height:80px;
	font-size:12px;
        line-height: 15px;
		
}

