body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #999;
}

.thumbnail {
	margin: 10px;
	padding: 0;
/* elimina el efecto sombra */
/*
	-moz-box-shadow: 8px 8px 5px #ccc;
	-webkit-box-shadow: 8px 8px 5px #ccc;
	box-shadow: 8px 8px 5px #ccc;
 */
	}
/* puts a shadow below the image */
.shadow {
	margin: 10px;
	padding: 0;
/* idem. Elimina el efecto sombra */
/* 
	-moz-box-shadow: 8px 8px 5px #ccc;
	-webkit-box-shadow: 8px 8px 5px #ccc;
	box-shadow: 8px 8px 5px #ccc;
 */
	}

h1, h2, h3, h4, h5, p {
	font-family: helvetica, sans-serif;
}
h1, h2, h3, h4 {
	text-align: center;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block; }

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 12px helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
.img a:link a:visited a:hover a:active {
	text-decoration: none;
	color: #000;
}
/*@@@@@@@@@@@@@@@@*/
/* SPECIAL STYLES */
/*@@@@@@@@@@@@@@@@*/
#mainframe {
	width: 100%;
	margin: 0 auto;
/*	border: 1px solid red;*/
}
#showroom {
	width: 90%:
	display: block;
	margin: 0 auto;
	text-align: center;
/*	border: 1px solid navy;*/
}
.name {
	font-family: helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 30px;
}
.grey:link {
	text-decoration: none;
	color: #999;
}
.grey:visited {
	text-decoration: none;
	color: #999;
}
.grey:hover {
	text-decoration: none;
	color: #666;
}
.grey:active {
	text-decoration: none;
	color: #666;
}
.red:link {
	text-decoration: none;
	color: #cb3d06;
}
.red:visited {
	text-decoration: none;
	color: #cb3d06;
}
.red:hover {
	text-decoration: none;
	color: #cb3d06;
}
.red:active {
	text-decoration: none;
	color: #cb3d06;
}

.menu {
	font-family: helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 25px;
}

#openstudios {
	font-family: helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 30px;
}

#city {
	font-weight: normal;
	color: #000;
	font-size: 22px;
	margin-top: -20px;
/*
	border: 1px solid navy;
*/
}

#names {
	text-align: center;
	font-family: helvetica, sans-serif;
	color: #cb3d06;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30%;
}

#second {
	margin: 0 40px;
}

ul.nobullet {
  list-style-type: none;
}
.menu {
	position: absolute;;
	top: 25px;
	left: 20px;
	width: 80%;
/*
	border: 1px solid navy;
*/
}
.random {
	position: absolute;
	left: 0;
	top: 8px;
	margin-left: 35%;
/*
	border: 1px solid red;
*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
}

#footmenu {
	text-align: center;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

#footmenu a:link {
	text-decoration: none;
	color: gray;
}

#footmenu a:hover {
	text-decoration: none;
	color: darkgray;
}

#footmenu a:visited {
	text-decoration: none;
	color: gray;
}

.price {
	/* border: 1px solid orange; */
	display: block;
	position: relative;
	font: 18px Copperplate;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.caption {
	/* border: 1px solid orange; */
	font: 14px Copperplate;
	line-height: 18px;
	color: #555;
	position: absolute;
	top: 550px;
	left: 0;
	width: 100%;
	text-align: center;
}
/********************************/
/* SPECIAL STYLE TO ROTATE TEXT */
/********************************/
#author {
	display: block;
	height: 20px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: silver;
	position: absolute;
	bottom: 150px;
	right: -110px;
	/* border: 1px solid green; */
}
#author a:link {
	color: silver;
	text-decoration: none;
}
#author a:visited {
	color: silver;
	text-decoration: none;
}
#author a:hover {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
}
#author a:active {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
