@charset "utf-8";
/* CSS Document */
body{
	margin-left:0px;
	margin-right:0px;
}

	#header{		
		background-color:#d7d7d7;
		height:60px;
		width:750px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	}
	
	#hImgLeft{
		float:left;
		width:auto;
	}

	
	#hCaption{
		/*float:left;
		width:550px;*/
		/*padding-top:10px;*/
	}

	#hTitle{
		font-family: Arial;
		font-size:20px;
	}	
	.UpdateTitle{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:left;
		padding: 0 0 0 10px;

	}
	#hNum{
		font-family:verdana;
		font-size:15px;
		color:#FF0000;
		font-weight:bold;
	}	

	#imgView{
		width:750px;
		margin-left: auto;
		margin-right: auto;		
	}


img.img-content{
	border: 0px solid #009966;
}

div.gs-ui-pagination{
	font-size:80%;
	font-family:Arial;	
	text-align:center;
	color:#ff6500;
	height: 50px;
	width: 90%;
	padding: 5px 5px;
}

div.gs-ui-content{
	font-family:Arial;
	border: 0px solid #009966;
	text-align:center;	
}

button.gs-unselected{
	background-image:url(../images/buttonback.jpg);
	border: 1px solid #ff9600;
	margin-right:3px;
	padding:5px 7px;
	background-position:bottom;
	text-decoration: none;
	color: #ff6500;
	height:30px;		
}

button.gs-selected {
	border: 1px solid #ff9600;
	background-image:none;
	color: #ff6500;
	background-color: #ffbe94;
}

button.gs-disabled {
	margin-right:3px;
	padding:5px 7px;
	border: 1px solid #ffe3c6;

	color: #ffe3c6;
}		

button.gs-unselected:hover,button.gs-unselected:active {
	border: 1px solid #ff9600;
	background-image:none;
	background-color:#ffc794;
	color: #ff6500;
	
	cursor:pointer;
}		

button.pg{
	width:30px;
}

button.next{width:90px;}
button.prev{width:90px;}
