@charset "UTF-8";

*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
		}
		body{ _height: 100%; }
		#content{
			margin:60px 0 0 0;
			padding:0 0 0 20px;
			height:400px;
			width:220px;
			left:5%;
			z-index: 3;
			background: #FFF no-repeat 90%;
			position:absolute;
			text-align:left;
			font-size:10px;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
/* with line */		
		div.line{
			background: url(../images/line.gif);
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 3;
			top:0;
			left:0;
			}

/* with dot */			
		div.dot{
			background: url(../images/dot.gif);
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 3;
			top:0;
			left:0;
			}
			
abbr {
	font-size: small;
}

