.jcarousel-container {
    position: relative;
	top:0px;
	width:595px;
	height:/*115*/150px;
	margin:0 auto;
}
#weatherCon .jcarousel-container {
    position: relative;
	top:0px;
	width:278px;
	height:100px;
	margin:0 auto;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
* html .jcarousel-clip{
	width:595px;
	overflow:hidden;
	position:relative;
}
* html #weatherCon .jcarousel-clip{
	width:278px;
	overflow:hidden;
	position:relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li{margin:0 15px 0 0;}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 106px;
    height: 150px;
}
#weatherCon .jcarousel-list li,
#weatherCon .jcarousel-item {
    float: left;
    list-style: none;
    width: 278px;
    height: 120px;
}
#galleries li a{
	display:block;
	border:1px solid #b8b8b8;
	padding:2px;
}
#galleries li a:hover{border-color:#000;}
#galleries li a.title{
	border:0;
	padding:0;
	display:inline;
	line-height:normal;
	color:#000;
}
.jcarousel-next {
    z-index: 3;
    display: block;
	width:7px;
	height:11px;
	position:absolute;
	top:35px;
	right:-20px;
	background:transparent url(../design_img/arrowRightDark.gif) 0 0 no-repeat;
}
#weatherCon .jcarousel-next {
    z-index: 3;
    display: block;
	width:7px;
	height:11px;
	position:absolute;
	top:3px;
	right:0px;
	background:transparent url(../design_img/arrowRightDark.gif) 0 0 no-repeat;
}
/*.jcarousel-next:hover{background-position: -44px 0;}
.jcarousel-next-disabled, .jcarousel-next-disabled:hover{background-position: -90px 0;}*/
.jcarousel-prev {
    z-index: 3;
    display: block;
	width:7px;
	height:11px;
	position:absolute;
	top:35px;
	left:-20px;
	background:transparent url(../design_img/arrowLeftDark.gif) 0 0 no-repeat;
}
#weatherCon .jcarousel-prev {
    z-index: 3;
    display: block;
	width:7px;
	height:11px;
	position:absolute;
	top:3px;
	left:0;
	background:transparent url(../design_img/arrowLeftDark.gif) 0 0 no-repeat;
}
/*.jcarousel-prev:hover{background-position: -47px 0;}
.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover{background-position: -93px 0;}*/
.jcarousel-next, .jcarousel-prev{cursor:pointer;}
