div.jContent
{
	float: left;
		
}

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;	
}

div.jContent a.hide
{
	visibility: hidden;
}

/* horizontal */
div.jc-horizontal
{
	margin: 25px 10px 20px 10px; 
}


div.jc-horizontal a
{
	width: 35px;
	height: 34px;
}


div.jc-horizontal a.prev
{
	margin: 55px 10px 0px 0px;
	background: url('../img/arrows/wleft.png.html') no-repeat;
}

div.jc-horizontal a.prev:hover
{
	background: url('../img/arrows/bleft.png.html') no-repeat;
}

div.jc-horizontal a.next
{
	margin: 55px 0px 0px 10px;
	background: url('../img/arrows/wright.png.html') no-repeat;
}

div.jc-horizontal a.next:hover
{
	background: url('../img/arrows/bright.png.html') 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.html') no-repeat top center;
}

div.jc-vertical a.prev:hover
{
	background: url('../img/arrows/bup.png.html') no-repeat top center;
}

div.jc-vertical a.next
{
	margin: 5px 0px 0px 0px;
	background: url('../img/arrows/wdown.png.html') no-repeat top center;
}

div.jc-vertical a.bottom-arr:hover
{
	background: url('../img/arrows/bdown.png.html') no-repeat top center;
}

/* auto and circle */
div.jc-auto
{
	margin: 0; 
}


div.js-circle
{
	
}

