#slidegallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 6px #AAAAAA;
	-webkit-box-shadow:0 0 6px #AAAAAA;
	box-shadow:0 0 6px #AAAAAA;
	
	/* CSS3 Rounded Corners */

	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;

	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	border:1px solid white;
	
	background:url(/content/images/panel.jpg) repeat-x top center #ffffff;
	
	/* The width of the gallery */
	width:940px;
	overflow:hidden;
	margin-left: 15px;
}

#slides{
	/* This is the slide area */
    /*	height:430px;*/
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:940px;
	overflow: hidden;
}
.slide{
	float:left;
}
#slidemenu{
	/* This is the container for the thumbnails */
	height:45px;
}

a img{
	border:none;
}

ul.smenu {
	margin:0px;
	padding:0px;
	text-align: center;
}

li.smenu {
	/* Every thumbnail is a li element */
	width:97px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 1px;
    zoom: 1;
    *display: inline;
    _height: 45px;
}

li.smenu a{
	display:block;
	background:url(/content/images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

li.smenu.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(/content/images/pic_bg.png) repeat;
}

li.smenu.act,li.smenu.act:hover{
	/* The active state of the thumb */
	background:url(/content/images/active_bg2.png) no-repeat;
}

li.smenu.act a{
	cursor:default;
}

li.smenu.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(/content/images/divider.png) no-repeat right;
}
.featurewrap {
	width: 920px; text-align: left; padding-left: 20px; padding-top: 20px;
}
.featureleft {
	float: left; width: 490px;
}
.featureright {
	float: right; width: 420px;
}

