@CHARSET "ISO-8859-1";

body {
	
	margin-bottom: 50px;
	font: 72% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;

}

ul.navigation_bar li a {
	font: 72%  Verdana, Tahoma, Arial;	
	line-height:24px;	
}

ul.navigation_bar li a hover {

	text-decoration:underline;

}



UL,LI,FORM {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

H1{
	font-family: Verdana;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px;
	margin: 0px;
}

H2{
	font-family: Verdana;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
}

IMG {
	border: 0px;
	padding: 0px;
}

P {
	margin: 0px;
}

A {
	color: blue;
	text-decoration: underline;
}

A:VISITED {
	color: blue;
}

A:HOVER {
	color: #8399B1;
}

input.text,input.password,input.file,input.TextField,SELECT {
	background: transparent url("../resources/input.gif");
	border-color: #333333 #999999 #CCCCCC #333333;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
}

DIV .floatLeft {
	float: left;
}

DIV .floatRight {
	float: right;
}

div .btn {
	width: 18px;
	height: 18px;
	cursor: hand;
	cursor: pointer;
	margin: 3px;
	float: left;
}

div .edit {
	background: transparent url("../resources/edit/editCol.png");
	background-position: -36px;
	background-repeat: no-repeat;
}

div .delete {
	background: transparent url("../resources/edit/editCol.png");
	background-position: 0px;
	background-repeat: no-repeat;
}

div .ok {
	background: transparent url("../resources/edit/editCol.png");
	background-position: -18px;
	background-repeat: no-repeat;
}

div .view {
	background: transparent url("../resources/viewOnMaps.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	cursor: hand pointer;
}

.bordered {
	border: 1px;
	border-color: #8399B1;
	border-style: solid;
}

.faderContainer {
	border: 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
	padding: 3px 3px 3px 3px;
	z-index: 104;
}

#container {
	width: 978px;
	margin: 0 auto;
}

#pageBottom {
	float: left;
	text-align: center;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: black;
	margin-top: 10px;
	width: 100%;
}

#titleContainer {
	float: left;
	width: 100%;
	text-align: center;
}

#titleImgContainer {
	float: left;
	width: 800px;
	text-align: left;
}

#fadezone {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 103;
}

.link {
	cursor: hand;
	cursor: pointer;
}

.header {
	background-color: #F2F7FB;
	color: #3d496a;
	height: 24px;
	border-style: none;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding: 5px 0px 3px 0px;
}

.smalHeader {
	background-color: #F2F7FB;
	color: #151A6E;
	border: 1px;
	border-color: #8399B1;
	height: 24px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.write-error {
	background-image: url("../resources/write-error.gif");
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: red;
	text-align: left;
	display: block;
}

.write-ok {
	background-image: url("../resources/write-ok.gif");
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #151A6E;
	text-align: left;
	display: block;
}

div .hiden {
	display: none;
}

div .error {
	color: red;
	width: 100%;
	text-align: center;
}

#menuContainer {
	width: 100%;
	float: left;
	z-index: 100;
}

.content_small_left {
	width: 300px;
	float: left;
	margin-right: 3px;
}

.small_container {
	width: 300px;
	padding: 3px;
}

.content_small_right {
	width: 282px;
	float: right;
	padding-bottom: 2px;
}

.small_right {
	width: 175px;
	float: right;
	padding-bottom: 2px;
}

#viewPageContent {
	width: 688px;
	float: left;
}

.addSection {
	width: 100%;
	margin-top: 2px;
	float: left;
}

.addSectionContent {
	padding: 3px 3px 3px 3px;
	float: left;
}

.addSectionContent INPUT {
	background: transparent url("../resources/input.gif");
	border-color: #333333 #999999 #CCCCCC #333333;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
}

.addSectionContent INPUT .title {
	width: 300px;
}

.addSectionContent SELECT {
	width: 150px;
}

#addPlaceMapDiv {
	float: left;
	width: 739px;
	height: 300px;
	margin: 0px 3px 3px 0px;
	z-index: 10;
}

#viewPlaceMapDiv {
	float: left;
	width: 684px;
	height: 510px;
	margin: 0px;
	z-index: 10;
}

#viewPlaceMapDivContainer {
	float: left;
	width: 678px;
	height: 300px;
	margin: 3px 3px 3px 3px;
	z-index: 10;
}

#locationData {
	width: 230px;
	float: left;
}

#locationData SELECT {
	width: 130px;
}

#mapLoadingDiv {
	margin: 0px 0px 0px 5px;
	z-index: 20;
}

#pageContainer {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#addNewPhoto {
	width: 265px;
}

#currentPhoto {
	width: 700px;
	margin-left: 3px;
}

div.img {
	text-align: center;
	width: 126px;
	height: 90px;
	border: 1px solid white;
	position: absolute;
}

div.img img.img {
	display: inline;
	border: 1px solid #8399B1;
}

div.img a:hover img {
	border: 1px solid #0000ff;
}

div .desc {
	text-align: center;
	font-weight: bold;
	width: 120px;
}

div .editPanelImg {
	position: absolute;
	top: 115px;
	width: 100%;
}

#placeDesc {
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	width: 120px;
	margin: 2px;
	float: left;
}

div .fill {
	width: 100%;
}

div .smallImgContainer {
	width: 126px;
	padding: 2px;
	margin-left: 6px;
	margin-top: 2px;
	float: left;
	border: 1px solid #8399B1;
	position: relative;
	height: 125px;
}

div .smallPlaceContainer {
	width: 126px;
	padding: 2px;
	margin-left: 4px;
	margin-top: 2px;
	float: left;
	border: 1px solid #8399B1;
	position: relative;
	height: 155px;
}

.title {
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 24px;
}

#editPhoto {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 250px;
	display: none;
	background-image: url("../resources/edit/container.gif");
	background-repeat: no-repeat;
	padding: 15px 5px 5px 25px;
}

#bigPhotoContainer {
	width: 642px;
	height: 482px;
	display: table-cell;
	vertical-align: middle;
	overflow: auto;
}

#photoAlbumContainer {
	float: left;
	width: 644px;
	position: relative;
}

#smallPhotoContainer {
	width: 640px;
	height: 140px;
	overflow: hidden;
	float: left;
	position: relative;
}

#thumb {
	background: transparent url("../resources/scroll.gif") no-repeat;
	position: relative;
	height: 15px;
	width: 50px;
	background-color: #eee;
	border: 1px outset #eee;
	left: 0px;
	top: 0px;
	float: left;
}

ul#viewNavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#viewNavigation li {
	position: relative;
	float: left;
	border-top: 4px solid #AAAAAA;
	margin-right: 15px;
	padding-right: 20px;
	padding-top: 5px;
}

ul#viewNavigation li:hover {
	border-top: 4px solid #8399B1;
}

ul#viewNavigation li a {
	padding: 2px 2px;
	text-decoration: none;
	font: bold 14px Verdana, Georgia, "Times New Roman", Times, serif;
	color: #3d496a;
}

ul#viewNavigation li a:hover {
	color: #8895b8;
	border: none;
}

ul#viewNavigation li span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 160px;
	font: normal 12px Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	background-color: white;
	z-index: 10;
}

ul#viewNavigation li a:hover span {
	margin-top: 7px;
	display: block;
	color: #8895b8;
}

div.box {
	float: left;
	position: absolute;
	width: 120px;
	top: 95px;
	z-index: 6;
}

div.box span {
	display: none;
	position: absolute;
	top: 0px;
	left: -8px;
	font: normal 12px Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	background-color: white;
	width: 140px;
	text-align: center;
	z-index: 7;
}

div.box a:hover span {
	margin-top: 7px;
	display: block;
	color: black;
}

div.boxBig {
	float: left;
	width: 250px;
}

div.boxBig span {
	display: none;
	position: absolute;
	top: 0px;
	left: -8px;
	font: normal 12px Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	background-color: white;
	width: 264px;
	text-align: center;
}

div.boxBig a:hover span {
	position: relative;
	margin-top: 7px;
	display: block;
	color: black;
}

.pagination {
	width: 100%;
	display: block;
	text-align: left;
	height: 22px;
	line-height: 21px;
	clear: both;
	padding-top: 1px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.pagination a.current{
	background: transparent url("../resources/ok.gif");
	background-position: center;
	background-repeat: no-repeat;
}	
.pagination a:link,.pagination a:visited {
	padding: 2px 7px 2px;
	border: 1px solid #EBEBEB;
	margin-left: 3px;
	text-decoration: none;
	background-color: #F5F5F5;
	color: black;
	width: 22px;
	font-weight: normal;
}

.pagination a:hover {
	background-color: #F2F7FB;
	border: 1px solid #BBDDFF;
	color: black;
}

UL.info {
	list-style: none;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.even {
	background-color: #FBFBFB;
	padding: 2px 2px 2px 5px;
}

.odd {
	background-color: #EDEDED;
	padding: 2px 2px 2px 5px;
}

#navigation_bar_div {
	width: 600px;
	padding: 0px;
	margin: 0px;
	float: left;
}

UL.navigation_bar {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
}

UL.navigation_bar LI A {
	color: black;
}

UL.navigation_bar LI A:VISITED {
	color: black;
}

UL.navigation_bar LI {
	float: left;
	margin-left: 5px;
	background-image: url("../resources/arrow_nav.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 10px;
}

UL.comment {
	margin: 10px 5px 10px 5px;
	list-style-type: none;
	padding: 0;
	float: left;
}

UL.comment LI {
	border-bottom: 1px dotted #3d496a;
	float: left;
}

#commentDiv {
	width: 350px;
}

.comment_container {
	float: left;
	margin-top: 2px;
}

.comment_user {
	width: 140px;
	background-position: left;
	background-image: url("../resources/comment.png");
	background-repeat: no-repeat;
	height: 64px;
	border-right: 1px solid #8399B1;
	float: left;
	margin: 0px;
	padding: 3px 2px 2px 70px;
	min-height: 40px;
}

.comment_user dd {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

.comment_body {
	width: 450px;
	float: right;
	margin-left: 3px;
}

.comment_small_container{
	width: 280px;
	margin: 2px,2px,2px,2px;
}

.comment_small_list dd{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	width: 270px;
}

.comment_body H3{
	margin: 2px;
}

#homeLink {
	width: 50px;
	height: 50px;
	background-image: url("../resources/title/walkingTravel.gif");
	float: left;
}


#homeLink:HOVER{
	width: 50px;
	height: 50px;
	background-image: url("../resources/title/walkingTravelA.gif");
}
#siteTitle:HOVER A{
	width: 50px;
	height: 50px;
	background-image: url("../resources/title/walkingTravelA.gif");
}

LI.folder {
	height: 32px;
}
LI.folder A{
	font-size: 16px;
	padding: 5px 2px 5px 35px;
}

LI.folder-close A{
	background-image: url("../resources/folders/folder-close.gif");
	background-repeat: no-repeat;
}

LI.folder-open A{
	background-image: url("../resources/folders/folder-open.gif");
	background-repeat: no-repeat;
	background-color: #EDEDED;
}

#bookmarkFolders{
	float: left;
	width: 200px;
	background-color: #EDEDED;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#bookmarksItems{
	width: 450px;
	float: left;
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-color: #EDEDED;
}
.bookmarkName{
	font: normal 12px Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.listNoStyle{
	list-style: none;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
}

.registerContent{
width: 715px;
}

.infoRegisterField{
	width: 400px;
	border: 1px;
	border-color: #8399B1;
	border-style: solid;
	margin-top: 1px;
}
.infoRegister{
	background-color: #F2F7FB;
	background-image: url("../resources/info.gif");
	background-repeat: no-repeat;
	border-bottom: 1px;
	border-bottom-color: #8399B1;
	border-bottom-style: solid;
	width: 400px;
	color: #151A6E;
	text-align: center;
	font-weight: bold;
	height: 32px;
}

#registerTable{
	width: 300px;	
	border: 1px;
	border-color: #8399B1;
	border-style: solid;
	margin-bottom: 5px;
	margin-top: 1px;
	float: right;
}

#registerTable .left{
	width: 136px;
	float: left;
	margin: 2 0 2 2;
}

#registerTable .right{
	width: 156px;
	float: right;
	margin: 2 2 2 0;
	display: inline;
}

#registerTable INPUT,SELECT{
	width: 130px;
	background: transparent url("../resources/input.gif");
	border-color:#333333 #999999 #CCCCCC #333333;
	border-style:solid;
	border-width:1px;
	padding: 3px;
}

#registerButtomContainer {
	width: 100%;
	margin-bottom: 2px;
	text-align: center;
	float: left;
}

.validated{
	background-image: url("../resources/error_ok.gif");
	background-position: -21px;
	background-repeat: no-repeat;
	width: 21px;
}

.not-validated{
	background-image: url("../resources/error_ok.gif");
	background-position: 0;
	background-repeat: no-repeat;
	width: 21px;
}

#loginDiv {
	background-color: white;
}

.text {
	width: 130px;
}

#recoverPassDiv{
padding: 3px;
width: 500px;
}

.placeDetailsView{
width: 250px;
height: 90px;
float: left;
}

.placeLargeDetailsView{
width: 600px;
float: left;
}

.placeLargeDetailsViewText{
	position: relative;
	left: 130px;
	width: 470px;
	height: 100px;
	float: left;
}

.linkToPlaceDiv {
width: 450px;
}

.linkToPlaceDiv INPUT {
	width: 440px;
}

.infoField {
	background-image: url("../resources/info.gif");
	background-repeat: no-repeat;
	border-bottom: 1px;
	padding: 3px 3px 3px 36px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	height: 32px;
}

.introContainer{
	margin-top: 3px;
	width:684px;
}

#searchContainer{
	float: left;
	width: 390px;
	text-align: right;
	vertical-align: middle;
}

#searchTextBox{
	width: 250px;
	border: 1px solid #AAAAAA;
}

#lastComments {
	margin-top: 3px;
}
#photoInfoContainer {
	margin-top: 2px;
}
#actionsContainer {
	margin-top: 2px;
}
#relatedSmallContentContainer{
	margin-top: 2px;
}
#relatedContainer {
	height: 370px;
}

.lt-option-item{
	background-image: url("../resources/css/default/blue-option.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 166px;
	padding: 8px 3px 10px 30px;
	margin-top: 1px;
	font-size: 16px;
	font-weight: bold;	
	cursor: hand;
	cursor: pointer;
	color: white;
}
.lt-option-item:HOVER{
	background-image: url("../resources/css/default/blue-red-dot.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 166px;
	padding: 8px 3px 10px 30px;
	font-size: 16px;
	font-weight: bold;	
	cursor: hand;
	cursor: pointer;
	color: black;
	margin-top: 1px;
}
.tour360Container{
	width: 250px;
	border:1px solid #8399B1;
	float:left;
	margin-left:6px;
	margin-top:2px;
	padding:2px;
}
.contains-360{
	background-image: url("../resources/corner-360.png");
	width: 26px;
	height: 26px;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
}

.btn-rotate-right{
	width: 32px;
	height: 32px;
	background-image: url("../resources/rotate.png");
	background-position: 0px;
	background-repeat: no-repeat;	
	cursor: hand;
	cursor: pointer;
}

.btn-rotate-left{
	width: 32px;
	height: 32px;
	background-image: url("../resources/rotate.png");
	background-position: -32px;
	background-repeat: no-repeat;	
	cursor: hand;
	cursor: pointer;
}
#photoActionContainer{
	position: absolute;
	top: 0px;
	left: 643px;
	width: 32px;
	height: 64px;
}
#photoAlbumsContainer{
	width: 684px;
	margin-top: 3px;
	padding-bottom: 3px;
}
.viewAllAlbums{
	width: 120px;
	height: 40px;
	background-image: url("../resources/album-options.png");
	background-position: 0 0;
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 40px;
}
.addAlbum{
	width: 120px;
	height: 40px;
	background-image: url("../resources/album-options.png");
	background-position: -120px 0;
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 40px;
}
.share-yahoo{
	width: 50px;
	height: 50px;
	background-image: url("../resources/f-t-y-g.jpg");
	background-position: -100px 0px;
	background-repeat: no-repeat;
	display: block;
}
.share-twitter{
	width: 50px;
	height: 50px;
	background-image: url("../resources/f-t-y-g.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
.share-facebook{
	width: 50px;
	height: 50px;
	background-image: url("../resources/f-t-y-g.jpg");
	background-position: -50px 0px;
	background-repeat: no-repeat;
	display: block;
}
.share-google{
	width: 50px;
	height: 50px;
	background-image: url("../resources/f-t-y-g.jpg");
	background-position: -150px 0px;
	background-repeat: no-repeat;
	display: block;
}

.share-yahoo-small{
	width: 24px;
	height: 24px;
	background-image: url("../resources/f-t-y-g-small.gif");
	background-position: -48px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.share-twitter-small{
	width: 24px;
	height: 24px;
	background-image: url("../resources/f-t-y-g-small.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.share-facebook-small{
	width: 24px;
	height: 24px;
	background-image: url("../resources/f-t-y-g-small.gif");
	background-position: -24px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.share-google-small{
	width: 24px;
	height: 24px;
	background-image: url("../resources/f-t-y-g-small.gif");
	background-position: -72px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

.selectable{
	border: 2px solid white;
	display: block;
}

.selected{
	border: 2px solid green;
	display: block;
}
#albumEditInfo{
	float: left;
	width: 450px;
}
#smalMapContainer{
	float: right;
	width: 520px;
	height: 200px;
	border: 1px solid#8399B1;
	margin: 2px;
}
#searchOnMapDiv{
	float: left;
	width: 520px;
	position: relative;
	z-index: 11;
}

#searchOnMapBidDiv{
	float: left;
	width: 670px;
	position: relative;
	z-index: 11;
}

#searchOnMapResult{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 250px;
	background-color: white;
	padding: 3px;
	display: none;
}
.search{
	background-image: url("../resources/search.png");
	width: 22px;
	height: 22px;
}

#poiEditContainer{
	float: left;
	margin-left: 3px;
	width: 689px;
}

#importPOIContainer{
	float: left;
	margin: 3px 0 0 3px;
}
#editAlbumMapContainer{
	float: right;
	width: 525px;
}
#editPlaceMapContainer{
	float: right;
	width: 740px;
}

.info_item {
	background-image: url("../resources/info.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 6px 0 2px 32px;
	font: bold 12px Verdana;
	height: 34px;
}

.info_item:HOVER {
	background-image: url("../resources/info.png");
	background-position: 0px -48px;
	background-repeat: no-repeat;
}

.infoContainer {
	background:url("../resources/art_container.png") no-repeat scroll 0 0 transparent;
	clear:left;
	color:#5B053F;
	font-size:1.7em;
	height:30px;
	left:-14px;
	letter-spacing:1px;
	margin:0 0 0 0;
	padding:20px 4px 24px 24px;
	position:relative;
}
.intro-text{
	padding: 3px;
}

#viewPOIMapDiv {
	float: left;
	width: 684px;
	height: 412px;
	margin: 0px;
	z-index: 10;
}

.smalPOIViewContainer{
	width: 252px;
	margin: 2px;
	float: left;
}

#currentPOIContainer {
	margin-top: 3px;
	float: left;
	width: 678px;
	padding: 3px;
}
#addFunboxContainer{
	margin-top: 3px;
	float: left;
	width: 681px;
	padding: 3px;
	display: none;
}
.random{
	background-image: url("../resources/dice-red.png");
	background-position: 0px -32px;
	background-repeat: no-repeat;
	width: 54px;
	height: 32px;
	margin: 0px;
}
.random:HOVER{
	background-position: 0px 0px;
}
#funBoxListContainer{
	margin-top: 3px;
	float: left;
	width: 688px;
	padding: 3px;
}

.funboxItem{
	float: left;
	width: 680px;
	padding:3px;
}


UL.pag {
	border:0px red solid;
	margin:0px;
	padding:0px;
	font-size:12px;
	list-style:none;
	float: left;
	width: 100%;
}
UL.pag LI{
	height: 32px;
	float: left;
	border:0px red solid;
	margin: 0px;
}
UL.pag LI.center {
	height: 26px;
	float: left;
	width: 48%;
	text-align: center;
	padding-top: 5px;
}
UL.pag LI.previewPg {
	float: left;
	width: 25%;
	text-align: left;
	padding-top: 3px;
}
UL.pag LI.previewPg A{
background-image: url("../resources/navigation-arrow.png");
	background-position: -24px -24px;
	background-repeat: no-repeat;
	width: 24px;
	height: 23px;
	float: left;
}
UL.pag LI.previewPg A:HOVER{
	background-position: 0px -24px;
}
UL.pag LI.nextPg {
	float: right;
	width: 25%;
	text-align: right;
	padding-top: 3px;
}
UL.pag LI.nextPg A{
	background-image: url("../resources/navigation-arrow.png");
	background-position: -24px 0;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	float: right;
}

UL.pag LI.nextPg A:HOVER{
	background-position: 0px 0;
}

A.linkBtn{
	width: 48px;
	height: 24px;
	float: left;
	background-image: url("../resources/link-blue.gif");
	background-position: 0px -24px;
	background-repeat: no-repeat;
}

A.linkBtn:HOVER{
	background-position: 0px 0px;
}

A.topItem{
	width: 36px;
	height: 36px;
	float: right;
	background-image: url("../resources/flux.png");
	background-position: -32px 0px;
	background-repeat: no-repeat;
}

A.rss {
	background-position: -32px 0px;
}
A.facebook {
	background-position: 0px 0px;
}
A.funbox{
	width: 64px;
	height: 36px;
	float: right;
	background-image: url("../resources/funbox.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
A.game{
	width: 24px;
	height: 36px;
	background-image: url("../resources/game.png");
	float: right;
	background-repeat: no-repeat;
}
.pgSlider{
	width: 670px;
	margin: 5px 10px 0 10px;
}
#pgGoTo{
	display: none;
}
#gameMapCtnr{
	width: 800px;
	height: 600px;
	cursor: pointer;
}