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

.favertag {
	float:left;
	width:130px;
	text-align:left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.fcbutton{float:left;margin-left:10px;}

#fcsave  {border:0px;background:url(/img/web/h/set_save.gif) no-repeat;width:155px;height:43px;}
#fcsave:hover  {background:url(/img/web/h/set_save_hover.gif) no-repeat;}

a#fccan  {border:0px;background:url(/img/web/h/set_cancel.gif) no-repeat;width:155px;height:43px;margin-top:0px}
a#fccan:hover  {background:url(/img/web/h/set_cancel_hover.gif) no-repeat;}

#fcmemery {
	background:url(/img/web/2/set_09.jpg) no-repeat;
	width:470px;
	height:26px;
	margin-top: 10px;
}

#fcmemery #ctfa{float:left;margin-left:60px;margin-top:6px;}

#fchelp {background:url(/img/web/h/set_04.gif) no-repeat;width:163px;height:48px;float:left;}
#fchelp:hover {background:url(/img/web/h/set_04_hover.gif) no-repeat;}


#slefloc {position:absolute;z-index:200;opacity:0.92;
.margin-top:15px;.margin-left:-80px;
display:none;width:250px; height:235px; padding:20px 20px ;background:url(/img/web/2/place_bg.png) no-repeat;}
#slefloc div{float:left;width:65px;margin:2px 2px; cursor:pointer;opacity:1;border-bottom:1px dotted #D9D9D9;}

#slefloc div:hover {color:#12a3d3;}
.space{clear:both}


#favortip{position:absolute;z-index:98;left:48%;}

#closetip {float:right;margin-right:5px;background:url(/img/web/2/tips_close_06.gif) no-repeat;width:15px;height:19px;}
#closetip:hover {background:url(/img/web/2/tips_close_hover_06.gif) no-repeat;}


#ctcata .ctag{
position:absolute;z-index:80;display:none;
}

.loadingDiv{
    again: center;
    text-align: center;
    margin: 0;
    border: none;
    position: absolute;
    display: block;
    background-color: #666666;
    filter: alpha (opacity=70);
    opacity: 0.7;
    z-index: 1;
    width: 128px;
    height: 128px;
    vertical-align:middle;
}


