/* styles gerais */

* {
	border:0;
	margin:0;
	padding:0;
	outline:0
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

html, body {
	width:100%;
	height:100%;
	overflow:hidden;

}

/* styles holder */

#holder {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}

#holder[id] {
	display:table
}

#holder div {
	position:absolute;
	left:0;
	top:50%
}

#holder[id] div {
	display:table-cell;
	vertical-align:middle;
	position:static
}

#holder img {
	position:relative;
	top:-50%;
	margin:0 auto;
	display:block;
	-ms-interpolation-mode:bicubic;
	width:100%
}

*:first-child+html #holder div {
	position:absolute
}

/* styles main */

#body {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	overflow:auto;
	color:#333;
}

#main {
	width:205px;
	height:435px;
	position:absolute;
	float:right;
	right:75px;
	bottom:50px;
}

.thumb {
	width:152px;
	height:152px;
}

.image {
	width:152px;
	height:20px;
	background-color:#000;
	margin-top:20px;
	color:#fff;
	padding-top:2px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.image:hover {
	background-color:#D98E04;
}