/* picssel.com - 22 Mar 2010 
 * style for new home 
 * all style for div#new-home container
 */
#new-home {
	width: 760px;
	margin: 50px auto;
	clear: both;
	padding: 0;
}
#new-home  a{
	outline: none;
}
#new-home p{
	margin: 0;
	padding: 0;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align:justify;
	line-height:18px;
}
#new-home li {
	font-family:"Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 12px;
}
#nh-left, 
#nh-right {
	width: 370px;
}
#nh-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}
#moviescreen {
	width: 352px;
	height: 260px;
	display: block;
	background: #000;
	border: solid 1px #ccc;
	padding: 3px;
}

/* 
 * videos scroll menu 
 */
#new-home .scroll {
	border: solid 1px #ccc;
	padding: 3px;
}
#new-home div.scroll {
/*Set it so we could calculate the offsetLeft */
	position: relative;
	height: 110px;
	width: 95%;
	overflow: auto;
	background: #fff;
	margin-top: 5px;
}
#new-home ul.select {
	display: block;
	height: 110px;
/*max width here, for users without javascript */	
	width: 5000px;	
	padding: 0px 0 0 15px; 
/*removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
#new-home .select li{
	display: block;
	float: left;	
	padding: 0 4px;
}
#new-home .select a { 
	display: block;
	text-decoration: none;
}
#new-home .select span  { 
	display: none;
	text-align: center;
	font-size: 12px;	
	color: #333;
}
#new-home .select  a:hover span  { 
	display: block;
}
#new-home .select img {
	border: 3px #fff solid;	
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
	width: 140px; height: auto;
	filter:alpha(opacity=65);	
	opacity: 0.65;	
}
#new-home .select a:hover img  {
	filter:alpha(opacity=100);	
	opacity: 1;
}
/* END scroll style */