.portlet-gallery .scroll-btn{ 
	width:20px;
	height:46px; 
}

.portlet-gallery .scroll-btn a{ 
	display:block;
	width:20px;
	height:46px;
	text-indent:-999em;
}

.portlet-gallery .scroll-btn:hover{
	background-position:0 -50px;
}

.portlet-gallery .arrow-pre{
    background:url(images/arrow_pre.png) no-repeat 0 0;
}

.portlet-gallery .arrow-next{
    background:url(images/arrow_next.png) no-repeat 0 0;
}

.portlet-gallery .scroll-list span, .portlet-gallery .scroll-list .imgitem{
    float:left;
	margin:0px;
	padding:0px;
	display:inline-block;
}

.portlet-gallery .scroll-list span.hover a, .portlet-gallery .scroll-list .imgitem.hover a{
    border:1px solid #FF0000;
}

.portlet-gallery .scroll-list span a, .portlet-gallery .scroll-list .imgitem a{
    display:block;
	border:1px solid #909090;
	padding:0px;
}

.portlet-gallery .scroll-list span a:hover, .portlet-gallery .scroll-list .imgitem a:hover{
    border-color:#000;
}

.portlet-gallery .scroll-list span img, .portlet-gallery .scroll-list .imgitem img{
    margin:1px;
	border:none;
}


/*horizonal*/
.portlet-gallery-h .big-img{
  text-align:center;
}

.portlet-gallery-h .big-img img{
}

.portlet-gallery-h .scroll-btn{
  float:left;
  margin-top:7px;
}

.portlet-gallery-h .portlet-gallery .scroll-list{
    margin:0px;
		padding:0px;
}


/*vertical*/
.portlet-gallery-v .scroll-btn,.portlet-gallery-v .scroll-btn a{
	width:46px;
	height:20px;
}

.portlet-gallery-v .scroll-btn:hover{
    background-position:-4px 50%;
}

.portlet-gallery-v .arrow-pre{
    background:url(images/arrow_up.png) no-repeat -54px 50%;
}

.portlet-gallery-v .arrow-next{
    background:url(images/arrow_down.png) no-repeat -54px 50%;
}

.portlet-gallery{
	position:relative;
}

.portlet-gallery  #big_title{
	position:absolute;
	height:30px;
	line-height:30px;
	background:#000;
	font-size:14px;
	opacity:0.7;
	filter: alpha(opacity=70);
	color:#FFF;
}

.portlet-gallery  #big_title_text{
	padding-left:10px;
}

.portlet-gallery  #room_book_btn{
	padding-right:10px;
}

.portlet-gallery  #room_book_btn a{
	color:#FFF;
}


/*single*/
.portlet-gallery-s{
	 position: relative;
}
	
.portlet-gallery-s .scroll-btn{
	position: absolute;
	z-index:99999999;
}

.portlet-gallery-many {	background: url(images/box_bg.png) 0 0 repeat-x; }