/* Main content layout & display */
html, body {
	background: #fff3d4;
}

#container {
	margin: 0 auto 0 auto;
	background: url('../img/background_content.jpg') no-repeat;

	border-right: 1px solid #9a9380;
}

#container, #photoBackground {
	width: 958px;
	height: 602px;
}

#photoBackground {
	position: relative;
}

.upperBody {
	background: url('../img/background_photoBackground_upperBody.jpg') no-repeat;
}

.closeUp {
	background: url('../img/background_photoBackground_closeUp.jpg') no-repeat;
}

#content {
	margin-left:342px;
	margin-top: 0px;
}

a#contactEmail {
	display: block;
	width: 353px;
	height: 41px;
	background: url('../img/background_contactEmail.png') no-repeat;
	position: absolute;
	top: 561px;
	
	text-decoration: none;
}

/* Navigation */
#navigation {
	float: right;
	width: 700px;
	height: 107px;
	background: url('../img/background_navigation.png') no-repeat;
	margin-right: 55px;
}
#navigation ul {
	margin-top: 67px;
	margin-right: 40px;
	width: 375px;
	float: right;
}
#navigation ul li {
	display: block;
	float: left;
}
#navigation ul li a{
	display: block;
	height: 15px;
	width: 78px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#navTour {
	background-image: url('../img/text/navigation/tour.png');
}
#navPhoto {
	background-image: url('../img/text/navigation/photo.png');
}
#navMusic {
	background-image: url('../img/text/navigation/music.png');
}
#navBlog {
	background-image: url('../img/text/navigation/blog.png');
}
#navVideo {
	background-image: url('../img/text/navigation/video.png');
	background-position: bottom right !important;
	width: 63px !important;
}

#homeLink {
	margin-left: 90px;
	float: left;
	display: block;
	width: 185px;
	height: 110px;
	text-decoration: none;
}

/* Home page */
#myytplayerContainer, #myytplayer {
	height: 228px;
	width: 475px;
}
#myytplayerContainer{
	margin-top: -54px;
	margin-left: 1px;
}

#videoPlayer {
	padding-left: 48px;
}

#videoPlayer #videoControl {
	background: url('../img/background_video_control.png') no-repeat;
	width: 478px;
	height: 28px;
	margin-top: 3px;
}
#videoPlayer #videoControl input{
	float: left;
	margin-left: 10px; 
	margin-top: 3px;
}
#videoPlayer .ui-slider-horizontal {
	background: none !important;
	border: 0px !important;
}
#videoPlayer .ui-slider-handle {
	background: url('../img/video_progress_bar.png') !important;
	width: 12px !important;
	height: 22px !important;
	border: 0px !important;
}
#videoPlayer #slider {
	width: 405px;
	float: left;
	margin: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#mycarouselContainter {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:px;
	margin-right:px;
	height:57px;
}

#mycarouselInstructions {}

#mycarouselInstructions p{
	margin-top:0px;
	margin-bottom:10px;
	margin-left:120px;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-style:italic;
	font-weight:bold;
}

#nowPlayingContainer {
	position: absolute;
	top: 480px;
	left: 385px;
	
}


#museContainer {
	margin-top:-10px;
}


/* Downloads / Photo page */
h1 {
	height: 20px;
}
h1 img {
	margin-top: 8px;
}
#wallPapers img.scotch {
	margin: 0px;
	width: 210px;
	height: 170px;
	float: left;
}
#wallPapers li.wallPaper {
	width: 300px;
	height: 170px;
	float: left;
	background-position: 25px 25px;
	background-repeat: no-repeat;
}
#wallPapers li.wallPaperA {
	background-image: url("../img/wallpapers/Rae_Indigo_Wallpaper_A_th.jpg");
}
#wallPapers li.wallPaperB {
	background-image: url("../img/wallpapers/Rae_Indigo_Wallpaper_B_th.jpg");
}
#wallPapers li.wallPaperC {
	background-image: url("../img/wallpapers/Rae_Indigo_Wallpaper_C_th.jpg");
}
#wallPapers ul.links {
	float: left;
	margin-top: 17px;
	margin-left: -10px;
}


#wallpaperHeaderTable {
	width:100%;
}
#wallpapersHeader {
	width:50%;
	text-align: left;
}
#moreWallpapersHeader {
	width:50%;
	text-align: right;
	padding-right: 95px;
}


#photos{
	position: absolute;
	width: 510px;
	top: 300px;
	left: 383px;
	padding-left: 17px;
}

#photos ul {
	margin-top: -20px;
}
#photos ul li {
	float: left;
	width: 
}


/* Generic helper styles */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
