#bannertypelisting {
	margin-left: -5px;
	display:table;	
}

#bannertypelisting .banner-listing{
width:312px;
float:left;
}


/*.banner-head{
float:left;
width:312px;
height:59px;
}*/
#bannertypelisting *+html .banner-bg{
width:312px;
background: url(images/bg.png) repeat-y;
margin-top:-4px;
}

#bannertypelisting .banner-bg{
width:312px;
background: url(images/bg.png) repeat-y;
margin-top: 59px;
}


/**/

#bannertypelisting .banner-pic {
    border: 1px solid #C8C8C8;
    float: left !important;
    height: 28px;
    margin-left: 18px;
    margin-top: 4px;
    padding: 2px;
    width: 44px;
}

/**/



#bannertypelisting .onmouse
{
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
height:40px;
}
#bannertypelisting .onmouse:hover
{
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}


#bannertypelisting .banner-title a{
color:#045387;
font-size:17px;
font-family:Arial;
text-decoration:none;
float:left;
margin:10px 0 0 10px;
width:170px;
text-align:left;
}
#bannertypelisting .banner-title a:hover{
color:#057BC9;
font-size:17px;
font-family:Arial;
text-decoration:none;
}
#bannertypelisting .banner-arrow{
float:left;
margin:5px 0 0 0;
}

/**** arrow ****/

#bannertypelisting .arrow-count a{
width:46px;
height:26px;
float:left;
color:#fff;
font-size:14px;
font-family:Arial;
background: url(images/arrow.png) no-repeat;
text-decoration:none;
margin-top:6px;
padding: 5px 0 0 0;
text-align:center;
}
#bannertypelisting .arrow-count a:hover{
width:46px;
height:26px;
float:left;
color:#fff;
font-size:14px;
font-family:Arial;
background: url(images/arrow.png) no-repeat;
text-decoration:none;
}
#bannertypelisting a { float:left; }