/* Light Template */

#jcepopup-frame {

	padding: 10px;

}

#jcepopup-container {

	background-color: #ffffff;

}

#jcepopup-loader {

	background: url(../img/loader.gif) no-repeat center center;

}

#jcepopup-content {

	padding: 10px;

}

#jcepopup-info-top {

	line-height: 20px;

	padding: 0px 0px 5px 0px;

	color: #ffffff;

}

#jcepopup-info-bottom {

	background-color: #ffffff;

	min-height: 30px;

	padding: 0 0 10px 0;

}

#jcepopup-closelink {

	width: 66px;

	height: 30px;

	background: url(../img/close.gif) no-repeat;

	bottom: 0px;

	right: 10px;

	position: relative;

	float: right;

	border: none;

}

#jcepopup-prev, #jcepopup-next {

	width: 63px; 

	height: 32px; 

	background-image: url(data:image/gif;); /* Trick IE into showing hover */ 

	display: block;

	z-index: 10003;

	position: absolute;

	top: 25%;

}

#jcepopup-prev {

	left : 10px;

}

#jcepopup-next {

	right : 10px;

}

#jcepopup-prev:hover, #jcepopup-prev:visited:hover {

	background: url(../img/prev.gif) no-repeat left top;

}

#jcepopup-next:hover, #jcepopup-next:visited:hover {

	background: url(../img/next.gif) no-repeat right top;

}

#jcepopup-caption {

	padding: 0px 35px 0px 10px;

	min-height: 20px;

}

#jcepopup-caption h4 {}

#jcepopup-caption p {}