/* HOME PAGE */
#slideshow {
	width: 974px;
	height: 280px;
	position:relative;
	margin: 0;
	background: url(../images/loading_wheel.gif) center center no-repeat #FFF;
}

#slideshow ul {
	list-style-type: none;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow DIV.active {
    z-index:10;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideController {
	width: 128px;
	height: 27px;
	position: absolute;
	top: 248px;
	left: 423px;
	z-index: 11;
}

#slideController div {
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	border: 1px solid #333;
}

#slideController a {
	display: block;
	width: 25px;
	height: 25px;
}

#control1 {
	background: url(../images/header/btn1.png) 0 0 no-repeat;
}

#control2 {
	background: url(../images/header/btn2.png) 0 0 no-repeat;
}

#control3 {
	background: url(../images/header/btn3.png) 0 0 no-repeat;
}

#control4 {
	background: url(../images/header/btn4.png) 0 0 no-repeat;
}

#control5 {
	background: url(../images/header/btn5.png) 0 0 no-repeat;
}

#control1:hover, #control2:hover, #control3:hover, #control4:hover, #control5:hover, #control1.current, #control2.current, #control3.current, #control4.current, #control5.current {
	background-position: 0 -25px;
}

#flashscroller {
	width: 974px;
	height: 185px;
	overflow: hidden;
	margin: 0;
	padding: 15px 0 0 0;
	background: url(../images/bg_scroller.png) 0 0 no-repeat #BABABA;
}

#widgets {
	height: 265px;
}

#widgets p, #widgets li {
	font-size: 7pt;
}

.widget_white, .widget_grey, .widget_podcast {
	width: 247px;
	height: 191px;
	float: left;
	padding: 40px 45px 20px 30px;
}

.widget_white {
	background: transparent url(../images/bg_widget_white.png) top left no-repeat;
}

.widget_grey {
	background: transparent url(../images/bg_widget_grey.png?d=081011) top left no-repeat;
}

.widget_podcast {
	width: 350px;
	padding-left: 220px;
	padding-right: 80px;
	background: transparent url(../images/bg_widget_podcast.jpg) top left no-repeat;
}

h2.wdgt {
	width: 275px;
	height: 41px;
	margin: 0 0 5px 0;
}
h2.wdgt span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

h2#home-photo-books { background: url(../images/h2_photo_books.png) no-repeat; }

h2#home-podcast {
	/*background: url(../images/h2_podcast.png) no-repeat; */
	height: 45px;
	width: 345px;
}

h2#home-newsletter {
	background: url(../images/h2_newsletter.png) no-repeat; 
	height: 51px;
}

