body {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background-color: #000000;
}

img { border: none; }


.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #660000;
	padding: 5px;
	left: -1000px;
	border: 1px solid #ffffff;
	visibility: hidden;
	text-decoration: none;
	font-size: 1.0em;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 90px; /*position where enlarged image should offset horizontally */
}

.thumbnail_right {
	position: relative;
	z-index: 0;
}

.thumbnail_right:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail_right span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #660000;
	padding: 5px;
	right: -1000px;
	border: 1px solid #ffffff;
	visibility: hidden;
	text-decoration: none;
	font-size: 1.0em;
}

.thumbnail_right span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail_right:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	right: 90px; /*position where enlarged image should offset horizontally */
}

#container {
	width: 830px; /*The width Layout*/
	margin: 0 auto; /*Margin 0 centers Layout*/
	}

#banner {
	display: inline;
	width: 725px;
	height: 100px;
	margin-bottom: 0px;
}

#navigation {
	margin-top: -15px;
}

.nav {
	text-align: center;
	font-size: 0.75em;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
}

#left_side {
	padding: 5px;
	float:left;
	width:175px;
	height:1800px;
	background-color:#660000;
} 
#center_body { 
	padding: 5px;
	float:left;
	width:450px;
	height:1800px;
	background-color:#000000;
}
#right_side {
	padding: 5px;
	float:right;
	width: 175px;
	height:1800px;
	background-color:#660000;
}

#bottom {
	padding: 5px;
	clear:both;
	width: 800px;
	height:100px;
	background-color:#000000;
}

#photo_body { 
	padding: 5px;
	width:600px;
	height:0px;
	text-align: center;
	margin-bottom: 25px;
	background-color:#000000;
}

#video_left { 
	padding: 5px;
	float:left;
	width:300px;
	height:350px;
	margin-bottom: 25px;
	background-color:#000000;
}

#video_right { 
	padding: 5px;
	float:left;
	width:450px;
	height:350px;
	text-align: left;
	margin-bottom: 25px;
	background-color:#000000;
}

#video_left1 { 
	padding: 5px;
	float:left;
	width:300px;
	height:300px;
	margin-bottom: 25px;
	background-color:#000000;
}

#video_right1 { 
	padding: 5px;
	float:left;
	width:450px;
	height:300px;
	text-align: left;
	margin-bottom: 25px;
	background-color:#000000;
}


h1 {
	text-align: left;
	font-size: 0.6em;
	font-family: verdana, arial, sans-serif;
	text-decoration: underline;
	color: #CCCCCC;
}

h2 {
	text-align: center;
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
	text-decoration: underline;
	color: #CCCCCC;
}


p {
	text-align: center;
	font-size: 0.6em;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
}

p.medium {
	font-size: 0.8em;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

a:link {
	color: #900000;
	text-decoration: none; 
}
a:visited {	
	color: #900000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: overline underline;
}
a:active {	
	color: #FF9900;
	text-decoration: overline underline;
}
a.specialLink:link { 
	color: #FFFFFF;
	text-decoration: none; 
}
a.specialLink:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
a.specialLink:active {
	color: #666666;
	text-decoration: overline underline;
}
a.specialLink:hover { 
	color: #666666;
	text-decoration: overline underline;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.sledporn.com/media/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.sledporn.com/media/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
