/* @override http://www.tubularapp.com/scripts/zoom.css */

#zoom {
	display: none;
	position: absolute;
	top: 327px;
	left: 120px;
	z-index: 100;
}

#zoom * {
	display: block;
	border-style: none;
}

#zoom .top, #zoom .bottom {
	height: 13px;
	margin-left: 13px;
	background: url(http://www.tubularapp.com/scripts/ZoomShadow.png) 100% 0;
}

#zoom .top div, #zoom .bottom div {
	width: 13px;
	height: 13px;
	position: relative;
	left: -13px;
	background: url(http://www.tubularapp.com/scripts/ZoomShadow.png) 0 0;
}

#zoom .bottom {
	background-position: 100% 100%;
}

#zoom .bottom div {
	background-position: 0 100%;
}

#zoom .i1 {
	padding-left: 7px;
	background: url(http://www.tubularapp.com/scripts/ZoomShadowSides.png) repeat-y;
}

#zoom .i2 {
	padding-right: 7px;
	background: url(http://www.tubularapp.com/scripts/ZoomShadowSides.png) repeat-y 100% 0;
}

#zoom .i3 {
	padding: 1px;
}

#zoom-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	left:-12px;
	background-image: url(http://www.tubularapp.com/scripts/ZoomClose.png);
	text-indent: -1000em;
	overflow: hidden;
}

#zoom-close:active {
	background-position: 0 -30px;
}

#zoom-content {
	margin: -9px -1px -5px;
	background-color: #fff;
	position: relative;
	padding: 0;
}

#zoom-captioncontainer {
	position: absolute;
	color: #fff;
	top: 100%;
	margin-top: 10px;
	text-shadow: #000 0 1px 3px;
	width: 100%;
	font-weight: bold;
	cursor: default;
	display: none;
}

#zoom-captioncontainer * {
	display: inline;
}

#zoom-captioncontainer span#zoom-captionleft {
	width: 15px;
	height: 32px;
	float:left;
	background: url(http://www.tubularapp.com/scripts/ZoomCaptionLeft.png) no-repeat;
}

#zoom-captioncontainer span#zoom-captionright{
	background: url(http://www.tubularapp.com/scripts/ZoomCaptionRight.png) no-repeat 100% 0;
	width: 15px;
	height: 32px;
	float: left;
}

#zoom-center{
    width:100%;
    padding-left: auto;
    padding-right: auto;
    display: inline;
}

#zoom-caption {
	background: url(http://www.tubularapp.com/scripts/ZoomCaptionFill.png) repeat-x 100% 0;
	float:left;
	height: 32px;
	width: auto;
}

#zoom-load {
	width: 48px;
	height: 48px;
	background-image: url(http://www.tubularapp.com/scripts/ZoomProgress.png);
	display: none;
}

#overlay { background-image: url(http://www.tubularapp.com/scripts/ZoomOverlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://www.tubularapp.com/scripts/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.tubularapp.com/scripts/ZoomOverlay.png", sizingMethod="scale");
}

