#gallery_selector {
	float: left;
	display: inline;
	width: 350px;
	height: 64px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}

body.About #gallery_selector {
	width: 946px;
	height: auto;
	padding: 0;
}

#carousel,
#recognition {
	background: #2C2C2C;
	padding: 10px 0 10px 25px;
	margin: 0;
	clear: both;
	width: 373px;
	overflow: hidden;
	position: relative;
}

#recognition {
	background: none;
	padding: 0;
	width: 100%;
}

body.About #carousel {
	width: 960px !important;
	background: none;
	padding: 0;
	overflow: visible;
}

#gallery_left, #gallery_right {
	position: absolute;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	outline: none;
	top: 35px;
	left: 5px;
	background: url(../images/gallery_left.gif) 0 0 no-repeat;
	z-index: 10;
}

#recog_up, #recog_down {
	position: absolute;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	outline: none;
	top: 0px;
	right: 0px;
	background: url(../images/recog_carousel_up.gif) 0 0 no-repeat;
	z-index: 10;	
}

body.About #gallery_left, 
body.About #gallery_right {
	top: auto;
	left: auto;
	right: 30px;
	top: -10px;
	height: 13px;
	background: url(../images/book_carousel_left.gif) 0 0 no-repeat;
}

body.History .pagination {
	display: none;
}

#gallery_right {
	left: auto;
	right: 5px;
	background: url(../images/gallery_right.gif) 0 0 no-repeat;
}

#recog_down {
	top: auto;
	bottom: 0px;
	background: url(../images/recog_carousel_down.gif) 0 0 no-repeat;
}

body.About #gallery_right {
	right: 14px;
	background: url(../images/book_carousel_right.gif) 0 0 no-repeat;
}

/****** Carousel **********/




.carousel-clip-region {
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
	height: 66px;
}

#recognition .carousel-clip-region {
	height: 160px;
}



body.About .carousel-clip-region {
	height: 130px;
}

ul.carousel-list {
	width: 10000px;
	position: relative;
}

#recognition ul.carousel-list {
	width: 100%;
}

ul.carousel-list li {
	float: left;
	list-style: none;
	display: inline;
	width: 64px;
	height: 64px;
	margin: 0 3px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

#recognition ul.carousel-list li {
	width: auto;
	height: auto;
	float: none;
	overflow: visible;
	display: block;
	list-style: disc outside !important;
	line-height: 16px;
	font-size: 10px;
	cursor: default;
	margin: 0px 20px 0px 0px;
	padding-left: 15px;
	background: url(../images/brown_bullet.gif) 3px 7px no-repeat;
}

ul.carousel-list li.book {
	width:210px;
	height:100px;
	margin: 1em 10px 0px 0px;
	position: relative;
	cursor: default;
}

ul.carousel-list li.active {
	border: 2px solid #BF9F75;
	width: 60px;
	height: 60px;
}

ul.carousel-list li.active img {
	position: relative;
	display: block;
	top: -2px;
	left: -2px;
}

ul.carousel-list li img.flash_movie_play,
ul.carousel-list li img#gallery_loading {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 25px;
	height: 25px;
	z-index: 50;
}

ul.carousel-list li.active img.flash_movie_play {
	left: 18px;
	top: 18px;
}
