body {
	font-family:			Helvetica, Verdana, Arial, sans-serif;
	margin:					0;
	padding:				0;
	font-size:				12px;
}

h1 {
	margin-bottom:			8px;
	font-size:				18px;
}
		
h2 {
	margin-top:				10px;
	font-size:				24px;
}

a{
	color:					#d23789;
	text-decoration:		none;
	outline:				none;
}
		
a:hover{
	text-decoration:		underline;
}

fieldset {
	display:				none;
}

#transition {
	width:					100%;
}

#showtitle2 {
	z-index:				3;
	position:				absolute;
	bottom:					5%;
	right:					5%;
	background:				#262626 no-repeat 90%;
	display:				none;
	color:					#fff;
	padding:				10px;
	/*height:					200px;*/
	width:					300px;
	border:					1px solid #4f4f4f;
}

#showtitle { 
    position:absolute;
	z-index:75;
    bottom:40px;
    right:40px;
    padding: 15px;
	width: 300px;
    background: white; 
    font: 14px/1.8 Helvetica, Verdana, sans-serif;

	box-shadow:			0px 0px 25px #888888;
	-webkit-box-shadow:	0px 0px 25px #888888;
	-moz-box-shadow:	0px 0px 25px #888888;

	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.title {
	margin:0;
}

.title p {
	margin:0;
}

#superbgimage {
	display:				none;
	background:				#fff url('superbgloading.gif') center center no-repeat;
}

#superbgimage img {
	image-rendering:		optimizeQuality;
	-ms-interpolation-mode:	bicubic;
}

#arrow-right {
	position:				absolute;
	margin-top:				-85px;
	top:					50%;
	right:					5%;
	z-index:				5;
}

#arrow-left {
	position:				absolute;
	margin-top:				-85px;
	top:					50%;
	left:					5%;
	z-index:				5;
}

#navigation {
	font-size:				16px;

}

#powered {
	position:				absolute;
	bottom:					10px;
	left:					10px;
	font-size:				9px;
}