﻿* {
    box-sizing:border-box;
}

body 
{
    margin : 0px;
    padding : 0px;
    background-color : Transparent;
}

form
{
    margin : 0px;
    padding : 0px;
}

div.slideshow
{
    margin : 0px;
    padding : 0px;
    border : none 0px;
}

/*style01 的標題文字*/
.slideshow-captions {
	background: #000;
	bottom: 0px;
	color: #FFF;
	left: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}


