/*CSS RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.sprite {
	display: block;
	height: 0;
	overflow: hidden;
}
img {
	border: none;
}
#content {
}
	#mobileheadercontainer {
		background: url(http://www.samsonpro.com/mobile/images/bg-header.gif) repeat-x center top;
		height: 57px;
	}
		a#sonypictures {
			background: url(http://www.samsonpro.com/mobile/images/logo.png) no-repeat center top;
			float: left;
			margin-left: 12px;
			padding-top: 55px;
			width: 59px;
		}
		#mobileheadercontainer h1 {
			background: url(http://www.samsonpro.com/mobile/images/title.png) no-repeat center top;
			padding-top: 55px;
			width: 174px;
		}
	#billboards {
	}
		#billboards a {
			display: block;
			height: 214px;
			overflow: hidden;
		}
	#flashcontent {
		clear: both;
		display: block;
		height: 214px;
		margin: 0 auto;
		text-align: center;
		width: 320px;		
	}
		#flashcontent ul {
			height: 214px;
			list-style:none;
			overflow: hidden;
		}
	ul#movies {
		list-style: none;
		margin: 0;
		padding-bottom: 2em;
	}
		ul#movies li {
			background: #F4F4F4 url(http://www.samsonpro.com/mobile/images/bg-movies.gif) repeat-x center top;
			border-top: 1px solid #D1D1D1;
			border-bottom: 1px solid #D1D1D1;
			clear: both;
			margin-bottom: 1px;

		}
			ul#movies li a.link {
				background: url(http://www.samsonpro.com/mobile/images/button-play-large.jpg) no-repeat right top;
				display: block;
				height: 100%;
				overflow: hidden;
				width: 100%;
				text-decoration: none;
			}		
			ul#movies li a.link img {
				float: left;
			}
			ul#movies li span.titlecontainer {
				color: #000000;
				display: block;
				float: left;
				margin: 10px 0 0 10px;
			}
			ul#movies li .titlecontainer span {
				display: block;
			}			
				ul#movies li .titlecontainer span.title {
					font-size: 1.1em;
					font-weight: bold;					
					text-transform: uppercase;
					width: 180px;
				}
				ul#movies li .titlecontainer span.date {
					color: #545454;
				}
/*****DEMO*****/
img#demo {
	width: 480px;
}