body 
{
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.page {
	float:left;
	width:875px;
}

#player
{
	display:block;
	width:580px;
	height:320px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	background: black;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;	
	margin-top:100px;
	cursor:pointer;
	font-size:1px;
}

a.movie {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;	
	margin-top:145px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				 
{
	background-position: 0 -30px;
	clear:right;
	margin-right: 0px;
	float:right;	
}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				
{
	 margin-left: 0px;
	 float:left; 
} 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/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;		
} 	


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 875px;
	height:240px;

	/* custom decorations 
	border:1px solid #ccc;
	background:url(../images/h300.png) repeat-x;*/
}

/*
	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
.scrollable img {
	float:left;
	margin:20px 5px 20px 41px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}*/
.video
{
	float:left;
	/*margin:45px 40px;*/
	margin-top:45px;
	margin-left:38px;
	margin-right:38px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:136px;
	height:100px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.video img
{
	cursor:pointer; 
	cursor:hand;
}

.video .name
{
	margin-top:10px;
	font-family:helvetica,tahoma,arial;
	font-size:11px;
	color:black;
}
.video .author
{
	font-family:helvetica,tahoma,arial;
	font-size:11px;
	color:Gray;
}

.video .date
{
	font-family:helvetica,tahoma,arial;
	color:#2793D7;
	font-size:11px;
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/*second scrollable*/

.scroll {
		position:relative;
		overflow:hidden;
		width: 394px;
		height: 266px;
		float:left;
	}
	
	/* root element for the scroll pics */
	.scroll .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div {
		float:left;
		cursor:pointer;
		width:400px !important;
		height:300px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	.scroll.active {
	
	}


