﻿/*
	styles for content slider contents on the homepage
*/

	
	/* 
		move up the navigation. this is necessary due to "margin-top: -42px;" of .photo-meta-data style.
		do not ask me why "23px"...
	*/
	#coda-nav-1 {
		margin-top: -23px;
	}
	.coda-nav ul {
		padding-left: 0px;
	}
	.coda-nav ul li a {
		background: #ffffff;
	}
	.coda-nav ul li a.current {
		background: #6692bd; 
	}

	.photo-meta-data {
		background: url(/en/PublishingImages/slider/transpBlack.png);
		padding: 10px;
		height: 45px;
		margin-top: -42px;
		position: relative;
		z-index: 9999;
		width: 510px;
	}
	.photo-meta-data a:link, .photo-meta-data a:hover, .photo-meta-data a:active{
		color: white;
	}
	.photo-meta-data span { font-size: 14px; line-height:150%; color: #ffffff; text-decoration: none; font-weight: normal;
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 480px }
