* {
	margin:0;
	padding:0
}

body {
	background:#000;
	font-family:'Lucida Sans Unicode',Arial,sans-serif;
	color:#FFF;
	align:center;
	text-align:left;
	padding:0;
	font-size:small;
}

h2 {
	clear:right;
	margin-bottom:20px;
	margin-left:6px;
}

h3 {
	clear:right;
	margin-top:6px;
	margin-left:6px;
}

#slide-mask {
	position:relative;
	left:0;
	margin:0;
	padding:0;
	width:320px;
	height:480px;
	overflow:hidden;
}

#slide-images {
	position:relative;
	left:0;
	width:3200px;
	height:480px;
}

#slide-images img {
	float:left;
	width:320px;
	height:480px;
}

#slide-thumbs {
	position:relative;
	width:320px;
	height:48px;
}

#slide-thumbs img {
	width:32px;
	height:48px;
	cursor:pointer;
	margin:0 9px 0 9px;
}

#slide_descriptions-top {
	margin-top:10px;
	height:42px;
}

#slide_descriptions-bottom {
	height:48px;	
}

#slide_descriptions {
	height:390px;
}

.slide-description {
}

.slide-description-title {
	margin:6px;
}

.slide-description-text {
	margin:10px;
}

.phone-width-center {
	width:320px;
	margin:0px auto;
}

.phone-width-left {
	width:320px;
	float:left;
}

.phone-width-right {
	width:320px;
	float:right;
}

#centered-side-by-side {
	min-width:320px;
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.news {
}

p {
	margin: 10px;
}

ul {
	margin-left: 30px;
	margin-right: 10px;
}

.answer {
	margin-left: 20px;
	color: cccccc;
}