/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 700px;	 
	width: 100%;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.vertical .items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.vertical .items div {
	border-bottom:1px solid #ddd;
	margin:3px 0;
	padding:3px;
	font-size:12px;
}


.vertical .items table {
	font-size:12px;
}
/* the action buttons above the scrollable */
#actions {
	width:700px;
	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;
}	







.scrollbanner {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 300px;
	height:80px;
	/* custom decorations */
}
.scrollbanner .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollbanner div.t {
    float:left; 
    display:block; 
    width:300px; 
    cursor:pointer; 
    font-size:12px; 
	text-align: center; 
	height:80px;
}


.scrollbanner div.t {
    float:left; 
    display:block; 
    width:300px; 
    cursor:pointer; 
    font-size:12px; 
	text-align: center; 
	height:80px;
}

.scrollbanner div.t {
    float:left; 
    display:block; 
    width:300px; 
    cursor:pointer; 
    font-size:12px; 
	text-align: center; 
	height:80px;
}


/* active item */
.scrollbanner .active {
	border:1px #ddd dotted;-moz-border-radius:6px; -webkit-border-radius:6px;
	z-index:1;
	position:relative;
}










.scrolline {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:80px;
	/* custom decorations */


}
.scrolline .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}



.scrolline div.t {
    float:left; 
    display:block; 
    width:100px; 
    cursor:pointer; 
    font-size:12px; 
	text-align: center; 
	padding-left: 8px;
	padding-right: 8px;
	height:80px;
	border-right: 1px #ccc dotted;
	
}

/* active item */
.scrolline .active {
	border:1px #f00 dotted;
	-moz-border-radius:6px; -webkit-border-radius:6px;
	z-index:1;
	position:relative;
}





.scrolline2 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:40px;
	/* custom decorations */
}
.scrolline2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrolline2 div.t {
    float:left; 
    display:block; 
    width:100px; 
    cursor:pointer; 
    font-size:12px; 
	text-align: center; 
	padding-left: 8px;
	padding-right: 8px;
	height:40px;
	border-right: 1px #ccc dotted;
	
}

/* active item */
.scrolline2 .active {
	border:1px #f00 dotted;
	-moz-border-radius:6px; -webkit-border-radius:6px;
	z-index:1;
	position:relative;
}



.scrolline3 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:180px;
	/* custom decorations */
}
.scrolline3 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrolline3 div.t {
    float:left; 
    display:block; 
    width:170px; 
    cursor:pointer; 
    font-size:12px; 
	text-align: center;
	
	margin-left: 8px;
	margin-right: 8px;
	height:160px;
	
}

/* active item */
.scrolline3 .active {
	border:1px #f00 dotted;
	-moz-border-radius:6px; -webkit-border-radius:6px;
	z-index:1;
	position:relative;
}
