div#tmpSlideshow {
    /*padding: 30px 0 0 0;*/
    position: relative;
    height: 338px;
    width: 896px;
    border: 2px solid #515152;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 896px;
    height: 338px;
    display: none;
}
div.tmpSlide img {
    float: left;
	width: 896px;
    /*border: 1px solid rgb(244, 244, 244);*/
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 10px;
    right: 10px;
	margin-top: 1px;
	z-index:99;
	opacity:0.6;filter:alpha(opacity=60);
}

div.tmpSlideshowControl {
    /*border: 1px solid #e1dece;*/
    float: left;
    margin: 0 1px 0 0;
    background: url('../images/slideshow_bg.jpg') left top repeat-x;
    /*
	vecji/postavljeni izven
	width: 42px;
    height: 42px;
	*/
	width: 22px;
	height: 22px;
	
    color: #f1f2f2;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span,div.tmpSlideshowControlText span {
    /*line-height: 42px;*/
    line-height: 22px;
    vertical-align: middle;
	/*padding: 0 12px;*/
	padding: 0 2px;
}

div.tmpSlideshowControlText {
    /*border: 1px solid #e1dece;*/
    float: left;
    margin: 0 0px 0 0;
	/*background: url('/Template/Pictures/Buttons/Feature.png?hFileLastModified=1250265811') no-repeat;*/
	background: url('../images/slideshow_bg.jpg') left top repeat-x;
    /*height: 42px;*/
    
	height: 22px;
	
    color: #f1f2f2;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
	display: none;
}
div.tmpSlideshowControlTextRight {
	background: url('../images/slideshow_bg_right.jpg') left top repeat-x;
	width: 5px;
	height: 42px;
	float: left;
}
div.tmpSlideshowControlOn {
    /*background-image: url('/Template/Pictures/Buttons/FeatureOver.png?hFileLastModified=1250265809');*/
	background: green;
}
div.tmpSlideshowControlActive {
    /*border: 1px solid rgb(161, 155, 137);*/
	font-weight: bold;
	display: block;
	background: url('../images/slideshow_bg_selected.jpg') left top repeat-x;
}
div.tmpSlideshowControlTextActive  {
	/*border: 1px solid rgb(161, 155, 137);*/
	display: block;
}
div.tmpSlideCopy {
    position: relative;
}

div.tmpSlideCopy A{
	position: absolute;
	top: -16px;
	width: 900px;
	height: 340px;
	z-index: 10;
	display: block;
	padding: 0px;
	margin: 0px;
	
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    line-height: 1.75em;
}

