.scrollable {
	position:relative;
	overflow:hidden;
	width: 984px;
	height:464px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable .active {
	z-index:9999;
	position:relative;
}
.items .related_items { 
    float:left; 
	width:195px;
	text-align:center;
	padding:1px;
} 
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/tabs/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
}
a.browse2 {
	background:url(/images/tabs/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; } 

/* left */
a.left { margin-left: 0px; } 
a.left:hover { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down { 
	background:url(/images/tabs/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; } 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

ul.tabs { 
	z-index:99;
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:32px;
	width:992px;
	background-image: url(/images/table_topmid.gif);
	background-position:0px 29px;
	background-repeat:repeat-x;
	top:20px;
	z-index:4;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs .txt{
	height:32px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	display:block;
	margin-top:5px;
	position:absolute;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/images/tabs/unselected.jpg);
	display:block;
	height:32px;
	width:214px;
	padding:0px;
	margin:0px;	
	position:relative;
	font-size:17px;
	color:#fff;
	text-decoration:none;
	text-transform: capitalize;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: url(/images/tabs/unselected.jpg);
	text-decoration:underline;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: url(/images/tabs/selected.jpg);
	cursor:default !important; 
	color:#34507F;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling */
div.panes > div {
	display:none;
	/*height:500px;*/
}

