.info_box {
	background-color:#ffffff;
	border: 5px solid #d0d0d0;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}

.info_box ul {
	list-style: none;
	margin-left:-40px;
}

.info_box li {
	font-weight: bold;
	padding-bottom:15px;
}

.info_box li a {
	color:#000000;
}

.info_box li a:hover {
	color:#f80f34;
}

.content {
	position: relative;
	min-height:995px;
}

.bottom_red_link {
	position: absolute;
	bottom:5px;
	right:5px;
	font-weight:bold;
}

h2 {
	color:#0d2854;
	font-size: 33px;
}

.info_box li .selected {
	color:#f80f34;
}

.info_box li .selected:after {
	content:" >";
}

.content img {
	border:5px solid #d0d0d0;
	margin-left:auto;
	margin-right:auto;
}

#map-canvas {
	height:200px;
	width:200px;
	border: 5px solid #d0d0d0;
	float:right;
}

#big_photo {
	width: 572px;
}

#slider_small {
	position:relative;
}

#slider_small div {
	overflow:hidden;
	width:530px;
}
#slider_small ul {
	list-style:none;
	white-space:nowrap;
	font-size:0;
	margin:0;
	padding:0;
	margin-top:20px;
}
#slider_small li {
	display:inline-block;
	margin:0 1em 0 0;
}

#slider_small li img {
	height:120px;
	border: 5px solid #d0d0d0;
	border-radius:3px;
	margin-right:5px;
	opacity:.8;
}
#slider_small li.sel img,
#slider_small img:hover {
	opacity:1;
	border-color:#d0d0d0;
}

#slider-prev {
	background-position:0 top; 
	display:inline-block;
	text-align:left;
	text-indent:-9999px;
	outline:none;
	width:51px;
	height:80px;
	background: transparent url('../images/layout/navigation_arrows.png') no-repeat left top;
	position: absolute;
	bottom:10px;
	left:15px;
}

#slider-prev:hover { background-position: left bottom; }

#slider-next { 
	background-position:0 top; 
	display:inline-block;
	text-align:left;
	text-indent:-9999px;
	outline:none;
	width:51px;
	height:80px;
	background: transparent url('../images/layout/navigation_arrows.png') no-repeat right top;
	position: absolute;
	bottom:10px;
	right:15px;
}

#slider-next:hover { background-position:  right bottom; }

.sponsors p {
	line-height: 35px;
}
.sponsors h2{
	font-size: 33px;
	text-align: center;
}
.sponsors img{
	width: 250px;
	margin: 10px;
	border-width: 0px;
}

