@charset "UTF-8";

#full-window{
    width:100%;
	height:100%;
	border-collapse:collapse;
}


.slide-image{
	width:100%;
	height:100%;
	min-width:250px;
}


.slide-image img{
	width:100%;
	height:100%;
}

.spacer{

	
}

.spacer td{
	height:10px;	
}

.spacer img{

}

.slide-control{
	width:100%;
	background-color:#000;
}

.thumbs-box{
}


.thumbs{
	height:60px;
	width:100%;
}


.thumbs div div div{
	float:left;
	width:45px;
	height:45px;
	overflow:hidden;
	margin:0px 4px 16px 4px;
	border:solid 1px;
	border-color:#333;
}


.play{
	background-image:url(../images/play-blkbg-40x40.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:40px;
	width:40px;
	border:0px;
}

.pause{
	background-image:url(../images/pause-blkbg-40x40.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:40px;
	width:40px;
	border:0px;
}

.back{
	background-image:url(../images/back-blkbg-40x40.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:40px;
	width:40px;
	border:0px;
	margin:0px;
}


.next{
	background-image:url(../images/next-blkbg-40x40.png);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	width:40px;
	border:0px;
}

.fullscreen{
	background-image:url(../images/ss-blkbg-40x40.png);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	width:40px;
	border:0px;
}

.thumbs div div div.thumb-on{
	border:solid 1px;
	border-color:#fff;
}

.overlay-caption{
	width:100%;
	background: rgb(255, 255, 255);
	background-color:rgba(255,255,255,1.0);
	font-size:14px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#333;
	padding:0px 0px 0px 10px;
}

.overlay-caption div{
}
