/**
 * Since the content is loaded via javascript, we set
 * display:none to hide the carousel completely from browsers
 * having javascript disabled. jCarousel will show it automatically.
 */
#content #mycarousel {
    display: none;
	float:left;
}
/**
 * Loading indicator
 */
#content .loading {
    position: absolute;
    top: 0px;
    top: -33px;
    left: 320px;
    display: none;
}
/**
 * This <*div> element is wrapped by statically around the list
 * inside the HTML document.
 */
#content .jcarousel-scope {
    position: relative;
    width: auto;
/*    -moz-border-radius: 10px;
    height: 328px;*/
    background: #CC6 url(../images/slide-back.jpg) no-repeat left bottom;
    width: 136px;
    margin: 0;
    padding: 40px 10px;
    padding: 0;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
#content #mycarousel div.dyn {
    background: transparent url(../images/slide-top.jpg) no-repeat;
    width: 136px;
    padding: 40px 0;
}
#content .jcarousel-list {
    overflow: hidden;
    margin: 40px 0;
    padding: 0;
}
#content .jcarousel-list li {
    width: 75px;
    height: 69px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px 36px 5px 25px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
#content .jcarousel-next {
    display: none;
    position: absolute;
    bottom: 17px;
    bottom: 27px;
    left: 45px;
    cursor: pointer;
}

#content .jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

#content .jcarousel-prev {
    display: none;
    position: absolute;
    top: 10px;
    left: 45px;
    cursor: pointer;
}

#content .jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

/*Kelli Shaver slideshow*/

#content div#slidescreen {
	margin:0;
	padding:0;
    background: transparent url(../images/slide-screen.jpg) no-repeat right top;
	float: left;
}

#content div#slideframe {
	margin:0;
	padding:0;
    background: transparent url(../images/slide-frame.jpg) no-repeat right bottom;
}

#content #gallery {
/*	width: 500px;
	height: 550px;
	border:1px solid #929a9d;*/
	margin:0;
	padding:0;
	background: transparent url(../images/loading-vertex.gif) center center no-repeat;
}
#content div#slide {
	padding: 25px 40px 20px 10px;
}


#content div#slideimg {
/*	width: 500px;
	height: 550px;
	border:1px solid #929a9d;*/
	margin:0;
	padding: 25px 40px 15px 10px;
	padding: 0 0 15px 0;
}

#content #slidecaption {
	width: auto;
	height: 50px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 25px 20px 0;
	margin: 0;
}
#content #slidecaption p, #content #slidecaption h3 {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#slidetitle h1, #slidetitle h2, #slidetitle h3, #slidetitle h4, #slidetitle p, #slidetitle ul, #slidetitle ol {
	padding: 0;
}
#slidetitle h2 {
	margin: 0;
}
#content div#slidetitle {
	margin: 0;
	padding: 0;
	width: 524px;
    background: transparent url(../images/slide-hed-back.jpg) no-repeat right bottom;
}
#slidetitle div {
	display: block;
	margin: 0;
	padding: 0 20px 0 0;
    background: transparent url(../images/slide-hed-mid.jpg) no-repeat 18px bottom;
}
#slidetitle div div {
	padding: 0 0 20px 12px;
    background: transparent url(../images/slide-hed-cap.jpg) no-repeat left bottom;
}

