body {
	background: url(../images/background_4.png) repeat scroll 0 0;
	font-family: Helvetica, Garamond;
	font-size: 62.5%;
	text-align: center;
}
.centered {
	margin: 0 auto;
	text-align: left;
	width: 850px;
}
.header {
	background: transparent url(../images/background_content_header1.png) no-repeat scroll 0 0;
	height: 90px;
	margin-top: 10px;
	width: 850px;
}
.container {
	background: transparent url(../images/background_content.png) repeat-y scroll 0 0;
	font-size: 1.75em;
	position: relative;
}
.footer {
	background: transparent url(../images/background_content_footer.png) no-repeat scroll 0 0;
	height: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	width: 850px;
	text-align: center;
}
.buynow {
	position: absolute;
	top: -100px;
	right: -50px;
}
.iphone {
	background: url(../images/iphone.png) no-repeat scroll 0 0;
	float: left;
	height: 770px;
	position: relative;
	width: 414px;
}
#MySlideShow {
	/* background: red; */
	height: 480px;
	left: 47px;
	position: absolute;	
	top: 139px;
	width: 320px;
}
.content {
	/* background: red; */
	float: left;
	width: 414px;
}
.content-padding {
	padding: 10px;
}
h1 {
	font-size: 1.5em;
	padding: 25px 0 10px;
}
h3 {
	color: #555;
	padding: 10px 0 5px;	
}
p {
	line-height: 1.3em;
	padding: 10px 0;
}

a {
	color: #005DB3;
}

.list {
	list-style: disc;
	margin-left: 20px;	
}
.list li {
	padding: 5px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.cj_slideshow_pause_wrapper {
	background: #fff;
	opacity: .8;
	padding: 5px;
}