/* WEB DEFINED :http://www.webdefined.biz Compiled by Deeptha */
#photo_thumb {
	position:relative;
	width:130px;
	height:122px;
	margin:5px;
	padding:9px;
	float:left;
	
	background:url(../images/photo_frame.jpg) no-repeat;
}

#photo_thumb div {
	font:1em 'Redressed', cursive;
	color:#231F20;
	margin-top:5px;
	text-align:center;
}

/* light box */
body:after {
	content:url(../images/light_box/close.png) url(../images/light_box/loading.gif) url(../images/light_box/prev.png) url(../images/light_box/next.png);
	display:none;
}
.lightboxOverlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color:#000000;
	opacity:0.85; filter:alpha(opacity=85); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	z-index:20;
}
.lightbox {
	position:absolute;
	left:0;
	width:100%;
	font-weight:normal;
	text-align:center;
	line-height:0;
	z-index:21;
}
.lightbox .lb-image {
	display:block;
	height:auto;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-ms-border-radius:2em;
	-o-border-radius:2em;
	border-radius:2em;
}
.lightbox a img {
	border:none;
}

.lb-outerContainer {
	position:relative;
	background-color:#FFFFFF;
	width:250px;
	height:250px;
	margin:0 auto;
	-webkit-border-radius:25em;
	-moz-border-radius:2em;
	-ms-border-radius:2em;
	-o-border-radius:2em;
	border-radius:2em;
	*zoom:1;
}
.lb-outerContainer:after {
	display:table;
	content:"";
	clear:both;
}
.lb-container {
	padding:10px;
}
.lb-loader {
	position:absolute;
	top:43%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}
.lb-cancel {
	display:block;
	width:32px;
	height:32px;
	margin:0 auto;
	background:url(../images/light_box/loading.gif) no-repeat;
}
.lb-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
.lb-container > .nav {
	left:0;
}
.lb-nav a {
	outline:none;
}
.lb-prev, .lb-next {
	display:block;
	width:49%;
	height:100%;
	cursor:pointer;
}
.lb-prev {
	left:0;
	float:left;
}
.lb-prev:hover {
	background:url(../images/light_box/prev.png) left 48% no-repeat;
}
.lb-next {
	right:0;
	float:right;
}
.lb-next:hover {
	background:url(../images/light_box/next.png) right 48% no-repeat;
}
.lb-dataContainer {
	margin:0 auto;
	padding-top:5px;
	width:100%;
	-moz-border-radius-bottomleft:3em;
	-webkit-border-bottom-left-radius:3em;
	border-bottom-left-radius:3em;
	-moz-border-radius-bottomright:3em;
	-webkit-border-bottom-right-radius:3em;
	border-bottom-right-radius:3em;
	*zoom:1;
}
.lb-dataContainer:after {
	content:"";
	display:table;
	clear:both;
}
.lb-data {
	padding:0 4px;
	color:#D3D3D3;
}
.lb-data .lb-details {
	width:85%;
	float:left;
	margin:10px 0 0 20px;
	text-align:left;
	line-height:1.7em;
}
.lb-data .lb-caption {
	font:1.8em 'Redressed', cursive;
	line-height:1em;
}
.lb-data .lb-number {
	display:block;
	clear:left;
	font:1em 'Redressed', cursive;;
	color:#CCCCCC;
}
.lb-data .lb-close {
	display:block;
	float:right;
	width:32px;
	height:32px;
	margin-top:10px;
	background:url(../images/light_box/close.png) top right no-repeat;
	text-align:right;
	outline:none;
	opacity:0.7; filter: alpha(opacity=70); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.lb-data .lb-close:hover {
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity:1;
}