@charset "utf-8";
/* CSS Document */

#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(../img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:560px;
	height:263px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:263px;
}
/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:39px;
	height:263px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(../img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../img/control_right.jpg) no-repeat 0 0;
}
* {
	margin:0;
	padding:0;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#ccc;
}
a {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:2px solid #ccc;
}
body {
	background:#000000 url(../img/bg_body2.jpg) repeat-x top center;
}
#pageContainer {
	margin:0 auto;
	width:960px;
}
#pageContainer h1 {
	display:block;
	width:960px;
	height:114px;
	background:transparent url(../img/bg_pagecontainer_h1.jpg) no-repeat top left;
	text-indent: -10000px;
}
.slide h2, .slide p {
	margin:15px;
}
.slide h2 a {
	font:italic 24px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight: bold;
}
.slide h2 a {
	font:italic 24px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight: bold;
}
.slide img {
	float:right;
	margin:0 15px 0 2px;
}
.autor {
	font-size:12px;
	font-style:italic;
	display:block;
	margin-top:7px;
	float:right;
	clear:both;
	margin-right:15px;
}
#footer {
	height:100px;
}
#footer p {
	margin:30px auto 0 auto;
	display:block;
	width:560px;
	height:40px;
	text-align: center;
	color: #666666;
}
#twitter {
	top:295px;
	left:60px;
	width:81px;
	height:83px;
	position:absolute;
}
#twitter a {
	width:81px;
	height:83px;
	display:block;
}
#twitter img {
	border:0;
}

