div.jContent
{
	float: left;
		
}


div.jContent p
{
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}

div.jContent a
{
	float: left;
	display: block;	
}

div.jContent a.hide
{
	visibility: hidden;
}

/* horizontal */
div.jc-horizontal
{
	margin: 10px 10px 20px 10px; 
}


div.jc-horizontal a
{
	width: 35px;
	height: 34px;
}

div.slides a
{
	width: 300px;
	height:30px;
	
}

div.jc-horizontal a.prev
{
	margin: 80px 10px 0px 0px;
	background: url('../images/wleft.png') no-repeat;
}

div.jc-horizontal a.prev:hover
{
	background: url('../images/bleft.png') no-repeat;
}

div.jc-horizontal a.next
{
	margin: 80px 0px 0px 10px;
	background: url('../images/wright.png') no-repeat;
}

div.jc-horizontal a.next:hover
{
	background: url('../images/bright.png') no-repeat;
}


.jcontentArea
{
width:390px; 
height:210px;
}

#jcontentAreaHeader
{
width:390px; 
height:30px;

}

#jcontentAreaHeader p
{
color:#000000;
font-size:14px;
font-weight:bold;
padding:7px 10px 0px 10px;
}

.jcontentAreaBody
{
width:390px;
height:210px;

}


.jcontentAreaBody ul
{
list-style:none;
margin-top:0px;
padding-top:8px;
margin-left:-20px;
}

.jcontentAreaBody ul li
{
width: 390px;
}
