/*
 * version: 2.0.3
 * package: OrangeBox
 * author: David Paul Hamilton - http://orangebox.davidpaulhamilton.net
 * copyright: Copyright (c) 2011 David Hamilton / DavidPaulHamilton.net All rights reserved.
 * license: GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
#ob_overlay {
	background-color:#333;
	display:none;
	height:100%;
	left:0;
	width:100%;
	z-index:100;
	
	position:fixed;
	_position:absolute;
	top:0px;
	_top:expression(eval(document.body.scrollTop+0));
}
#ob_container {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:101;
	text-align: center;
}
#ob_float {
	float:left;
	height:50%;
	min-width:100%;
}
#ob_window {
	clear:both;
	cursor:default;
	display:none;
	position:relative;
	z-index:102;
	margin:0 auto;
	padding:22px;
	padding: 0;
}
#ob_content {
	background-color:#fff;
	border:0 solid #fff;
	position: relative;
}
#ob_caption {
	color:#333;
	background-color:#fff;
	position:absolute;
	bottom:15%;
	font-size:12px;
	max-width:75%;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: left;
	left: 0px;
}
#ob_caption p {
	padding:0;
	margin:10px;
	cursor:text;
}
#ob_window img {
	display:block;
}
#ob_inline {
	padding:20px;
	overflow:auto;
}
#ob_load {
	-moz-border-radius:5px;
	background:url(loading.gif) no-repeat center;
	background-color:#fff;
	border-radius:5px;
	height:40px;
	left:50%;
	top:50%;
	width:40px;
	z-index:103;
	margin:-25px 0 0 -25px;
	padding:5px;
	
	position:fixed;
	_position:absolute;
}
#ob_error {
	text-align:center;
	width:250px;
	padding:10px;
}
#ob_close {
	background:url(buttons.png);
	cursor:pointer;
	height:30px;
	/*left:0;
	top:0;*/
	right: 9px;
	top: 6px;
	right: -12px;
	top: -12px;
	position:absolute;
	width:30px;
	z-index:1103;
}
#ob_title {
	color:#fff;
	left:auto;
	position:absolute;
	/*right:22px;*/
	top:-22px;
	left: 0px;	
	z-index:1103;
}
#ob_title h3 {
	margin:0;
	padding:0;
	font-size: 18px;
	color: white;
}
#ob_left,#ob_right {
	top:22px;
	cursor:pointer;
	height: 93%;
	position:absolute;
	width: 50%;
	outline: 0;
	z-index:1102;
	background: url("http://www.beepworld.de/wl/tplsets/1/images/pageeditor/bg_transparent.gif") repeat scroll 0 0 transparent;
}
#ob_left { left:-53px; }
#ob_right { right:-53px; }
#ob_left { left:0px; }
#ob_right { right:0px; } 
#ob_left-ico,#ob_right-ico {
	cursor:pointer;
	display:block;
	height:30px;
	margin-top:-9px;
	position:absolute;
	top:50%;
	width:30px;
	z-index:1102;
	visibility: hidden;
}
#ob_left:hover span, #ob_right:hover span { visibility:visible !important; }
#ob_left-ico {
	background:url(buttons.png) center;
	left: 9px;
}
#ob_right-ico {
	background:url(buttons.png) right;
	right: 9px; 
}
#ob_left:hover,#ob_right:hover { visibility:visible; }
#ob_dots {
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	position: relative;
	z-index: 1111;
}
#ob_dots li {
	height:8px;
	line-height: 8px;
	list-style:none;
	width:8px;
	margin:3px;
	-moz-border-radius:4px;
	background-color:#666;
	border-radius:4px;
	cursor:pointer;
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline; 
	font-size: 1px;	
}
#ob_dots .current { background-color:#CCC!important; }
#ob_share {
	position:absolute;
	right:24px;
	top:3px;
}