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


/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0;
	width: 650px;
	background-image: url(../../images/oversizedArtStyle/images/oversizedArt_02.jpg);
	background-repeat: no-repeat;
	height: 500px;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#mainContent #transport {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#mainContent #transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#mainContent #transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 100px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#mainContent #transport a:link {
	background: #666 url('../../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#mainContent #transport a:visited {
	background: #666 url('../../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#mainContent #transport a:hover {
	background: #666 url('../../demos/images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#mainContent #transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#mainContent #transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#mainContent #previews {
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url('../../demos/images/bg.gif');
	width: 126px;
	float: left;
	position: absolute;
	left: 19px;
	top: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #3a3a3a;
	border-left-color: #404040;
}
#mainContent #thumbnails {
	clear: both;
	margin: 10px auto;
}
#mainContent #thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#mainContent #thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#mainContent #picture {
	width: 450px;
	float: right;
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 180px;
	height: 500px;
	top: 10px;
}
#mainContent #mainImage {
	width: 100%;
	height: 100%;
}
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
.twoColFixLtHdr #container #containerWrapper #mainContentWrapper #mainContent #gallery #previews #controls #transport {
	padding-top: 10px;
	padding-left: 5px;
}
