#popout
{
	margin: 0;
	padding: 0;
	height: 350px;
	position: fixed;
	top: 145px;
	right: 0;
	z-index: 10001;
	overflow: hidden;
}

#popout a, #popout a img
{
	text-decoration: none;
	border: 0;
	outline: 0;
}

#popout a span
{
	display: none;
}

#popout #cap
{
	width: 30px;
	height: 350px;
	position: fixed;
	right: 0;
	z-index: 10003;
}

#close
{
	position: absolute;
	top: 30px;
	background: transparent url("../images/banderole_close.png");
	height: 21px;
	width: 22px;
}

#close_mobile
{
	display: none;
	position: absolute;
	background-color: #292929;
	top: 0px;
	height: 300px;
	width: 30px;
	right: 180px;
}

#x_span
{
	border: 2px solid #FFF;
	height: 15px;
	width: 15px;
	margin: 5px auto;
	text-align: center;
	color:#FFF;
	padding-bottom: 2px;
	padding-right: 1px;
}

#close_mobile_text
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 0px;
	width: 225px;
	position: relative;
	top: 120px;
	right: 90px;
	-webkit-transform: rotate(90deg);
  	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	z-index: 10006;
}

#popout #bdbox
{
	position: fixed;
	top: 145px;
	right: 20px;
	z-index: 10002;
}

#bdbox
{
	height: 300px;
	background: url("../images/transparent_flow.png");
	cursor: default;
}

#bd
{
	cursor: default;
}

.banderole_content_img
{
	margin-top: 25px;
	display: none;
	cursor: pointer;
}

#cap_text
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 0px;
	width: 227px;
	position: relative;
	top: -155px;
	right: 88px;
	padding-bottom: 4px;
  transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	z-index: 10006;
}

.banderole_teaser_img
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

