div.jContent
{
/*	float: left;  LEO*/
	position:absolute;
	top:0px;
	left:0px;
		
}

div.slides
{	
/*	background-color: #e6e5e0;	*/
}

div.jContent p
{
/*	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;*/
}

div.jContent a
{
/*	float: left;	*/
	display: block;
	position:absolute;
	
}

div.jContent a.hide
{
	visibility: hidden;
}

/* horizontal */
div.jc-horizontal
{
/*	margin: 10px 10px 20px 10px; LEO*/
	margin:0px;
}


div.jc-horizontal a
{
	width: 35px;
	height: 34px;
}


div.jc-horizontal a.prev
{
/*	margin: 55px 10px 0px 0px;*/
	background: url('../img/arrows/wleft.png') no-repeat;
	left:0px;
	bottom:0px;
}
div.jc-horizontal a#au_2_lnav{
	left:-40px;
	bottom:10px;
	display:none;
}

div.jc-horizontal a.prev:hover
{
	background: url('../img/arrows/bleft.png') no-repeat;
}

div.jc-horizontal a.next
{
/*	margin: 55px 0px 0px 10px;   */
	background: url('../img/arrows/wright.png') no-repeat;
	right:0px;
	bottom:0px;	
}
div.jc-horizontal a#au_2_rnav{
	right:-30px;
	bottom:50px;	
}

div.jc-horizontal a.next#au_2_rnav{
	background: url('../img/arrows/about_arrow_over.png') no-repeat;
}

div.jc-horizontal a.next:hover
{
	background: url('../img/arrows/bright.png') no-repeat;
}
div.jc-horizontal a.next:hover#au_2_rnav
{
	background: url('../img/arrows/about_arrow.png') no-repeat;
}

/* vertical */
div.jc-vertical
{
	margin: 10px 10px 20px 55px; 
}


div.jc-vertical a
{
	width: 655px; 
	height: 34px;
}

div.jc-vertical a.prev
{
	margin: 0px 0px 5px 0px;
	background: url('../img/arrows/wup.png') no-repeat top center;
}

div.jc-vertical a.prev:hover
{
	background: url('../img/arrows/bup.png') no-repeat top center;
}

div.jc-vertical a.next
{
	margin: 5px 0px 0px 0px;
	background: url('../img/arrows/wdown.png') no-repeat top center;
}

div.jc-vertical a.bottom-arr:hover
{
	background: url('../img/arrows/bdown.png') no-repeat top center;
}

/* auto and circle */
div.jc-auto
{
	margin: 20px 0px 40px 63px; 
}


div.js-circle
{
	
}

