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: 0px 0px 0px 0px; 
}


div.jc-horizontal a
{
	width: 17px;
	height: 17px;
}


div.jc-horizontal a.prev
{
	margin: 0px 0px 0px 150px;
	background: url('/images/new/Arrow_slide/bLeft.png') no-repeat;
	float:left;
}

div.jc-horizontal a.prev:hover
{
	background: url('/images/new/Arrow_slide/bLeft.png') no-repeat;
}

div.jc-horizontal a.next
{
	margin: 0px 15px 0px 10px;
	background: url('/images/new/Arrow_slide/bRight.png') no-repeat;
	float:right;
}

div.jc-horizontal a.next:hover
{
	background: url('/images/new/Arrow_slide/bRight.png') no-repeat;
}

/* vertical */
div.jc-vertical
{
	/*margin: 10px 10px 20px 55px; */
}


div.jc-vertical a.prev, a.next
{
	width: 16px; 
	height: 30px;
}

div.jc-vertical a.prev
{
	margin: 0px 25px 0px 0px;
	background: url('/images/new/Arrow_slide/wup.png') no-repeat top center;
	float:right;
}

div.jc-vertical a.prev:hover
{
	background: url('/images/new/Arrow_slide/bup.png') no-repeat top center;
}

div.jc-vertical a.next
{
	margin: 0px 10px 0px 0px;
	background: url('/images/new/Arrow_slide/wdown.png') no-repeat top center;
	float:left;
}
div.jc-vertical a.next:hover
{
	 
	background: url('/images/new/Arrow_slide/bdown.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
{
	
}

