.showBox {
		/*width: 290px;*/
		width: 910px;
		/*height: 220px;*/
		height: 110px;
		/*border: 1px solid black;*/
		position: relative;
		overflow: hidden;
		font-family: Arial;
		/*letter-spacing: 1px;*/
		/*add*/
		background-image:url(/images/marquee_bg.jpg);
	}
.showBox * {
	margin: 0;
	padding: 0;
}
.showBox .roll {
position: absolute;
bottom: 10px;
right: 50px;
margin:0 auto;
z-index:2;
text-align:center;
/*add*/
display:none;
}
.showBox .roll a {
		
	float: left;
	width: 11px;
	height: 11px;
	margin-right: 3px;
	
	/*text-indent: -9999px;*/
	/*background: url(/templates/beez_20/images/planet/dot_gray.gif);*/
}
.showBox .roll a.on {

	/*background: url(/templates/beez_20/images/planet/dot_green.gif);*/
}
.showBox .btn {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 20px;
}
.showBox .btn a {
width: 31px;
height: 24px;
float: left;
text-indent: -9999px;
}
.showBox .btn a.prev {
	/*background: url(images/btn.gif) no-repeat 0 -42px;*/
}
.showbox_prev{
	cursor:pointer;
	width:25px;
	height:110px;
	background: url(/images/marquee_bt_left.jpg) no-repeat;
}
.showbox_prev_active
{
	background: url(/images/marquee_bt_left_o.jpg) no-repeat;
}
.showBox .btn a.next {
	/*background: url(images/btn.gif) no-repeat 0 0;*/
}
.showbox_next{
	cursor:pointer;
	width:25px;
	height:110px;
	background: url(/images/marquee_bt_right.jpg) ;
}
.showbox_next_active
{
	background: url(/images/marquee_bt_right_o.jpg) ;
}
.showBox a {
	color: blue;
	text-decoration: none;
}
.showBox ul.itemList, .showBox ul.itemList li {
list-style: none;
}
.showBox ul.itemList {
	position: absolute;
	/*top: 40px;*/
	white-space: nowrap;
}
.showBox ul.itemList li {
	display: inline;
}
.showBox ul.itemList li .adContent {
	display: inline-block;
	zoom:1;
	*display:inline;
	width: 900px;
	height:110px;
	/*border: 1 solid black;*/
}
.showBox ul.itemList li .adContent .adItem {
	white-space:normal;
	-webkit-text-size-adjust:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:13px; 
	color:#292929; 
}

.showBox ul.itemList li .adContent .adItem  a{ 
	color:#292929; 
	text-decoration:none;
}
.showBox ul.itemList li .adContent .adItem  a:hover{ color:#292929; text-decoration:underline;}
