body {
  text-align: center;
}

article {
	position: relative;
    z-index: 20;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	
	-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #ccc;
	background: #fff;
}

p, h1, h2, h3 {
  margin: 0 15px 10px 5px;
  line-height: 1.6em;
}
.article li{ margin-bottom:5px;}
#contenttitle{ margin-bottom:10px;}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

#header_left {
    float: left;
    padding: 10px 5px 0 20px;
    width: 512px;
}

#header_right {
	float: right;
    margin-right: 20px;
    padding: 10px 2px 10px 5px;
	text-align: right;
}

#header_right h3 {
	text-decoration: underline;
}

#main_left {
    float: left;
    margin-left: 20px;
    padding: 0;
    width: 532px;
    position: relative;
    overflow: hidden;
}

#main_right {
	float: right;
	width: 360px;
    background: #efefef;
    border: 1px solid #ccc;
	padding: 0;
}

/* tab player - player and panels */
	
#video-tabs {
  width: auto;
  margin: 1px 0 0 0px;
}
#photo-tabs, #photo-tabs2{
  width: 320px;
  margin: 1px auto;
}
.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

#video-tabs .panel {
  width: auto;
  outline: 0px solid #ccc;
}

#photo-tabs .panel, #photo-tabs2 .panel {
  width: 320x;
  text-align: center;
  outline: 0px solid #ccc;
}

#smallmediaplayer_wrapper {
	width: auto;
	*height:304px;
	_height:304px;
}

figure {
  display: block;
  position: relative;
  overflow: hidden;
  width:100%;
  margin: 0 auto;
}

figure img { 
	max-height: 100%;
	max-width: 100%;
}

figure nav {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	background: rgba(0, 0, 0, .5);
	padding: 2px 4px;
	-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		   border-radius: 4px;
}

nav .pin_it_button {
	margin-bottom: -3px;
}

figcaption {
  position: absolute;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px;
}
  
figcaption {
  position: absolute;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px; 
  opacity: 0;
  bottom: 0;
  left: -30%;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

figure:hover figcaption {
  opacity: 1;
  left: 0;
}

#photoslider, #photoslider2, #videoslider { height: 100px; overflow:hidden; position: relative;}

.overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#video-tabs .viewport { float: left;height: 100px; overflow: hidden; position: relative; width:490px;}
@media only screen and (min-device-width: 690px){
	#video-tabs .viewport {width:490px;}
}
@media only screen and (max-width: 690px){
	#video-tabs .viewport {width:85%;}
}
#photo-tabs .viewport, #photo-tabs2 .viewport  { float: left; width:280px; height: 100px; overflow: hidden; position: relative; }
.buttons { display: block; margin: 30px 1px 0 0; float: left; text-decoration: none;}
#videoslider .next, #photoslider .next, #photoslider2 .next  { margin: 15px 0 0 8px; font-weight: bold; font-size: 1.2em; background: #ccc; padding:0px 3px; display:block; height:53px; padding-top:32px; color:#f4f4f4;}
.next {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

.prev { 
     margin-top: 15px; font-weight: bold; font-size: 1.2em; background: #ccc;  padding:0px 3px; display:block; height:53px; padding-top:32px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	 border-radius: 4px 0px 0px 4px;
	 
}
.prev:link, .prev:visited { color:#f4f4f4;}
#photoslider .disable, #photoslider2 .disable, #videoslider .disable { visibility: hidden; }





.ui-tabs-nav {
	clear: both; 
	display: block;
	height: 80px;
	width: 1600px;
	
}

.ui-tabs-nav li { 
	list-style: none; 
	float: left; position: 
	relative; top: 1px; 
	margin: 0 .2em 1px 0; 
	border-bottom: 0 !important; 
	padding: 0; 
	white-space: nowrap;
	display: block;
}

.ui-tabs-nav li a { 
	float: left; 
	padding: 3px 6px;
	text-decoration: none;
	display: block;
}

.ui-tabs-nav li.ui-tabs-selected { 
	margin-bottom: 0; 
	padding-bottom: 1px; 
}



.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: default;}

.ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 

.ui-tabs-panel { display: block; border-width: 0; }

.ui-tabs-hide { display: none !important; }




img.photo-thumbnail { width: 334px; }
img.video-thumbnail { width: 75px; outline: 1px solid #ccc; }
.video-play-icon {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 35px solid white;
	border-left: 35px solid rgba(255, 255, 255, .7);
	border-bottom: 10px solid transparent;
	position: relative;
	top: -55px;
	left: 24px;
}

#galleryembedwrapper {
	display: none;
}

#photo-tabs ul:hover > li, #photo-tabs2 ul:hover > li, #video-tabs ul:hover > li {
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
#photo-tabs ul:hover > li:hover, #photo-tabs2 ul:hover > li:hover, #videoslider ul:hover > li:hover { opacity: 1.0; }

#photoslider .overview, #photoslider2 .overview { list-style: none; padding: 0; margin: 0; }
#photoslider .overview li, #photoslider2 .overview li{ float: left; margin: 0 2px 0 0; padding: 1px; height: 80px; width: 92px; }

#videoslider .overview { list-style: none; padding: 0; margin: 0; }
#videoslider .overview li{ float: left; margin:0px 0px 0px 0px; padding: 1px; height: 86px; width:152px; margin-right:10px;} 
@media screen and (-webkit-min-device-pixel-ratio:0) {
#videoslider .overview li{ float: left; margin:0px 0px 0px 0px; padding: 1px; height: 86px; width:162px; margin-right:0px;} /*针对Chrome*/
	  }

img.video-thumbnail, img.photo-thumbnail, img.photo-thumbnail2 { width: 152px;}

.video-play-icon {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 35px solid white;
	border-left: 35px solid rgba(255, 255, 255, .7);
	border-bottom: 20px solid transparent;
	position: relative;
	top: -95px;
	left: 64px;

}

#photo-gallery-header { padding-left: 15px;}

.classic_photo_caption {
	width: 300px;
	font-size: 1em;
}

.classic_photo img {
	max-width: 334px;
}


footer {
	clear: both;
	height: 300px;
}

#footer_left, #footer_center, #footer_right {
	width: 29%;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 8px;
	overflow: auto;
}

#footer_left h3, #footer_center h3, #footer_right h3 {
	font-weight: bold;
	font-size: 1.3em;
	
}

  .tweet_odd, .tweet_even {
	margin-bottom: 1em;
}

   .tweet_avatar {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	
    
}

   .tweet_avatar img {
	margin: 0;
	border: 0;
	padding: 0;
    vertical-align: bottom;
    line-height: 0;
}

    .tweet_time a, .tweet_text {
	font-size: .85em;
}

#sharing-icons {
	position: absolute;
	left: -140px;
	top: 200px;
	z-index: 10;
	width: 140px;
	overflow: hidden;
}

#sharing-icons a {
  display: block;
  position: relative;
  margin: 2px 0 0 110px;
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  text-indent: -9999px;
  border: solid 1px #ccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 140px; 
  height: 28px;
}


#facebook-like {
	border:none; 
	overflow:hidden; 
	width:400px; 
	height:80px;
}

.video-main-title,
.photo-main-title {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media screen and (min-width: 1200px) {
	
    #sharing-icons li:hover {
	  position: relative;
	  opacity: 1;
	  right: 110px;	
	}
	
}

#sharing-icons ul, #sharing-icons li {
	list-style: none;
}

.hidden-codes{
  display: none;
}

.embed-links{
  margin-top: 5px;
}
.embed-links a{
  display:block;
  cursor: pointer;
  text-decoration: none;
}
.embed-links a:hover{
  background: #607890;
}
.embed-links img{
  width: 50px;
}
.embed-links span{
  position: relative;
  top: -11px;
}
.embed_text{
  display:none;
  height: 80px;
  width: 100%;
}

.embed-links{
  display: none;
}

#nextvideo {
	background: url(/images/mnr/nextvideo.png) no-repeat center center transparent;
    cursor: pointer;
    display: none;
    float: right;
    height: 70px;
    position: absolute;
    right: 2px;
    top: 58px;
    width: 70px;
    z-index: 100;
}

#nextvideo:hover {
    background: url(/images/mnr/nextvideo-hover.png) no-repeat center center transparent;
}

#prevvideo {
    background: url(/images/mnr/previousvideo.png) no-repeat center center transparent;
    cursor: pointer;
    display: none;
    float: left;
    height: 70px;
    left: 2px;
    position: absolute;
    top: 58px;
    width: 70px;
    z-index: 100;
}

#prevvideo:hover {
    background: url(/images/mnr/previousvideo-hover.png) no-repeat center center transparent;
}