/* 
	Living Language
	Created by Corentin Hatte (http://viki53.eu/) in July 2010
*/

#header #header-quote{
	margin: 10px 10px 10px 10px;
	padding : 5px 0 0 0;
	border-top: 2px solid #6ca582;
	width: 400px;
	height: 70px;
	position: relative;
}
#header #header-quote #slides-container{
	margin: 0 auto;
	width: 400px;
	height: 70px;
	overflow: auto; /* Shows a scrollbar, just in case */
	position: relative;
}
#header #header-quote #slides-container .slide{
	margin: auto;
	width: 380px; /* Reduces of 20 pixels the #slides-container div to permit showing the ScrollBar */
	height: 70px;
}
#header #header-quote .quote-text{
	clear: both;
	text-align: justify;
	font-style: italic;
	margin-bottom: 5px;
	color: #fff;
}
#header #header-quote .quote-author{
	clear: both;
	font-style: normal;
	text-align: right;
	font-weight: bold;
}

.control{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	position: absolute;
	top: 35px;
	cursor: pointer;
}
.control:hover, #quote-nav:hover{
	border-bottom: 1px solid #6ca582;
}
#quote-nav{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	top: 46px;
	left: 0;
}
#left-control{
	left: -20px;
	background: transparent url('images/icons/arrow_left.png') no-repeat 0 0;
}
#right-control{
	right: -20px;
	background: transparent url('images/icons/arrow_right.png') no-repeat 0 0;
}
