._top{
	height:50px;
	border: 1px solid #c1c1c1;
    margin: 2px 0 0 0;
    background: #f2f4f5;
    color:#333;
}
._icon{
	display:inline-block;
	width:25px;
	height:25px;
	float: left;
	margin:13px 10px 0 10px;
	cursor:pointer;
}
.container {
	width:1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header {
    height: 130px;
    width: inherit;
    background: url(imageslogo_header_bar.jpg) no-repeat;
    background-size: cover;
}
.logo {
    padding-top: 20px;
    padding-left: 30px;
}

.logo img {
border:0;
}

.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}
._icon0{
	background: url(imagesleftNav.png) no-repeat 0 -214px;
}
._prev{
	background: url(imagesimg_viewer.png) no-repeat -144px 0;
}
._play{
	background:url(imagesimg_viewer.png) no-repeat -96px 0;
}
._next{
	background: url(imagesimg_viewer.png) no-repeat -120px 0;
}
._item{
	display:inline-block;
	height:50px;
	line-height:50px;
	/* float:left; */
    margin-right: 20px;
}
._item1{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 20px;
}
._pageTitle{	
	font-weight:600;
}
._content{
	width:auto;
	margin: 2px 0 0 0;
	border: 1px solid #c1c1c1;
}
.panel-body {
    text-align: center;
}

/**
picture
**/
#pageContent {
	width: auto;
	height: 100%;
	overflow: hidden;
	position:relative;
}
#imgContainer {
	width: auto;
	height: 100%;
}
#positionButtonDiv {
	background: rgb(58, 56, 63);
	background: rgba(58, 56, 63, 0.8);
	border: solid 1px #100000;
	color: #FFFFFF;
	padding: 8px;
	text-align: left;
	position: absolute;
	right:35px;
	top:35px;
}
#positionButtonDiv .positionButtonSpan img {
	float: right;
	border: 0;
}
.positionMapClass area {
	cursor: pointer;
}
.zoomButton {
	border: 0;
	cursor: pointer;
}
.zoomableContainer {
	background-image: url("imagesassetstransparent.png");
}
/**
picture end
**/