/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ceebox specific background images <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* #cee_closeBtn 		{ background-image: url(../images/cee-close-btn.png); } */
#cee_next 			{ background-image: url(../images/cee-next-btn.png); }
#cee_prev 			{ background-image: url(../images/cee-prev-btn.png); }
#cee_load 			{ background-image: url(../images/loader.gif);}
/* ceebox border width controled as option in jquery.ceebox.js */
/* colors for ceebox background and border can also be set as option in jquery.ceebox.js  */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ceebox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#cee_box {
	font: 12px/16px Arial, sans-serif;
	color: #333333;
	background-color: #fff;
}

#cee_count {
	clear:left;
	float:left;
	padding: 2px 0 0 0;
}
/* .cee_html #cee_title h2 {float:left;} */
.cee_html #cee_count {clear:none; padding-left:5px;}
#cee_next,#cee_prev{
	height:100%;
	width: 49%;
	text-indent:-10000px;
	text-decoration:none;
	visibility:visible;
	background-repeat:no-repeat;
}

#cee_box a {
	border:0;
	outline:none;
	color: #c7ac96;
}

#cee_box a:hover {color: #65240d;}
#cee_closeBtn {
	background-repeat: no-repeat;
	position:absolute;
	bottom: 16px;
	right: 20px;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
}

.cee_close {cursor:pointer}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ceebox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#cee_box {
	text-align:left;
	color: #65240d;
	padding: 20px 20px 8px 20px;
}

#cee_box img#cee_img, #cee_vid, #cee_iframeContent, #cee_ajax {
	display: block;
}

#cee_title, #ceetitletest {
	font: 12px/16px Arial, sans-serif;
	font-style: italic;
	padding:6px 20px 0 0;
	overflow:hidden;
}
/*
.cee_html #cee_title{
	height: 0;
	padding: 0;
}
*/
#cee_title h2 {
	font-size:1em;
	font-weight:400;
	margin:0;
}

#cee_load{
	display:none;
	height:50px;
	width:50px;
	margin: -25px 0 0 -25px;
	background-position: center center;
	background-repeat:no-repeat;
}

#cee_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	border:none;
	height:100%;
	width:100%;
}

#cee_iframe{
	clear:both;
	border:none;
}

