@charset "utf-8";
/* CSS Document */
#main {
	width:1395px;
	margin:0 auto;
	}
#images {
	display:none;	
	}
.panel {
	float:right;
	margin-right:245px;
	margin-top:-415px;
	}
.panel img {
	border:none;
	opacity:0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:alpha(opacity=60);
    cursor:pointer;
    margin-bottom:10px;
    z-index:2;
	}
.panel img:hover {
	opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
	}
.panel p {
	margin:0;
	padding:0 10px;	
	}
.exposureTarget {
	width:1395px;
	height:600px;
	background-color:#111;	
	background-repeat:no-repeat;
	background-position:center center;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden; 
	}
.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;
	}
.exposureWrapper img {
	position:absolute;
	top:0;
	left:0;
	}
.exposureLoaded {
	background-image:none;	
	}
.caption {
	text-align:center;
	margin-top:480px;
	font-size:17px;
	color:#FFF;
	font-family:"Questrial-Regular";
	z-index:1;
	position:relative;
	width:460px;
	background-image:url(../img/caption.png);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #FFF;
	float:right;
	margin-right:242px;
	}
.extra {
	font-family:"Rokkitt Bold";
	text-align:center;
	z-index:2;
	position:relative;
	background-image:url(../img/extra.png);
	background-repeat:repeat-x;
	width:523px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	font-size:19px;
	float:right;
	margin-top:520px;
	margin-right:-462px;
	}
.clear {
	clear:both;	
	}
.prev2,
.next2 {
	position:relative;
	}
p.info {
	margin:40px auto;
	text-align:center;	
	width:600px;
	}
.extra a,
p.info a {
	color:#006fc0;	
	}
.extra a:hover, .extra a:active,
p.info a:hover, p.info a:active {
	color:#0084e7;	
	}

#anuncio{
	font-family:"Oswald";
	font-size:24px; 
	line-height:31px; 
	background-color:#F19700; 
	background-position:center;
    height:36px; 
    width:1392px;
	top:580px; 
	position:absolute; 
	z-index:1; 
	text-align:center; 
	color:#000; 
	left:1px;
}