body {
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

p, span {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: Times, "Times New Roman", Georgia, Times, serif;
}

p.heading {
	font-size: 17px;
}

p.list {
	font: 11px/16px Verdana, sans-serif;
}

#close {
	position: absolute;
	top: 20px;
	right: 20px;
}

#content {
	position:absolute;
	top: 50%;
	left: 50%;
	width:900px;
	height:550px;
	margin-top: -295px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #000;
	padding-top: 40px;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-1 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 900px;
	height: 476px;
}
#fade-example-1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	width: 900px;
	height: 550px;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
#fade-example-1-next {
	right: 45%;
	top: 90%;
}
#fade-example-1-previous {
	left: 45%;
	top: 90%;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

.padding {
	padding: 20px;
}

.left {
	float: left;
	width: 50%;
}

.right {
	width: 50%;
	float: right;
}