@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}
a{
	text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/


#box{
	position: relative;
	width:581px;
	height: 395px;
	margin: 0;
	padding: 0;
}
#box span{
	display: inline-block;
	margin: 0;
	padding: 0;
}
/*#handles_1{
	float:right;
	margin-right: 12px;
}
#handles_2{
	float:right;
}*/

/* @group WebMask */

.webmask1{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.webmask2{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.webmask3{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.webmask4{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.webmask5{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.webmask6{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.webmask7{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.webmask8{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}

/* @end */

/* @group PrintMask */

.printmask1{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.printmask2{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.printmask3{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.printmask4{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.printmask5{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.printmask6{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.printmask7{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}
.printmask8{
	position:absolute;
	width:581px;
	height:395px;
	overflow:hidden;
	background: none no-repeat;
}

/* @end */

/* ********************************** */

.info {
	background-color: #787878;
	width:581px;
	height: 65px;
	position:absolute;
	bottom: 0;
}
.info p, .info h4 {
	color: #ccc;
	font: .8em Helvetica;
	padding: 5px;
}
.info h4 a {
	float:right;
	background:#000;
	color:#fff;
	text-decoration:none;
	font-size: .9em;
	padding: 2px 3px 0;
}

span img {
	display:block;
	margin: 0;
	padding: 0;
}

/* ********************************** */

h2 {
	color:#999;
	font-size:1.6em;
	font-weight:normal;
}
/*.description {
	padding:16px;
	margin:10px 0;
	background:#eee;
}*/
.sample {
	width: 581px;
	margin: 0;
	padding: 0;
}

/* @group Buttons */

#buttons {
	background-color: #787878;
	width: 581px;
	height: 20px;
	position: relative;
	top: 0;
	cursor: pointer;
}
#buttons #prev{
	cursor:pointer;
	float: left;
	background: url(../images/jad_prev.png) no-repeat;
	width: 80px;
	height: 20px;
}
#buttons #prev:active, #buttons #prev:hover{
	cursor:pointer;
	float: left;
	background: url(../images/jad_prev_hover.png) no-repeat;
	width: 80px;
	height: 20px;
}
#buttons #next{
	cursor:pointer;
	float: right;
	background: url(../images/jad_next.png) no-repeat;
	width: 80px;
	height: 20px;
}
#buttons #next:active, #buttons #next:hover{
	cursor:pointer;
	float: right;
	background: url(../images/jad_next_hover.png) no-repeat;
	width: 80px;
	height: 20px;
}

/* @end */