/*

    ColorBox Core Style

    The following rules are the styles that are consistant between themes.

    Avoid changing this area to maintain compatability with future versions of ColorBox.

*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
	overflow: visible;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
/* 

    ColorBox example user style

    The following rules are ordered and tabbed in a way that represents the

    order/nesting of the generated HTML, so that the structure easier to understand.

*/

#cboxOverlay {
	background: url(../../../../images/paper-pattern-header.jpg) repeat;
	opacity: 0.9;
}
#colorbox {
	font-family: Arial, Helvetica, sans-serif;
}
#cboxContent {
	margin: 32px 0;
}
#cboxLoadedContent {
	padding: 1px;
	border: 1px solid #89BCCF;
	background-color: #fff;
	border-radius: 4px;
}
#cboxLoadingGraphic {
	background: url(../images/colorbox/loader.gif) center center no-repeat;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 6px;
	color: #5a839d;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
}
#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -22px;
}
#cboxPrevious {
	background: url(../images/colorbox/prev-horizontal.png) no-repeat 1px 0;
	right: 15px;
	width: 9px;
}
#cboxPrevious.hover {
	background-position: -17px 0;
}
#cboxNext {
	background: url(../images/colorbox/next-horizontal.png) no-repeat -17px 0;
	right: 4px;
	width: 9px;
}
#cboxNext.hover {
	background-position: 1px 0;
}
#cboxClose {
	background-position: -50px 0;
	right: 4px;
	bottom: -18px;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	position: absolute;
	background: url(../images/colorbox/controls.png) 0 0 no-repeat;
}
#cboxClose.hover {
	background-position: 0 -13px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
	background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0;
	right: 44px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
	background-position: -75px -25px;
}

.arabic_button{ width:auto; float:right; margin-top:2px; margin-left:8px;}
.arabic_button a{ background:#070707; border-radius:5px; color:#FFF !important; font-size:12.5px; padding:4px; font-weight:bold; direction:rtl !important;}

.arabic_button a:hover{ background:#b9ae96; }