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

#media {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#videoPlayer {
	background-color: #033;
	width: 470px;
	height: 353px;
	margin: 0px 10px 0px 0px;
}
#imageBox {
	float: left;
	height: 375px;
	width: 700px;
	margin: 10px 0px 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #000;
	font-family: Arial, Helvetica, sans-serif;	
}
#imageInfo{
	width: 190px;
	margin: 5px 20px 5px 5px;
	float: left;
	color: #000;
}
.imageTitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.imageDescript {
	width: 190px;
	font-size: 12px;
	color: #000;
}
.imageContent {
	width: 470px;
	height: 353px;
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #000;	
}
.imageCredit {
	clear: both;
	text-align:right;
	margin: 3px 10px 0 0;
	font-size: 11px;
	color: #000;
}

#word {
	float: left;
	height: 100px;
	width: 225px;
	margin: 10px 10px 5px 0px;
}
#related {
	float: left;
	width:225px;
}
.formatsLinks {
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin: 0px;
	color: #0099D2;
}
.formatsLinks a{
	text-decoration:none;
	color: #029AD1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 0099D2;
}
.formatsLinks a:hover{
	border-bottom-style: solid;	
}

/*carousel*/
.prev {
	background: url(../../museumoftheives/images/bluearrowsback.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	border-style: none;
	float: left;
	margin-top: 32px;
}
.prev:hover {
	background: url(../../museumoftheives/images/bluearrowsback.jpg);
	background-position: -34px;
}
.bookScroller {
	height: 115px;
	width: 950px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #;	
}
.bookScroller li img{
	border: 1px solid #000;
	margin: 5px 2px 0 2px;
	border: 2px solid #029AD1;	
}
.bookScroller li img:hover{
	border: 2px solid #139367	
}
.next {
	background: url(../../museumoftheives/images/bluearrowsforward.jpg);
	height: 30px;
	width: 32px;
	border-style: none;
	float: left;
	margin-top: 32px;
}
.next:hover {
	background: url(../../museumoftheives/images/bluearrowsforward.jpg);
	background-position: -34px;
}
.disabled {
	background: white;
}
#media .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 button:hover {
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-position: -12px;
}
#extCarButtons .current {
	height: 10px;
	width: 12px;
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-position: -12px;
	border-style: none;
	margin-left: 20px;
}