@CHARSET "UTF-8";
/* 
Name: Sourcebits Technologies
URL: http://www.sourcebits.com
Author: Chinmay Chiranjeeb @ Sourcebits Technologies
Author URL: http://www.sourcebits.com
*/
/* LiGhT BoX */

/* Design Launch gallery*/

.launchgallery{
	background:url("../images/buttons/lunchgallery.png") no-repeat right top;
	height:18px;
	width:106px;;
	margin:5px -15px 0px;
	cursor:pointer;
	margin:0 auto;
	position:relative;
	top:-13px;
}

.lightbox{
	z-index:10000;
	position:absolute;
	top:0px;
	height:941px;
	display:none;
	width:100%;
	left:0;
	overflow:hidden;
}

.lightbox-inner{
	display:block;
	margin: 100px auto 0;
}

.lightbox-tm{
	background:url("../images/buttons/lightbox-tm.png") repeat-x left top;
	height:20px;
}

.lightbox-tl{
	background:url("../images/buttons/lightbox-tl.png") no-repeat left top;
	padding:0 0 0 20px;
	height:20px;
}

.lightbox-tr{
	background:url("../images/buttons/lightbox-tr.png") no-repeat right top;
	padding:0 20px 0 0px;
	height:20px;
}

.lightbox-mm{
	background:url("../images/buttons/lightbox-mm.png") repeat left top;
	height:auto;
	position:relative;
}

.lightbox-ml{
	background:url("../images/buttons/lightbox-ml.png") repeat-y left top;
	height:100%;
	padding:0 0 0 20px;
}

.lightbox-mr{
	background:url("../images/buttons/lightbox-mr.png") repeat-y right top;
	padding:0 20px 0 0px;
}

.lightbox-dm{
	background:url("../images/buttons/lightbox-dm.png") repeat-x left top;
	height:20px;
}

.lightbox-dl{
	background:url("../images/buttons/lightbox-dl.png") no-repeat left bottom;
	padding:0 0 0 20px;
	height:20px;
}

.lightbox-dr{
	background:url("../images/buttons/lightbox-dr.png") no-repeat right bottom;
	padding:0 20px 0 0px;
	height:20px;
}

.lightbox-close{
	background:url("../images/buttons/lightbox-close.png") no-repeat center top;
	width:14px;
	height:14px;
	left:-13px;
	position:relative;
	top:5px;
	cursor:pointer;
}

.lightbox-preview{
	margin:0px auto;
}

.lightbox-preview img{
	position:relative;
	left:-16px;
}

.lightbox-nav{
	padding:20px 0 0;
	bottom:0px;
	width:100%;
	height:25px;
	margin:0px auto;
}

.lightbox-leftnav{
	background:url("../images/buttons/lightbox-arrow.png") no-repeat -14px -5px;
	cursor:pointer;
	float:left;
	height:30px;
	position:relative;
	top:-5px;
	width:30px;
}

.lightbox-leftnav:hover{
	background-position: -14px -105px;
}

.lightbox-leftnav:active{
	background-position: -14px -105px;
}

.lightbox-rightnav{
	background:url("../images/buttons/lightbox-arrow.png") no-repeat -68px -5px;
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
	position:relative;
	top:-25px;
}

.lightbox-rightnav:hover{
	background-position: -68px -105px;
}

.lightbox-rightnav:active{
	background-position: -68px -105px;
}

.lightbox-count{
	height:20px;
	font-size:16px;
	color:#ffffff;
	display:block;
	margin:0px auto;
	width:80%;
	text-align:center;
}

.lightbox-count span{
	background:url("../images/buttons/lightbox-count.png") no-repeat left 1px;
	margin:0 10px 0 0;
	padding:2px 6px;
	text-align:center;
}

