.main-image {

        background: url(/multimedia/f15-home-bkg.jpg);
        position: absolute;
        width: 910px;
        height: 415px;
        overflow: hidden;
        z-index: 0;
}

.main-feature {
        background: url(/multimedia/f15-home-bkg.jpg);
        position: absolute;
        width: 600px;
        height: 290px;
        overflow: hidden;
        z-index: 1;
        margin-top: -310px;
        margin-left: 30px;
} 

.slideshow {
	margin-bottom:30px;
}
.dept {
	background:#e9f3f6;
	width: 220px;
	padding: 0px 0px 15px 0px;
	height: 386px;
	margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 0px;
    }

.dept span.h4 {
	margin-top: 15px;
        margin-left: 10px;
}
.dept-header {
	position: relative;
	top: -185px;
	margin-left: 10px;
	width: 208px;
}
.dept-image {
	margin-left: -9px;
	width: 208px;
}
.dept-button {
	margin-bottom: 60px;
}
.caption-img {
	float:left;
	margin-right: 10px;
}
.grins-giggles-section {
	background:#e9f3f6;
	height:235px;
	width:678px;
	margin-bottom:10px;
}
.next-caption {
	padding:10px;
}
.next-caption-img {
	float:left;
	margin-right:10px;
}
.latest-caption {
	width:350px;
	float:left;
	padding:10px;
}
.grins-giggles-all-caps {
	text-transform:uppercase;
	font-weight:bold;
}
.slides {
margin:-310px 0 0px 30px;
}
/*slider styling*/

img {
	border: none;
	display:inline;
}
#home-feature-area {
	background: none;
	width: 600px;
	height: 290px;
	position: relative;
	left: -15px;
        margin-left:221px;
        top: -23px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 650px; /*Width of Carousel Viewer itself*/
	height: 320px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: 650px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	overflow: hidden;
}
#slide {
	padding:0;
	width:650px;
	height:320px;
	overflow: hidden;
}
.slide1 {
	background: url(/multimedia/f15-home-feature.png) no-repeat;
	overflow: hidden;
        width: 650px;
        height: 320px;

}
.slideText1 {
	width: 268px;
	height: auto;
	margin: 0;
	padding:0;
	position: relative;
	top: 122px;
	left: 303px;
	line-height: 14px;
}
.slideText1 p {
	color:#fdeba5;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px 15px;
	font-weight: normal;
}
.slideText1 p a {
	color:yellow;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	font-size: 10px;
}
.slideText1 a:visited {
	color: #FFF;
	font-size: 10px;
}
#mygallery-paginate {
	width: 70px;
	height: 20px;
	text-align:center;
	margin-top:-92px;
	margin-left:25px;
	position: relative;
                background: white;
}

.emph-title {
font-weight: bold;
font-style: italic;
margin-bottom: .75em;
font-size: 16px;
display: block;
}

a img.clear {clear:both; display:block}