.box * {

	margin:0;

	padding:0;
	

}



.box {width:537px; height:110px;

position: relative;
overflow:hidden;}

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:200px;

}
.outer{
	 /* position:absolute;*/

	height:110px;

	overflow:hidden;

	width: 460px;
	/*z-index: 1;
	left:38px;*/
	float:left;
	margin: 0  3px;
	
}
.gallery1{

	position:relative;

	height:110px;

	overflow:hidden;

	width: 460px;      

}

.gallery{

	position:absolute;

	left:0;

	top:0;

	/*float:left;*/

	width:460px;

	height:110px;

	overflow:hidden;

}

.gallery fieldset{

	width:460px;

	height:110px;

	position:relative;

}

.galleryNav{

	position:absolute;

	bottom:-2px;

	width:50%;

	height:110px;

	overflow:hidden;

	background-image: url(images/blue-transp.png);

	background-repeat: repeat-x;

	color: #FFF;

	padding-top: 10px;

	padding-right: 5px;

	padding-bottom: 0;

	padding-left: 10px;

	right: 4px;

	display: none;

	background-color: #09F;

}

.galleryNav span{

	color:#FFF;

	width:220px;

	display:block;

	height: auto;

	font-family: Arial, Tahoma, sans-serif;

	font-size: 18px;

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

	padding: 7px;

	position: absolute;

	bottom: 30px;

	line-height: normal;

	right: 0px;

	background-color: #C66;

}

.galleryButton{

	width:537px;

	height:110px;

	overflow:hidden;

	position:absolute;

	bottom:0px;

	z-index:5;

	left: 0px;

	top: 0px;

}
* html .galleryButton{
 	width:545px;
}	

.galleryPrev,.galleryPause,.galleryNext{

	width:33px;

	height:110px;

	cursor:pointer;

	display:block;

	font-size:1px;

	/*float:left;*/
	
	/*position:absolute;  */
	

}

.galleryPrev{

	background-image: url(images/servicesbox_leftarrow.png);

	background-repeat: no-repeat;
	float:left;
	/*left:0px;
	top:0px;
	z-index: 99; */
}

.galleryPause{
	display:none;

}

.galleryNext{

	background-image: url(images/servicesbox_rightarrow.png);

	background-repeat: no-repeat;
	float:left;
	/*z-index: 100; */
	

	/*float: right;  */
	/*left:50px;
	top:0px*/;


}

.galleryPrev:hover{

	background-image: url(images/servicesbox_leftarrow_hover.png);

	background-repeat: no-repeat;

}

.galleryPause:hover{

	

}

.galleryNext:hover{

	background-image: url(images/servicesbox_rightarrow_hover.png);

	background-repeat: no-repeat;

}

