/**
 * 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;
	margin-left:25px;
	
    overflow: hidden;
    position: relative;
	width:680px;
	height:183px;
}

.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. */
	height:183px;
	width:130px;
}

/**
 * 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 {
	position: absolute;
    z-index: 8;
    display: block;
	height:183px;
	width:20px;
	cursor: pointer;
	left:720px;
	
}

.jcarousel-prev {
	position: absolute;
    z-index: 8;
    display: block;
	height:183px;
	width:20px;
	cursor: pointer;
	_margin-left:-10px;
	#margin-left:-10px;
}

/**
* for footer
* jcarousel-clip jcarousel-clip-vertical
* jcarousel-item jcarousel-item-vertical jcarousel-item-1 jcarousel-item-1-vertical
*/
#ct-uf .jcarousel-clip{width:910px;height:100px;}
#ct-uf .jcarousel-next {left:950px;}
#ct-uf .bot2 img{margin-top:40px;}
#ct-foucs .jcarousel-list li, .jcarousel-item {margin-left:5px;} 

#themes .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	margin-left:0px;
    overflow: hidden;
    position: relative;
	width:260px;
	height:600px;

}
#themes .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	height:120px;
	width:250px;
}


