#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #cccccc;
}

#pageslide-content {
}

#pageslide-content h2 {
    color: #000;
	text-align: center;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom: 5px;
}