#ob_overlay {
	background-color:#000;
	display:none;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
#ob_container {
	height:100%;
	left:0;
	position:absolute;
	top:0px;
	width:100%;
	z-index:101;
	overflow:hidden;
}
#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: 0px;
}
#ob_content {
	background-color: rgba(0,0,0,0.5);
	border:0px solid #fff;
}
#ob_caption {
	color:#333;
	background-color:#fff;
	position:absolute;
	bottom:15%;
	font-size:small;
	max-width:75%;
}
#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:30px;
	background:url(../elem/loading.gif) no-repeat center;
	background-color:#fff;
	border-radius:30px;
	height:40px;
	left:50%;
	position:fixed;
	top:50%;
	width:40px;
	z-index:103;
	margin:-25px 0 0 -25px;
	padding:5px;
}
#ob_error {
	text-align:center;
	width:250px;
	padding:10px;
}
#ob_close {
	background-image:url(../elem/buttons.png);
	cursor:pointer;
	height:30px;
	position:absolute;
	right:50%;
	margin-right:-15px;
	bottom:5px;
	width:30px;
	z-index:1103;
}
#ob_title {
	color:#fff;
	left:auto;
	position:absolute;
	right:22px;
	top:-2px;
	z-index:1103;
}
#ob_title h3 {
	margin:0;
	padding:0;
}

#ob_left,#ob_right, #ob_close {
	background-color: #0fdfe7;
}
#ob_left:hover,#ob_right:hover, #ob_close:hover {
	background-color:#000;
}
#ob_left,#ob_right {
	cursor:pointer;
	height:30px;
	position:absolute;
	width:30px;
	z-index:1102;
	bottom:5px;
}
#ob_left { 
	left:50%;
	margin-left:-45px;
}
#ob_right {
	right:50%;
	margin-right:-45px;
}
	
#ob_left-ico,#ob_right-ico {
	height:30px;
	position:absolute;
	top:0;
	width:30px;
	z-index:1102;
}
#ob_left-ico {
	background:url(../elem/buttons.png) -27px;
}
#ob_right-ico {
	background:url(../elem/buttons.png) right;
}
#ob_left:hover,#ob_right:hover { 
	visibility:visible; 
}
#ob_dots {
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
}
#ob_dots li {
	height:2px;
	list-style:none;
	width:2px;
	margin:3px;
	margin-top:20px;
	-moz-border-radius:1px;
	background-color:#666;
	border-radius:1px;
	cursor:pointer;
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#ob_dots .current { 
	background-color:#CCC!important;
	height:4px;
	width:4px;
	
	margin:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#ob_share {
	position:absolute;
	right:24px;
	top:3px;
}