/* Standard Template */
#jcepopup-container {
	background-color: #ffffff;
}
#jcepopup-loader {
	background: url(../img/loader.gif) no-repeat center center;
}
#jcepopup-info {}
#jcepopup-closelink {
	width: 20px;
	height: 20px;
	background: #cccccc url(../img/close.png) no-repeat;
	bottom: 0px;
	right: 10px;
	position: relative;
	float: right;
	border: none;
}
#jcepopup-container a {
 color: #930f7e;
}

#jcepopup-container a:visited {
 color: #96857b;
}

#jcepopup-container a:hover {
 color: #98D3D6;
}

#jcepopup-container a.suite, a:visited.suite, a:active.suite, a:link.suite {
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	background:#95847a;
	color:#FFFFFF;
	padding:0px 5px;
	letter-spacing:0px;
}

#jcepopup-container a:hover.suite {
	text-decoration: none;
	background:#92117e;
}

#jcepopup-container h1 {
font-weight: bold;
font-size: 10px;
color: #92117e;
margin-bottom: 20px;
}
#jcepopup-container h2 {
font-weight: normal;
font-size: 12px;
color: #92117e;
text-transform: uppercase;
}
#jcepopup-container h3 {
font-weight: normal;
font-size: 11px;
color: #92117e;
margin-bottom: 20px;
}

#jcepopup-container h4 {
font-weight: normal;
 	color: #92117e;
 font: 14px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
margin-bottom: 3px;
margin-top: 0px;
}

#jcepopup-container h5 {
font-weight: normal;
 	color: #92117e;
 font: 16px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
margin-bottom: 2px;
}


#jcepopup-nav {
	line-height: 20px;
	padding: 10px;
}
#jcepopup-prev, #jcepopup-next {
	width: 20px;
	height: 20px;
	position: absolute;
	border: none;
	background-color: #cccccc;
	background-repeat: no-repeat;
}
#jcepopup-closelink:hover, #jcepopup-prev:hover, #jcepopup-next:hover {
	background-color: #333333;
}
#jcepopup-prev{
	background-image: url(../img/prev.png);
	left: 10px;
}
#jcepopup-next {
	background-image: url(../img/next.png);
	right: 10px;
}
span#jcepopup-numbers {
	text-align:center;
	display: block;
}
span#jcepopup-numbers a {
	border: none;
	display: inline-block;
	margin: 0px 1px;
	width: 20px;
	height: 20px;
}
span#jcepopup-numbers a:active, span#jcepopup-numbers a:visited, span#jcepopup-numbers a:link, span#jcepopup-numbers a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}
span#jcepopup-numbers a:hover {
	color: #333333;
}
span#jcepopup-numbers a.active {
	cursor: default;
	color: #333333;
	font-size: 1.2em;
}
#jcepopup-caption {
	padding: 0px 30px 0px 10px;
	min-height: 20px;
}
#jcepopup-caption h4 {}
#jcepopup-caption p {}
