html, body {
	height: 100%;
}

* html #outer_container {
	height: 100%;
}

html, body {
	margin:0;
  padding:0;
	height: 100%;
	min-height: 100%;
}

body{
  margin:0;
  padding:0;
  font-family: Trebuchet, Arial, Helvetica;
  background-color: #FFFFFF;
  min-width:1000px;
}
#outer_container {
	padding-top:0px;
 	padding-bottom:0px;
 	
	width:810px;
	height:1250px;
	margin-left: auto;
  margin-right: auto;
 	
	margin-top:0px;
	margin-bottom:-83px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	
	border-right: solid 1px #EBE7E7;
	border-left: solid 1px #EBE7E7;
	min-height: 100%;
}

#pluginName{
	float:right;
	margin-right: 10px;
	margin-top:40px;
	color:#E44C26;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainwrapimage{
	position:absolute;
 	padding-top:100px;
 	padding-left:10px;
 	padding-right:10px;
 	width:810px;
	height:1250px;
 	overflow:hidden;
}
.pageListItem{
	position: absolute;
	width: 810px;
}

/*header{
	 min-width:1000px;
	 left:0px;
	 position:absolute;
     height:100px;
     width:100%;
     display:block;
	 background-image: url(assets/header.png);
	 border-bottom: solid 3px #100000;
	 border-top: solid 3px #100000;
	 box-shadow: 0px 0px 10px #000;
	 z-index:5;
}

#headerContainer{
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}*/

#logo{
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	width: 380px;
}

#log{
	background-color: #FFFFFF;
	height: 100px;
	width: 100px;	
}

#websiteLink{
	color:#EF5F22;
}
/**
 * 	plugin css
 */

#pluginDetails{
	margin-top: 50px;
}

#imgContainer{
	width: 810px;
	height: 1250px;
}
#imageFullScreen{
	width: 810px;
	height: 1250px;
}

#positionButtonDiv{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(58, 56, 63);
	/* RGBa with 0.6 opacity */
	background: rgba(58, 56, 63, 0.4);	
	border: solid 1px #100000;
	color:#FFFFFF;
	padding: 15px;
	text-align: left;
	position:absolute;
	right: 0%;
	top: 50%;
}

#positionButtonDiv .positionButtonSpan img{
	float: right;
	border:0;
}

.positionMapClass area{
	cursor: pointer;
}

.zoomButton{
	border:0;
	cursor: pointer;
}

.zoomableContainer {
    height: 1250px;
    left: 0;
    overflow: hidden;
		position: relative;
    top: 0px;
    width: 810px;
}

