

html{
	margin: 0;
	padding: 0;
}
body{
	background: #e6e7e9 url(../img/lightbox_top_bg.gif) -1px top no-repeat;
	color: #e2e2e2;
	font-family: arial;
	margin: 0;
	padding: 4px 0 0 0; 
}
a{
	outline:none;
}
a img{
	border: 0;
	margin: 0;
	padding: 0;
}
#lightBox{
	width: 738px;
	padding: 8px 5px 38px 4px;
	background: #010101 url(../img/lightbox_bottom_bg.gif) -1px bottom no-repeat;	
	position: relative;
}
#lightBox h1{
	margin: 0;
	padding-bottom: 9px;
	padding-left: 5px;
	font-size: 9px;
}
#mainImageContainer{
	height: 340px;
	width: 740px;
	margin-bottom: 9px;
	text-align: center;
}
#thumbnails{
	width: 740px;
	overflow-x: hidden;
	height: 98px;
	margin-left:3px;
}
#thumbnails div.frame{
	width: 740px;
	height: 90px;
}
#thumbnails a{
}
#thumbnails a img{
	padding-left: 0px;
	padding-right: 2px;
}
#leftArrow{
	left: 335px;
	bottom: 8px;
	position: absolute;
	}
#rightArrow{
	position: absolute;
	left: 368px;
	bottom: 8px;
}
div.images #embedCodeButton{
	bottom: 3px;
	right: 3px;
	position: absolute;
}
div.images #embedCode{
	display: none;
	bottom: 20px;
	right: 20px;
	position: absolute;
}
div.images #embedCode input{
	width: 490px;
	color: #e6e7e9;
	background-color: #060606;
	border: 1px solid #e6e7e9;
}
#player {
	width: 740px;
	height: 475px;
}
div.videos{
	height: 500px;
}
div.videos #embedCodeButton{
	bottom: 6px;
	right: 3px;
	position: absolute;
}
div.videos #embedCode{
	display: none;
	bottom: 20px;
	right: 20px;
	position: absolute;
}
div.videos #embedCode input{
	width: 490px;
	color: #e6e7e9;
	background-color: #060606;
	border: 1px solid #e6e7e9;
}
#uploadYourVideoButton{
	bottom: 10px;
	left: 235px;
	position: absolute;
}
div.videos #logo{
	bottom: 1px;
	left: 4px;
	position: absolute;
	width: 200px;
	height: 40px;
	background: #000 url(../img/videobox_logo.gif) 2px 5px no-repeat;
}