@charset "UTF-8";
/* CSS Document */

#promo {
	float: right;
	width: 320px;
	margin: 0px 10px 5px 5px;
	background-repeat: no-repeat;
}
#activities {
	float: left;
	width: 560px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#bookPreview {
	float: left;
	width: 506px;
	margin: 10px 5px 0px 5px;
	overflow:hidden;
}
#videoPlayer {
	background-color: #033;
	float: right;
	height: 250px;
	width: 320px;
	margin: 10px 10px 5px 10px;
}
.blueButton {
	clear: both;
	margin-left: 180px;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../../museumoftheives/images/bluebutton.jpg);
	float: left;
	width: 145px;
	height: 25px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	background-repeat: no-repeat;
	padding-top: 1px;
}
.blueButton a{
	text-decoration:none;
}
.blueButton:hover{
	background-image: url(../../museumoftheives/images/bluebutton.jpg);
	background-position: -147px;
}
h2 {
	font-size: 26px;
	text-decoration: underline;
	color: #009AD2;
	margin: 5px;
}
.activitiesThumb {
	Width: 147px;
	float: left;
	margin-left: 25px;
	color: #44525F;
}
.activitiesThumb a{
	text-decoration:none;
	color: #029AD1;
	font-weight: bold;
}
.activitiesThumb a:hover{
	font-weight: bold;
	color: #139367;
}
.activitiesThumb img {
	border: 2px solid #029AD1;		
}
.activitiesThumb img:hover {
	border: 2px solid #139367;	
}

/*Carousel*/
.prev {
	background: url(../../museumoftheives/images/bluearrowsback.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	border-style: none;
	float: left;
	margin-top: 65px;
}
.prev:hover {
	background: url(../../museumoftheives/images/bluearrowsback.jpg);
	background-position: -34px;
}
.bookScroller {
	height: 175px;
	width: 350px;
	float: left;
}
.bookScroller li {
	margin: 0 4px;	
}
.bookScroller li img{
	margin: 0px;
}
.next {
	background: url(../../museumoftheives/images/bluearrowsforward.jpg);
	height: 30px;
	width: 32px;
	border-style: none;
	float: left;
	margin-top: 65px;
}
.next:hover {
	background: url(../../museumoftheives/images/bluearrowsforward.jpg);
	background-position: -34px;
}
.disabled {
	background: white;
}
#bookPreview .disabled:hover {
	background: white;
}
#extCarButtons {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#extCarButtons button {
	height: 10px;
	width: 12px;
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-repeat: no-repeat;
	border-style: none;
	margin-left: 20px;
}
#extCarButtons .current {
	height: 10px;
	width: 12px;
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-position: -12px;
	border-style: none;
	margin-left: 20px;
}
#extCarButtons button:hover {
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-position: -12px;
}
.bookScroller ul li a{
	height: 153px;
	width: 135px;
	display: block;
	border: 2px solid #029AD1;	
}
.bookScroller ul li a:hover{
	border: 2px solid #139367;
}