/* AVB styles for Home page Gallery */
#photoshow_right ul#photoshow_pictures{
	width:999999px;
	position:relative;
	left:0;
}
	#photoshow_right ul li{
		float:left;
	}

#home_gallery_wrapper{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
	display:block;
	text-align:center;
}
	
#home_gallery_rounded{
	padding:0 1px;
	height:10px;
	margin:0 auto;
	background:#fff;
}
#home_gallery{
	position:relative;
	bottom:1px;
	height:11px;
	background:#fff;
}

#home_gallery li{
	position:relative;
	float:left;
	margin-top:2.5px;
	
}
#home_gallery li a{
	display:block;
	width:20px;
	height:7px;
	background:url('../images/home/home_gallery/image_selector.gif') center center no-repeat;
}
#home_gallery li a.active{
	background:url('../images/home/home_gallery/image_selector_hover.gif') center center no-repeat;
}

#home_gallery li ul{
	position:absolute;
	bottom:10px;
	left:-31px;
	margin-top:0;
	background:url('../images/home/home_gallery/thumb_arrow.gif') bottom center no-repeat;
	padding:0 0 6px 0;
	line-height:0;
}
#home_gallery li ul li{
	margin:0;
}
#home_gallery li ul li img{
	border:1px solid #fff;
	margin:0;
}