@charset "utf-8";

#gallery {
	background:#120400;
	height:387px;
	margin:auto;
	margin-top:86px;
	overflow:hidden;
	position:absolute;
	width:100%;
}

#gallery_content {
	position:absolute;
	left:50%;
	margin-left:-959px;
	width:1918px;
}

#gallery_overlays {
	position:absolute;
}

#gallery_overlays_png {
	_display:none;
}

#gallery_scroll_content ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#gallery_scroll_content ul li {
	float:left;
	margin:0px;
	padding:0px;
	width:500px;
}

#gallery_caption {
	margin:165px 0px 0px 1220px;
	position:absolute;
	height:70px;
	width:170px;
	z-index:1000;
}

#caption_scroll {
	height:70px;
	overflow:hidden;
	width:170px;
}

#caption_scroll_content {
	width:9999px;
}

#gallery_caption ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#gallery_caption ul li {
	color:#fff;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	line-height:19px;
	width:270px;
}

#gallery_caption ul li div {
	height:70px;
	overflow:hidden;
	width:170px;
}

#gallery_left {
	position:absolute;
	margin:100px 0px 0px 225px;
}

#gallery_prev {
	background-image:url(../images/discover_gallery_arrows.png);
	background-position:0px 0px;
	display:block;
	height:51px;
	outline:none;
	width:44px;
}

#gallery_prev:hover {
	background-position:-44px 0px;
}

#gallery_right {
	position:absolute;
	margin:100px 0px 0px 730px;
}

#gallery_next {
	background:url(../images/discover_gallery_arrows.png) 0px -51px no-repeat;
	display:block;
	height:51px;
	outline:none;
	width:44px;
}

#gallery_next:hover {
	background-position:-44px -51px;
}



#gallery_scroll {
	height:338px;
	overflow:hidden;
	width:1918px;
}

#discover_menu {
	float:left;
	display:inline;
	width:230px;
}

#main_content {
	float:right;
	display:inline;
	padding-bottom:30px;
	width:770px;
}

#discover_columns {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
}

.discover_columns p {
	font-size:13px;
	line-height:22px;
	margin:0px 0px 16px 0px;
	text-align:justify;
	width:351px;
}

.discover_img {
	margin-bottom:30px;
}

#discover_no_columns .discover_img {
	float:left;
	width:378px;
}

#discover_no_columns p {
	float:left;
	font-size:13px;
	line-height:22px;
	margin:0px 0px 16px 0px;
	text-align:justify;
	width:351px;
}


.sharing {
	margin-top:20px;
}
