div.slideshow{
	position:relative;
	height:269px;
	width:434px;
}
#gallery {
	position:relative;
	height:269px;
	width:434px;
	margin-top:0;
}

#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

div.caption_background {
	z-index:599; 
	width:306px !important; 
	height:213px;
	position:absolute;
	top:0;
	left:694px;
	background-color:#000;
	filter:alpha(opacity=50);		-moz-opacity: 0.50; opacity: 0.50;
	
}
#gallery .caption {
	z-index:600; 
	color:#ffffff; 
	width:246px !important; 
	height:220px; 
	position:absolute;
	left:694px;
	padding:25px 20px 32px 32px;
}

#gallery .caption .content {
	margin:5px;
	width:246px; 
	height:213px; 
}

#gallery .caption .content *{
	color:#FFF;
}

#gallery .caption .content h3 {
	font-size:18px;
	margin:0;
	padding:0;
	font-family:Arial;
	font-weight:normal !important;
}

#gallery .caption .content p {
	font-size:12px;
	margin:0;
	padding:0;
	margin-top:15px;
}
#gallery .caption .content a.caption_link {
	color:#FF9571;
	text-decoration:none;
	font-size:12px;
	background-image:url('./images/orangetri.gif');
	background-repeat:no-repeat;
	background-position: 0 4px;
	padding-left:9px;
}

div.navigation{
	width:31px;
	height:31px;
	position:absolute;
	top:235px;
	left:395px;
	z-index:99999;
}
div.navigation ul li{
	width:31px;
	height:31px;
	float:left;
	cursor:pointer;
}

div.navigation ul li#gk_news_image_1_prev{
	display:none;
}

div.navigation ul li#gk_news_image_1_play,
div.navigation ul li#gk_news_image_1_pause{
	width:31px;
	height:31px;
	background: transparent url('./images/buttons_new2.png') no-repeat;
}

div.navigation ul li#gk_news_image_1_play{
	background-position: -31px 0;
}

div.navigation ul li#gk_news_image_1_pause{
	background-position: -62px 0;
}



div.navigation ul li.navlink a{
	width:31px;
	height:31px;
	display:block;
	outline: none;
}

