/**********************************************************
/	Home Page Slideshow
**********************************************************/
#gallery_1{
	background:url(/wp-content/themes/kirschling/images/template/bg-content.jpg) 0px 0px repeat-x;
	border:ridge #948D7B 3px;
	height:170px;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
	width: 860px;
}

	#gallery_1 .gallery{
		padding:0 10px;
		position:absolute;
		width:20000em;
	}

	/**********************************************************
	/	Its ugly but I needed to remove the default styles being put right above the markup
	**********************************************************/
	#gallery-1 .gallery-item {
		float: left;
		margin:0 10px 15px 10px !important;
		text-align:left !important;
		width:auto !important;
	}
	
	#gallery-1 img {
		border:solid #000 1px !important;
		margin:0px !important;
		padding:0px !important;
	 }

