/*  Slideshow
------------------------------------------------------*/
#slideshow_wrap{
	width:630px;
}
#slideshow{
	width:630px;
	height:430px;
	position:relative;
	list-style-type:none;
	color:#fff;
	margin:0 0 0 0 !important;
	padding:0px;
	z-index: 100;
}
	#slideshow li{
		width: 630px;
		margin:0px; 
		padding:0px;
		list-style-type:none;
		list-style-position:outside
	}

#pager_wrap {
	position: relative;
	display: table;
	margin: -20px auto 0 auto;
	padding: 0 0 10px 0;
	z-index: 100001;
}

.radio_home {
	width: 100%;
}
	.radio_home a{
		background: url(images/radio_button_home_sprite.png) no-repeat !important;
		display:block !important;
		float:left !important;
		font-size:0px !important;
		width:16px !important;
		height:16px !important;
		margin:8px 2px 0px 2px !important;
		outline-style:none !important;
		outline-width:medium !important;
		text-indent:-9999px !important;
		cursor:pointer !important;
	}
		.radio_home a:hover{
			background-position: 0 -20px !important;
		}
		.radio_home a.activeSlide{
			background-position: 0 -40px !important;
		}

