.culture_category {
	padding-top: 40px;
}

.culture_description {
	margin: 0 10px 0 20px;
	width: 120px;
	float: left;
}

.culture_description h3 {
	color: #cc0000;
}

.culture_description p {
	font-size: 11px;
}

.slide_container {
	border: 1px solid #ddd;
	width:699px; 
	height:230px; 
	overflow:hidden; 
	float: left;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.slides { 
	position:absolute; 
	top:0; 
	left:0;
	height: 120px;
}

.slides p {
	text-align: center;
	position: absolute;
	width: 230px;
	bottom: 5px;
	background-color: #fff;
	line-height: 18px;
}

.slides img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.slides div { 
	position:absolute;
	width:226px;
	padding: 0 3px 0 3px;
	height: 250px;
	overflow: hidden;
	
}

a.previous,
a.next {
	display: block;
	width: 11px;
	height: 14px;
	margin: 100px 10px 10px 10px;
	float: left;
	background-repeat: no-repeat;
}

a.previous {
	background-image: url('../images/btn_arrowLeft.gif');

}

a.next {
	background-image: url('../images/btn_arrowRight.gif');
}

/* GALLERIES */

.sliderGallery {
    overflow: hidden;
    position: relative;
    height: 600px;
	text-align:center;
	margin-left:60px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
	width: auto;
}

.sliderGallery ul li {
    display:inline;
	float:left;
	padding:10px;
	margin:10px;
	text-align:center;
}

.slider {
    width: 790px;
	margin: 0;
	float: right;
}

.slider a {
	font-family: "Gill Sans", Arial, verdana, Sans-Serif;
	font-size: 15px;
	color: #7f7f7f;
	text-decoration: none;
}

.slider a:hover {
	color: #cc0000;
}

.album_image {
	padding:10px;
	width:680px;
	height:470px;
	overflow:hidden;
}

.slide div.hide {
	text-align: center;
	font-size: 11px !important;
	color: #666666 !important;
	height: auto;
	margin: 0;
	padding: 0;
	height: auto;
	position: absolute;
	background-color: white;
/*	padding-top: 10px;*/
}

.slide div.hide p {
	font-size: 11px !important;
	color: #666666 !important;
	position: relative;
	background-color: white;
	height: auto;
	margin: 0;
}

div.textblock {
	height: 200px;
	overflow: hidden;
}

.textblock p {
	position: relative;
	bottom: auto;
}

/* FEATURED */

#featured_layout_container {
	width: 940px;
	height: 230px;
	overflow: hidden;
}

.hover_description	{
	margin: 2px;
}