html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,
header,hgroup,menu,nav,section,time,mark,audio,video
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent
}

.cr-container{
	background:transparent url(../App_Images/brindes/fundoBrindes.png);
	margin-top: 6px;
	margin-left: 133px;
	width:695px;
	height:500px;
	position:absolute;
	z-index:1;
}
.cr-content-wrapper{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cr-content-container{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}
.cr-img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
}
.cr-content{
	position:relative;
	z-index:10;
	margin-top: -5px;
	margin-left: 25px;
	height:360px;
}
.cr-content h2{
	padding-top: 25px;
	font-size:35px;
	line-height:40px;
	width:80%;
	color:#00c0ff;
	/*text-shadow: 1px -1px 1px rgba(0,0,0,0.5);*/
	font-family: 'lane_-_narrowregular', serif;
}
.cr-content h3{
	width:40%;
	color:#fff;
	padding:15px 0px;
	line-height:30px;
}
.cr-content h3 span{
	background:#000;
	padding:4px 0px;
	font-style:italic;
	font-family:Georgia, serif;
	letter-spacing:3px;
	font-size:16px;
}
.cr-more-link{
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	padding:0px 5px;
}
.cr-more-link:hover{
	text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
	color:#fff;
}
.cr-content-text{
	/*background:transparent url(../App_Images/brindes/bg_content.png) repeat top left;*/
	top: 240px;
	position:relative;
	display:none;
	z-index:999;
	clear:both;
}
.cr-content-text p{
	padding-top:40px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	color: #333333;
	line-height: 22px;
	font-family: 'lane_-_narrowregular', serif;
	font-size: 18px;
}
.cr-thumbs{
	position:absolute;
	left:35px;
	height:110px;
	width:680px;
	bottom:58px;
	z-index:20;
	overflow:hidden;
}
.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	width:163px;
	height:106px;
}
.cr-thumbs img{
	display:block;
	margin:6px 5px 6px 0px;
	border:1px solid #00c0ff;
	/*-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	box-shadow:1px 1px 1px rgba(0,0,0,0.25);*/
}


/*texto dentro do box do thumbnail*/
.cr-thumbs h4{
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	font-family: Calibri, serif;
	font-size:13px;
	line-height:14px;
	/*text-shadow:0px 1px 1px rgba(0,0,0,0.5);*/
	color:#00c0ff;
}
.cr-thumbs div:hover h4{
	bottom:14px;
}
.cr-thumbs div.cr-selected{
	border-color:#000;
	background:transparent url(../App_Images/brindes/triangle.png) no-repeat 50% 0%;
}
.cr-thumbs div.cr-selected img{
	border-color:#000;
}
.cr-nav span{
	position:absolute;
	z-index:50;
	text-indent:-9000px;
	cursor:pointer;
	width:35px;
	height:35px;
	margin-bottom:10px;
	left:-24px;
	background:transparent url(../App_Images/brindes/nav.png) no-repeat top left;
}
.cr-nav span.cr-nav-next{
	background-position:bottom left;
	right:-24px;
	left:auto;
}
.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover{
	bottom:34px;
}
.cr-hide, .cr-show{
	position:absolute;
	z-index:50;
	left:50%;
	margin-left:-50px;
	bottom:10px;
	background:Transparent url(../App_Images/brindes/informacoes.png) no-repeat top center;
	cursor:pointer;
	width:100px;
	height:20px;
}
.cr-show{
	background-position:bottom center;
}