.classname {
	display:none;		
	padding:15px 10px;
	border-top:0;
	height:125px;
	font-size:14px;
	background-color:#fff;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #a2a2a2;
}
#panespage {
	width:976px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	overflow:hidden;

}
/* root element for tabs  */
ul.tabs {
	list-style:none;
	padding:0px;
	height:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0px;
	list-style-image:none !important;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	-moz-border-topright-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-topleft-radius:4px;
	-webkit-border-top-left-radius:4px;
	border:1px solid #a2a2a2;
	background-color:#F7F7F7;
	font-size:11px;
	display:block;
	height: 28px;
	line-height:28px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {

}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {	
	cursor:default !important; 
	color:#000 !important;
	border-bottom-style:none;
	background-color:#FFF;
	height:29px;
}




/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 370px;	 
	width: 322px;

}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {

}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:322px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
position:relative;
	overflow:hidden;
	width: 852px;
	height:122px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5D5D5;
	border-left-color: #D5D5D5;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */


/* active item */
.scrollable .active {

	z-index:9999;
	position:relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top: 46px;
	margin-right: 10px;
	margin-bottom: 46px;
	margin-left: 10px;
}

/* right */
a.right 				{
	background-position: 0 -30px;
	clear:right;
}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ 
} 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/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;		
} 	
/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
/* single scrollable item */
.scrollable .test {
	float:left;
	cursor:pointer;
	width:102px;
	height:100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 16px;
	text-align: center;
	padding-top:10px;
	color: #666;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #F7F7F7;
}
.test img {
	height:70px;
	width:100px;
	margin-top:0px;
	border: 1px solid #D5D5D5;

}
#scrollwrapper {
	height:120px;
	width:974px;

	background-repeat: repeat-x;

}
