﻿body
{
color: white;
font-family: helvetica;
}

#wrap{
	width:290px;
	height:320px;
	z-index:555;
}

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#pre_btn{
	width:35px;
	height:35px;
	margin-top:120px;
	position:absolute;
	z-index:9999;
	cursor: pointer;
}

#next_btn{
	width:35px;
	height:35px;
	margin-top:120px;
	margin-left:255px;
	position:absolute;
	z-index:9999;
	cursor: pointer;
}

#jFlowSlide {}

#con{
	width:100%;
	background-image:url(images/black-bg.png);
	padding:10px;
	position:absolute;
	margin-top:275px;
}

	#con p{
		margin-bottom:0 !important;
	}

	#con h1{
		font-size:12px;
		text-transform:uppercase;
		font-weight:bold;
	}
