/*shadow box*/

#overlay{
	position:absolute;
	background: #000;
	width: 800px;
	height: 600px;
	left: 0;
	top: 0;
	z-index: 98;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	opacity: 0.4;
	display:none;
}

#shadowbox
{
	position:absolute;
	background: #ffffff;
	width: 825px;
	height: 400px;
	z-index: 99;
	top: 100px;
	display:none;
	padding: 20px;
	left: 50%;
	margin-left: -430px;
	color: #666666;
}

#shadowbox-content
{
	overflow:auto;
	height:380px;
	text-align: left;
	font-size:13px;
	line-height:1.3em;
}

#shadow-demo
{
	text-align: center;
	overflow: hidden;
}

#shadowbox #closeButton
{
	position:absolute;
	right:0;
	top:0;
	width: 20px;
	height: 20px;
	background: #444;
	cursor: pointer;
	z-index: 100;
	background: url('close.png');
}

#post-next, #post-prev{
	width: 70px;
	height: 70px;
	background: transparent;
	position:absolute;
	bottom:-40px;
	cursor:pointer;
	display: none;
}

#post-next{
	right:90px;
}

#post-prev{
	left:0px;
}

#gallery-text {
	
	/*in sliderTabMod.css*/
}