/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
 
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000001;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000002;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index:0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }


#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			


#jquery-lightbox-nav {
bottom:0;
height:53px;
left:0;
overflow:hidden;
position:absolute;
width:100%;
z-index:10000000;
}

#jquery-lightbox-wrap {
float:left;
height:53px;
left:50%;
position:relative;
}


#jquery-lightbox-wrap .inner {
float:left;position:relative;right:50%;height:53px;background-position:left -67px;background-repeat:repeat-x;-moz-box-shadow:0 0 10px #000;-webkit-box-shadow:0 0 10px #000
}


#jquery-lightbox-wrap ul li {float:left;list-style:none;}

#jquery-lightbox-wrap .l {
background-position:left -125px;
}

#jquery-lightbox-wrap .r {
background-position:-3px -125px;
}

#jquery-lightbox-wrap .r, #jquery-lightbox-wrap .l {
display:block;
float:left;
font-size:0;
height:53px;
line-height:0;
width:2px;
}
.pop_iv_bg{
background:url("../images/bg_iv_v2.png") no-repeat scroll left top transparent;
}
.pop_iv_bg_ie6{
background:url("../images/bg_iv_v2_ie6.png") no-repeat scroll left top transparent;
}

#jquery-lightbox-wrap .op_equal a {
background-position:-35px -287px;
}

#jquery-lightbox-wrap .op_size a {
background-position:-174px -182px;
}







#jquery-lightbox-wrap .op_next a {
background-position:-70px -182px;
}

#jquery-lightbox-wrap .op a, #jquery-lightbox-wrap .op span {
display:block;
height:34px;
left:0;
line-height:200px;
overflow:hidden;
position:absolute;
top:0;
width:34px;
}

#jquery-lightbox-wrap .op {
width:34px;height:34px;display:inline-block;*display:inline;*zoom:1;font-size:0;line-height:0;outline:none;position:relative;margin-right:16px;
}

#jquery-lightbox-wrap .op_close a {
background-position:-105px -182px;
}

#jquery-lightbox-wrap .op_line {
margin:0 7px 0 -5px;
width:2px;
}

#jquery-lightbox-wrap ul {
margin:0;
float:left;
height:50px;
margin-right:-6px;
overflow:hidden;
padding:12px 0 0 9px;
}

#jquery-lightbox-wrap .op_line span {
background-position:-8px -130px;top:-2px;*left:-5px
}

#jquery-lightbox-wrap .op_prev a {
background-position:-35px -182px;
}

#lightbox-container-image {cursor:move;}

#jquery-lightbox-wrap .displayNone {display:none;}