/*scrolling ad*/ 
 .home_mid1 .home_ad_scroller{
 	float:left;
	 background: #300021 url(http://images.defected.com/layout/home-ad-scroller.jpg) no-repeat;
	 width:665px;
	 height:131px;
	 display:block;
 }
 
.home_mid1 .home_ad_scroller div {
	height:118px;
	margin:0 0 0 32px;
	overflow:hidden;
	padding:5px 0 0;
	width:599px !important;
}

.home_mid1 .home_ad_scroller #scrollArrows{
display:block;
}

.home_ad_scroller ul.arrows li.left {

}

.home_ad_scroller ul.arrows li.right {
left:630px;
}

.home_ad_scroller ul.arrows li {
	height:23px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	text-indent:-9999px;
	top:-70px;
	width:23px;
}

.home_ad_scroller div ul li {
	float:left;
	height:118px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:120px;
}

.home_ad_scroller ul.arrows li.left a {
	background-image:url(http://images.defected.com/buttons/home-ad-scroller-prev.gif);
}

.home_ad_scroller ul.arrows li.right a {
	background-image:url(http://images.defected.com/buttons/home-ad-scroller-next.gif);
}

.home_ad_scroller ul.arrows li a {
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:23px;
	outline-style:none;
	outline-width:0;
	width:23px;
}

.home_ad_scroller div ul#logoScroller {
	height:118px;
	overflow:hidden;
	position:relative;
	left:40px;
	width:600px;
}

.home_ad_scroller div ul li {
	float:left;
	height:118px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:130px;
}
/*end scrolling ad*/