
div.jp_container {
	margin: 10px 0 !important; 
	width: 99%
}	

div.joinPosts_panes {
	clear: left;	
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #e3e3e3;
	width: 100%;
}
	
/* tab pane */
div.joinPosts_panes .tb {
	display:none;
	padding:8px 15px;
	background-color:#ffffff;
}

ul.joinPosts {  
	margin:0 !important; 
	padding:0;
	font-family: tahoma, arial, verdana, sans-serif;
}

/* single tab */

ul.joinPosts li {  
	float:left;	 
	padding:0 !important; 
	margin:0 !important;  
	list-style-type:none !important;
}

/* link inside the tab. uses a background image */
ul.joinPosts a { 
	float:left;
	font-size: 13px;
	font-family: tahoma, arial, verdana, sans-serif;
	display:block;
	padding:0 6px !important;
	text-align: center;	
	text-decoration:none;
	color:#333 !important;
	margin-right: 2px !important;
	background: #f2f2f2 url('images/h30.png') repeat-x 0 0;
	position:relative;
	outline: none;
	height: 26px  !important;	
	line-height: 26px !important;
	border: 1px solid #e3e3e3	
}

ul.joinPosts a:hover {
	background-color:#9DCF18 !important;
	color:#ffffff !important;
}
	
/* selected tab */
ul.joinPosts a.current {
	background-color:#D33717 !important;
	color:#ffffff !important;	 
	
	cursor:default;
}

ul.joinPosts li:before{
	content: none !important;	
}  
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.jp_scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 88%; 
    height:26px !important; 
	line-height: 26px !important;	
    float: left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
ul.joinPosts  { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.jp_container a.prev, div.jp_container a.next {
	margin-top:4px;	
}
/* prev, next */
div.jp_container a.prev, div.jp_container a.next {
	width:18px;
	height:18px;
	float:left;
	cursor:pointer;
	font-size:1px;
}
div.jp_container a.prev {
	margin-right: 3px;
}
div.jp_container a.next {
	margin-left: 3px;
}	
div.jp_container a.prev {
	background:url(images/left.png) 0 -18px no-repeat;
}
div.jp_container a.next {
	float: right;
	background:url(images/right.png) 0 -18px no-repeat;
	clear:right;	
} 
div.jp_container a.prev:hover {
	background-position:0 -18px;		
}
div.jp_container a.next:hover {
	background-position: 0 -18px;		
}
/* disabled navigational button */
div.jp_container a.prev.disabled {
	background:url(images/left.png) no-repeat;
	cursor: default;
}
div.jp_container a.next.disabled {
	background:url(images/right.png) 0 0 no-repeat;
	cursor: default;
}

.title_joinPosts {
	line-height: 30px !important;
	background-color: #464646;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 10px !important;
	color: #fff !important;
	font-size: 1.2em !important;
}
.jp_loading {
	display: none;
	text-align: right;
	height: 16px;
	line-height: 16px;
}