#ibox_wrapper 
{
    padding: 10px 10px 10px 10px;
    line-height: 25px;
    border: 2px solid #625b53;
    background-color:#f3f3e9; 
    text-align: right; 
    margin: 0px;   
}

#ibox_content 
{ 
    text-align: left;
    background-color:#f3f3e9;
    border: 1px solid #989482;
    z-index: 900;
    padding: 0px;
    margin: 0px;
}

#ibox_close
{
    position: absolute;
    top: 5px;
    right: -8px;
    overflow: hidden;
}

#ibox_close a
{
    background: url('/images/ibox/close.gif') no-repeat;
    height: 14px;
    width: 14px;
    text-decoration: none;
}

#ibox_close a span
{
    visibility: hidden;
}

#ibox_progress {
    text-indent: -100000px;
    background: #fff url('/images/ibox/loading.gif') center center no-repeat;
}

.lightbox
{
    width: 800px;
    height: 300px;
    overflow: hidden;
    z-index: 1000005;
}

.lightbox .image
{
    float: left;
    width: 400px;   
    height: 300px;
    overflow: hidden;
}

.lightbox .text
{
    padding: 10px;
    float: left;
    width: 350px; 
    height: 280px;
    overflow: hidden; 
    border: 0px solid #000;
}

.lightbox .slideshow
{
	height: 300px;
	width: 400px;
	overflow: hidden;	
	position: relative;
}

.lightbox .slideshownav
{
    position: absolute;
    left: 30px;
    top: 260px;
}

.lightbox .slideshownav img
{
    position: relative;
    display: block;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    z-index: 1000006;
    opacity: .7;
	filter: alpha(opacity=70);
}

.lightbox .slideshownav div
{
    position: relative;
    float: left;
    background: #fff;
    width: 90px;
    height: 20px;
    padding: 2px 2px 6px 9px;
    opacity: .7;
	filter: alpha(opacity=70);
	font-weight: bold;
	color: #000;
	z-index: 1000007;
}