div#bub_container{
	position: absolute;
	top: 200px;
	left: 200px;
	width: 260px;
	z-index: 10000;
	text-align: left;
	
}

div#bub_container img{
	position: relative;
	clear: both;
}

div#bub_container img.top{float: left;}

div.bub_wrapper{
	position: relative;
	background: url(/images/layout/cons/bub_bg.png) repeat-y top left;
	clear: both;
}

div.bub_wrapper h1{
	position: relative;
	left: 21px;
	margin: 0;
	padding: 0;
	width: 225px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

div.bub_wrapper h1 a{color: #5a676b !important;}

div.bub_content{
	position: relative;
	margin: 6px 14px 0 21px;
	padding: 10px;
	background-color: #fff;
/*	width: 225px;*/
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
}

div.bub_publisher{
	position: relative;
	margin: 0 0 10px 0;
}

div.bub_publisher img{
	position: relative;
	float: left;
	margin-right: 10px;
}

div.bub_content div.bub_publisher p{
	color: #000000;
	padding-top: 15px;
}

div.bub_content div.bub_publisher p b{color: #666;}

div.bub_content h3{
	margin: 0 0 6px 0;
	font-size: 14px;
}

div.bub_content p{
	position: relative;
	margin: 0px;
	padding: 0 0 3px 0;
}

div.bub_content p b{
	font-weight: normal;
	color: #999;
}

div.bub_content a.more{display: none;}

/*arrows*/

div#bub_container img.bubArrowTL, div#bub_container img.bubArrowBL{
	position: absolute;
	left: -66px;
	z-index: 10001;
}

div#bub_container img.bubArrowTR, div#bub_container img.bubArrowBR{
	position: absolute;
	right: -72px;
	z-index: 10001;
}


div#bub_container img.bubArrowTL, div#bub_container img.bubArrowTR{
	top: 30px;
}

div#bub_container img.bubArrowBL, div#bub_container img.bubArrowBR{
	bottom: 30px;
}

div.bub_content .morelink {

display: none;
}

div.bub_content {

color: #000000 !important;
}


/*end arrows*/