body{
	overflow: hidden !important;
}

div#videos {
	padding-left: 18px;
}

/*object {
	position:relative;
	float:left;
	margin-left:1px;
	display:inline;
}*/


div#gallery {
	padding-left: 10px;
	padding-top: 10px;	
}

div#gallery p{
	padding-left: 10px;
	padding-right: 25px;
}

div.gallery_player {
	padding-top:5px;
	padding-left:10px;
	float: left;
	width: 410px;
}


div.info {
	padding-top: 5px;
	font-weight: bold;
	font-size: smaller;
}

div#description {
	float:left;	
	width:390px;
	height:70px;
	overflow: auto;
	font-size: smaller;
	padding-left: 10px;
}

div.thumbs {
	float: left;
	width: 360px;
	padding-top: 5px;
}

div.item {
	width: 100%;
	overflow: hidden;
	padding-bottom:7px;
}


div.thumb {
	float: left;
	border:1px solid black;
}

div.description {
	float: left;
	width: 230px;
	height: 85px;
	padding-left:10px;

}

div.description h2 {
	font-size: 12px;
	font-weight:bold;
	color: white;
	padding: 0px;
	margin: 0px;
}

div.description p {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px;
	color: white;
	/*overflow: auto;
	height: 50px;*/
}

div.player_container {
	border: 1px solid black;
	background-color: #595959;
	width: 785px;
	height: 375px;
	padding: 20px;
}

div.description  a, div.description a:visited {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

div.description a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a#downloadbutton {
	display: block;
	margin-left: 0px;
	margin-top: 5px;	
}