/* SLIDVID Version 3.0, Jan 2011, by Jim Andrews, vispo.com. */

body {
	color: #ffffff;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	background-image: url(images/1.jpg);
	margin: 0px;
	height: 100%;
	width: 100%;
}

A, A:Visited, A:Active  {
	text-decoration : none;
	color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:Hover  {
	color : #bbbbbb;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #666666;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	top: 4px;
	left: 4px;
	border: 1px solid #CECECE;
}

.spincontrol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-color: #666666;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 4px;
	border: 1px solid #CECECE;
}

.closeButton {
	position: absolute;
	top: 5px;
	left: 282px;
}

.fadeOut {
	position: absolute;
	top: 5px;
	left: 235px;
	cursor:pointer;
}

.fitImage {
	position: absolute;
	top: 5px;
	left: 257px;
	cursor:pointer;
}

.optionsDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	height: 30px;
	width: 309px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 4px;
	top: 57px;
	/*padding: 5px; */
	z-index: 555;
	display:none;
}

.pic {
	width:346px;
	height:500px;
	border:0px;
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	position: absolute;
	z-index: -10;
}

.thumbnails {
	visibility: visible;
	position: absolute;
}

.controlsWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	z-index: 2;
	line-height: 25px;
}
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshowControlsWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	z-index: 2;
	line-height: 25px;
}

.thumbTableDiv {
	padding: 0px;
	position: absolute;
	z-index: 1;
	background-color: #000000;
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	border: 1px solid #000000;
}

.logo {
	position: absolute;
	z-index: 1000;
	right:5px;
	bottom:5px;
	cursor:pointer;
}

.thumbTable {
	/*background-color: #000000; */
	padding: 0px;
	position: absolute;
}

.thumb {
	width:60px;
	height:60px; 
	border:0px; 
	opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
}

.slideshow {
	display:none;
}

.pDescription  {
	text-decoration : none;
	color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:780px;
	font-weight: bold;
}

.comment  {
	text-decoration : none;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #000000; 
	/* border: 1px solid #9c0b0b; */
	text-align: center;
	border: 1px none #000000;
}

.j {
	text-decoration: none;
}

.style5 {color: #7097FE}

.style8 {color: #FFFF00}

.leftArrow {
	left:5px;
	top:48%;
	opacity:0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter:alpha(opacity=35);
	position:absolute;
	cursor:pointer;
	display:none;
}

.rightArrow {
	right:5px;
	top:48%;
	opacity:0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter:alpha(opacity=35);
	position:absolute;
	cursor:pointer;
	display:none;
}

/* LOGO CSS */

.footer {
  font-size: 1em;
  position: fixed;
  bottom: 5px;
  right:5px;
}
/* Vispo logo styles */
a.vispologo:link, a.vispologo:visited {
  text-decoration:none;
  font-weight:400;
}
a.vispologo:hover {
  text-decoration:none;
  font-size:1.1em;
  font-weight:500;
}
#vispologo {
  font-family: "Times New Roman", Times, serif;
  letter-spacing:2px;
  margin: 0 auto;
  text-align:center;
  text-shadow: 1px 1px #000000;
}
#v {
  color:maroon;
  font-size:1.5em;
}
#i {
  color:yellow;
  font-size:1.2em;
}
#s {
  color:green;
  font-size:0.9em;
}
#p {
  color: #06F;
  font-size: 1.2em;
}
#o {
  color: #FD40F8;
  font-size: 1.5em;
}