	
/* selected tab */
ul.tabs a.current {
	background-color:#fff;
	cursor:default;
}

	
/* panes */
.panes div {
	display:none;
	height:380px;
}

.panes div div {
	display:block;
}

.pane { position: relative }

.pane .image-box {
	width:254px;
	height:380px;
	float:left;
	overflow: hidden;
}

.pane .text-box {
	width:266px;
	float:right;
}

.pane h5 {
	color: #bd4715;
}

.pane h6 {
	color: #d25a1e;
}


/* more button */

.pane a.more, .pane a:visited.more { 
	position: absolute;
	top: 355px; 
	right: 0; 
	text-indent: -9999px;
	background: url(../images/more-button.png) no-repeat 50% 0;
	border: 0;
	display: block;
	width: 44px;
	height: 25px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

.pane a:hover.more { 
	background-position: 50% -25px;
}


.jsl-thumb a {
	display: block;
	line-height: 15px;
	text-align: center;
}