div.jContent
{
	float: left;
		
}

div.slides
{
	/*background-color: #e6e5e0;*/
	width:617px;	
}

div.jContent p
{
	padding: 0px 10px 0px 10px;	
	margin: 5px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
}

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

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

/* horizontal */
div.jc-horizontal
{
	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;
}

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;
}

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



