#content .themeVideos,
#content .departmentVideos,
#content .latestVideoSmall,
#content .pictureOfTheWeek,
#content .latestVideoSmall .mediaObject .bodytext,
#content .photoOfTheWeek .mediaObject .bodytext,
#content .videos .mediaObject .bodytext{
	color:#000;
	font-size:10px;
}
#content .pictureOfTheWeek h3,
#content .videos .video .sideDescription a {
	color:#000;
}

#content .latestVideoSmall > a > p {
	margin-bottom: 0px;
	margin-top: 10px;
}


.themeVideos .mediaObject {
    margin-bottom: 20px;
}

.videospan {
    margin-top: 0px;
}

.videospan .mediaObject{
	margin-bottom: 20px;
}


.displayMediaObject .caption{
    margin-top: 10px;
}

.latestVideoSmall .imageWrapper,
.pictureOfTheWeek .imageWrapper{
    margin-bottom: 10px;
}

.videos .video,
.pictures .picture  {
	margin-bottom: 20px;
}

.videos .video > a,
.pictures .picture > a{
	float:left;
	margin-right: 10px;
}
.videos .video .sideDescription,
.pictures .picture .sideDescription{
	padding-left:220px;
}

.videos {
	overflow:hidden;
}

.publicationsFilter .caption {
	float: left;
}


.publicationsFilter h1 {
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.publicationsFilter .normalBox {
	padding-top: 5px;
}

#filteredMediacenter {
	position: relative;
}

.filterFields {
	margin-left: 0px;
}
.filterFields .theme {
	float: left;
	margin-right: 5px;
	width:190px;
}


.filterFields .theme[rel="1"],
.filterFields .theme[rel="6"] {
	width: 220px;
}

.filterFields .theme label,
.filterFields .theme input{
	float: left;
}

.filterFields .theme input{
	background: #fff;
	border-radius: 0px;
	outline: none;
}
.filterFields .theme label {
	margin-left: 5px;
	font-size: 11px;
}

.submitFilter {
	cursor: pointer;
	padding-bottom: 5px;

	font-size: 13px;

	background: #fff;
	border-radius: 8px;

	text-align: center;

	width: 90px;

	height:25px;
	line-height: 25px;

	position: absolute;
	right: 10px;
	top:50%;

	margin-top: -15px;
}


.latestVideoSmall .imageWrapper,
.pictureOfTheWeek .imageWrapper {
	position: relative;

	overflow: hidden;
	width: 260px;
	height: 122px;
}

.latestVideoSmall .imageWrapper img,
.pictureOfTheWeek .imageWrapper img{
	position: absolute;
	bottom: 0;
}

.videoLink {
	display: block;
	margin-top: 5px;
}

.otherVideos .mediaObject {
	margin-bottom: 10px;
}

.photoOfTheWeek .mediaObject img {
	margin-bottom: 10px;
}
.photoOfTheWeek .mediaObject div.title {
	margin-bottom: 10px;
}

#content .themeVideos img {
    margin-bottom: 10px;
	max-height: 239px;
	width: auto;
}


#gallery .images {
    margin-top:10px;
}

#gallery .images .image {
    display:block;
    float:left;

    margin-right: 5px;
    margin-bottom: 5px;
}

#gallery .images .image:nth-child(4n) {
    margin-right: 0;
}