@charset "utf-8";
/* CSS Document */
body{margin:0px; background-color:#3e3e3e;}
img{border:none;}
h1, h2, h3, h4, h5, h6, h7{font-size:20px; color:#00e6ff; font-family:Arial, Helvetica, sans-serif; font-weight:normal; margin:0px 0px 14px -2px;}
p{margin:0px;}
p, div, span, td{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; line-height:20px;}
#footer{font-size:10px;}
#footer-links a{font-size:10px; color:#ffffff; text-decoration:none;}
#footer-links a:hover{text-decoration:underline;}
a{color:#84bbff; text-decoration:none;}
a:hover{text-decoration:underline;}
/* Class */
.hidden {display:none;}

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

	/* vertical scrollers have typically larger height than width */	
	height: 230px;	 
	width: 146px;
}

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

/* single scrollable item */

/* the action buttons above the scrollable */

#actions a {	
	cursor:pointer;
}

.disabled {
	visibility:hidden;		
}
.next { cursor:pointer;}
.prev { cursor:pointer;}
#cursor { cursor:pointer;}
#video-links a{ color:#FFFFFF;}
#video-links a:hover{ color:#FFFFFF; text-decoration:underline;}
