﻿#top5Conteiner {
    position:relative;
    float:left;
    width:100% ;

    overflow:hidden;
    margin-top:30px;
    margin-bottom:20px;
}
.titleBlueTop5Zavihki {
    color:#1c69b1;
    font-weight:bold;
    font-size:14px;
}
#top5 {
    display:none;
}
#top5.orbit {
    display:block;    
}
#top5Item {
    position:relative;
    float:left;
    width:100%;
}
.top5Image {
    position:relative;
    float:left;
    width:135px;
}
.top5ContentContainer {
    position:relative;
    float:left;
    width:76%;
}
.top5JerasContentContainer {
    position:relative;
    float:left;
    width:74%;
    background-color: white;
    padding-left:10px;
}
.top5JerasContentContainerZavihki {
    position:relative;
    float:left;
    width:335px;
    background-color: white;
    padding-left:10px;
}
.top5Title, .top5Link {
    position:relative;
    float:left;
    width:100%;
}
.top5Title a {
    text-decoration: none;
}
.top5Title a:hover {
    color:#1c69b1;
    text-decoration: underline;
}
.top5Text {
    position:relative;
    float:left;
    width:100%;
    text-align:justify;
    height:65px;
}
.top5LinkImage {
    position:relative;
    float:left;
    width:6px;
    margin-right:5px;
}
.top5LinkText {
    position:relative;
    float:left;
    width:10%;
    font-weight:bold;
}
.top5LinkText a {
    color:#1c69b1;
}
.itemBorderContainer {
    position:relative;
    float:left;
    width:100%;
    border:1px solid #dedede;
}
.itemText {
    position:relative;
    float:left;
    padding:5px;
    text-align:justify;
}
/*****************SHOW OF***********************/
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	top:115px;
    left: 507px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a {
	display: block;

    background-color: #86b6e3;
	color: #000;
	margin-right: 5px;
	float: left;
	text-decoration: none;

    width:12px;
    height:12px;

	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #000;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
    background-color: #2c74b8;
	color: #FFF;
}
.jshowoff-controls {
	background: #FFF;
	overflow: none;
}
.jshowoff-controls a {
	width: 22px;
    height: 31px;
}
a.jshowoff-prev 
{
     display:none;
}
a.jshowoff-next
 {
    display:none;
}
a.jshowoff-play {
	position:absolute;
	top:114px;
    left: 488px;

	background-image: url(../Images/top5/pauseButton.png);
    width: 9px;
    height: 14px;
    
    background-repeat: no-repeat;
}
a.jshowoff-paused {
	position:absolute;
	top:115px;
    left: 488px;

    background-image: url(../Images/top5/playButton.png);
	width: 12px;
    height: 14px;
    
    background-repeat: no-repeat;
}