html { height: 100%; }

body { 
	height: 100%;
	margin: 0px;
	margin-left: auto;
	background-image: url('div-bkgrnd.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color:#000;
	font: 400 11px Helvetica, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
}

/*general links*/
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0;
}

a:hover, a:active, a:focus {
	color: #666;
	text-decoration: none;
	outline: 0;
}

/*general images*/
img {
	border:0px;
}

#flash_player {
	width:540px;
	height:396px;
}

#titleBar {
	width:540px;
	height:16px;
	margin-bottom:10px;
}

#videotitle {
	float:left;
}

#videotitle img {
	padding-top:2px;;
}


#share {
	float:right;
}

/*carousel and button wrapper*/
#buttonNavWrapper {
	/*width:632px;*/
	width:540px;
	height:92px;
	margin:38px auto 0px auto;
	text-align:center;
	/*background-color:pink;*/
}

/*container for PREV button*/
#buttonHolderLeft {
	width:47px;
	height:110px;
	margin:0px;
	float:left;
	display:inline;
	background-color:blue;
}

/*container for NEXT button*/
#buttonHolderRight {
	width:47px;
	height:110px;
	margin:0px;
	float:right;
	display:inline;
	background-color:red;
}

/*carousel holder*/
#videoNav {
	/*width:537px;*/
	width:540px;
	height:110px;
	margin:0px;
	float:left;
	text-align:center;
	overflow:hidden;
	/*background-color:green;*/
}

/*carousel UL*/
#videoNav ul {
	width:540px;
	height:110px;
	margin:0px;
	padding:0px;
}

/*carousel thumbs*/
#videoNav ul li {
	display: inline;
	height:110px;
	margin-right:63px;
}

/*carousel holder that jquery calls*/
.divNav {
	width:540px;
	height:110px;
	margin:0px;
}

/*
button.prev {
	display:inline;
	float:left;
	height:auto;
	vertical-align:middle;
}

button.next {
	display:inline;
	float:right;
	height:auto;
	vertical-align:middle;
}
*/
