﻿
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http: //www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #000;
}

/* slides styling */

.photo {
	width: 510px;
	text-align: left;
	height: 350px;
	position: relative;
	margin: 0 auto;
	float: left;
	margin-top: 10px;
}
div.portfolio .photo{margin-top: !important 270px;}
.photo ul.topic { 
	padding: 0;
	margin: 0;
	list-style: none;
	width: 510px;
	height: 330px;
	position: relative;
	z-index: 9;
}

.photo ul.topic li {
	display: block;
	width: 126px;
	height: 31px;
	float: left;
	border-left: 1px solid #44551B;
}

.photo ul.topic li a.set {
	display: block;
	font-size: 11px;
	width: 125px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	border: 1px solid #44551B;
	border-width: 1px 1px 0 0;
	background: #f1f5e5;
}

.photo ul.topic li a ul, .photo ul.topic li ul {
	display: none;
}

.photo ul.topic li.active a {
	color: #000;
	background: #d7e5b3;
}

.photo ul.topic li.active ul {
	display: block;
	position: absolute;
	left: 0;
	top: 26px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 260px;
	background: #d7e5b3;
	width: 464px;
	padding: 20px 20px;
	border: 2px solid #44551b;
	z-index: 1;
}

.photo ul.topic li.active ul {
	display: block;
	position: absolute;
	left: 0;
	top: 26px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 260px;
	background: #d7e5b3;
	width: 464px;
	padding: 20px 20px;
	border: 2px solid #44551b;
	z-index: 100;
}

.photo ul.topic li ul li {
	display: inline;
	width: 112px;
	height: 87px;
	float: left;
	border: 1px solid #fff;
	margin: 1px;
}

.photo ul.topic li ul li a {
	display: block;
	width: 110px;
	height: 85px;
	cursor: pointer;
	float: left;
	text-decoration: none;
	background: #444;
	border: 1px solid #44551b;
}

.photo ul.topic li ul li a img {
	display: block;
	width: 100px;
	height: 75px;
	border: 5px solid white;
}

.photo ul.topic li ul li a img.pr {
	display: none;
}

.photo ul.topic li a:hover ul li a:hover, .photo ul.topic li.active ul li a:hover {
	white-space: normal;
	position: relative;
	background: #eeeeee;
}

.photo ul.topic li a:hover ul li a:hover img.pr, .photo ul.topic li:hover ul li a:hover img.pr {
	display: block;
	position: absolute;
	left: 113px;
	top: 87px;
	width: 500px;
	height: 375px;
	border-color: #fff;
	z-index:10;
}

