/* 
    Document   : crossfade
    Created on : Mar 8, 2010, 4:00:44 PM
    Author     : doug
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#vt-slideshow-1 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
	height: 415px;
	background-color: #FFF;
	visibility: hidden;
        margin-left: -16px;
}

li img {
	display: block;
	border: 3px solid #FFF;
}
.caption {
	clear: both;
	padding: 1em;
	
}
.vt_slide {
	position: relative;
	background-color:#F2F2F2;
	border:2px solid #CCCCCC;
	padding-right:1em;
	margin-bottom: 1em;
	width: 620px;
	height: 505px;
        margin-top: -15px;
}

code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #00a0df;
}
#vt-slideshow-1-next {
	right: 4%;
	top: 78%;
}
#vt-slideshow-1-stop {
	right: 8%;
	top: 78%;
}
#vt-slideshow-1-previous {
	left: 3%;
	top: 78%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
