p
{
	padding: 5px 20px 0px 20px;	
}


p.header
{
	font-weight: bold;	
	clear: both;
	font-size: 18px;
	color: #7f8ba2;
}

p.title
{
	font-weight: bold;	
	clear: both;
	font-size: 16px;
}

p.ajax-loader
{
	text-align: center;
	margin: 70px 0px 70px 0px;
	padding: 0px 0px 0px 0px;
}


/* jContent demos */
#demo1.jc-horizontal a.prev,
#demo1.jc-horizontal a.next,
#demo7.jc-horizontal a.prev,
#demo7.jc-horizontal a.next
{
	margin-top: 70px;
}

.jContent div.slides
{
	height: 270px;
	border: 5px solid #cccccc;
}

.jContent p.title
{
	padding: 10px 20px 0px 25px;
	font-weight: bold;
	font-size: 16px;
}

.jContent p.txt
{
	padding: 10px 20px 0px 20px;
	font-size: 14px;
}

.jContent p.txt img
{
	float: left;
	display: block;
	border: 5px solid #ffffff;
	margin: 0px 15px 5px 0px;
}








div.jContent
{
	float: center;
		
}

div.slides
{
	background-color: #e6e5e0;	
}

div.jContent p
{
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}

div.jContent a
{
	float: center;
	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') 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;
}

/* vertical */
div.jc-vertical
{
	margin: 10px 10px 20px 55px; 
}


div.jc-vertical a
{
	width: 845px; 
	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: 0px 0px 0px 0px; 
}


div.js-circle
{
	
}

