/* start - these styles are for ie6 pngs ---- ie.css will change visibility property to visible after the png fix is attached */

 
* html #logo a,
* html .general-button .bg,
* html #go_top span,
* html .gallery .feature span,
* html #header .hr,
* html #search .bg,
* html #search .button em,
* html .submenu-top,
* html .submenu-bottom,
* html .submenu-inner,
* html .ico .important span,
* html .box-top,
* html .box-middle,
* html .box-bottom,
* html .slideshow_frame,
* html .slide_next span,
* html .slide_prev span,
* html .rss,
* html .second-section h3 .title .bg span ,
* html .third-section h3 .bg span,
* html .pagination .selected,
* html .form label .left,
* html .form label .right,
* html .form label .middle,
* html .blogstats_top,
* html .blogstats_bottom,
* html .blogstats_middle,
* html .blogposted_top,
* html .blogposted_bottom,
* html .blogposted_middle,
* html .comments-no .bg
 {
	visibility: hidden;
}

/* end - these styles are for ie6 pngs ---- ie.css will change visibility property to visible after the png fix is attached */


.foto_title,
.foto_description {
	display: none;
}


.slideshow_bg {
	width: 668px;
	height: 16px;
	background:url(layout/slideshow_bg.png) no-repeat;
	display: block;
	overflow: hidden;
	
}



.fotos_wrapper li {
	padding: 0;
	margin: 0;
}

.slideshow_wrapper {
	height: 418px;
	overflow: visible;
	background:url(layout/slideshow_wrapper.jpg) no-repeat left bottom;
	
}


.slideshow {
	position: relative;
	width: 982px;
	height: 420px;
	top: 0;
	left: 0;
	
}


.slideshow_frame {
	display: block; 
	width: 982px; 
	height: 420px; 
	position: absolute; 
	top: 0; 
	left: 0;
	background:url(layout/slideshow-frame.png);
	z-index: 10;
	display: none;
}

.fotos_wrapper {
	width: 980px;
	height: 416px;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}

.fotos_wrapper ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-position:outside;
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 416px;
	overflow: hidden;
	
}

.fotos_wrapper img {
	position: absolute;
	top: 0;
	left: 0;
}

.fotos_wrapper img:first-child {
	z-index: 1;
}

.slideshow_description_pagination {
	color: #fff;
	width: 902px;
	position: absolute;
	left: 0;
	top: 334px;
	z-index: 15;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet Ms';
	padding: 13px 80px 0;
	
	
}





.slideshow_description a:link,
.slideshow_description a:visited,
.slideshow_description a:hover,
.slideshow_description a:active {
	font-style: normal;
}

.slideshow_pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: absolute;
	top: 0;
	left: 0;
	list-style-position: outside;
}

.slideshow_pagination  li {
	height: 0;
	width: 0;
}

.slideshow_pagination  li.last {
	background: transparent;
}



.slideshow_title {
	font-size: 18px;
	font-weight: normal;
	display: block;
	font-family: 'Trebuchet MS';
	
}


.slide_next {
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	width: 70px;
	height: 51px;
	position: absolute;
	top: 6px;
	left: 922px;
	display: none;
}



.slide_prev {
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	width: 70px;
	height: 51px;
	position: absolute;
	top: 6px;
	left: -10px;
	display: none;
	
}

.slide_next span {
	background:url(layout/slide_next.png);
}

.slide_prev span {
	background:url(layout/slide_prev.png);
}


.slide_next span,
.slide_prev span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 102px;
	cursor: pointer;
}

.slide_next span:hover,
.slide_prev span:hover {
	margin-top: -51px;
}

.submenu_wrapper {
	margin: 0;
	position:absolute;
	top:42px;
	left: 50%;
	width: 149px;
	margin-left: -74px !important;
}

.submenu_wrapper .submenu {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	margin-left: 0 !important;
}

.hovered {
	z-index: 1;
}


.foto_title,
.foto_description {
	display: none;
}

.fotos_wrapper img {
	background: #fff;
	
	
}






