.box * {
	margin:0; padding:0;
}
img,fieldset{
	border:none;
}

:focus{
	outline:none;
}

ul,ol,li{
/*	margin-left:10px;
	padding-left:10px;
*/}	

.hide,h1 b,h2 b,h3 b,h4 b,h5 b,a em{
     position: absolute;
     left: -9999px;
}

.box .message{
	padding:0 0 50px 5px;
	width:467px;
}
.gallery1{
	position:relative;
	height:145px;
	overflow:hidden;
}
.gallery{
	position:absolute;
	left:0;
	top:0;
	float:left;
	width:467px;
	height:145px;
	overflow:hidden;
}
.gallery fieldset{
	width:467px;
	height:145px;
	position:relative;
}
.galleryNav{
	position:absolute;
	bottom:-2px;
	width:50%;
	height:145px;
	overflow:hidden;
	background-image: url(images/blue-transp.png);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	right: 4px;
}
.galleryNav span{
	color:#FFF;
	width:220px;
	display:block;
	height: auto;
	font-family: Verdana, Arial, Tahoma, sans-serif;
        text-align: left;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	padding-right: 5px;
        padding-left: 0px;
	position: absolute;
	bottom: 30px;
       
	line-height: normal;

	right: 0px;
}
.galleryButton{
	width:43px;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:18px;
	bottom:20px;
	z-index:5;
}
.galleryPrev,.galleryPause,.galleryNext{
	width:7px;
	height:10px;
	cursor:pointer;
	display:block;
	font-size:1px;
	float:left;
}
.galleryPrev{
	background:url('') no-repeat;
}
.galleryPause{
	background:url('') no-repeat;
	margin-left:8px;
}
.galleryNext{
	background:url('') no-repeat;
	margin-left:10px;
}
.galleryPrev:hover{
	background:url('') no-repeat;
}
.galleryPause:hover{
	background:url('') no-repeat;
}
.galleryNext:hover{
	background:url('') no-repeat;
}

