/*
    Document   : screen
    Created on : 11.8.2011, 16:00:17
    Author     : honza
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	text-align: center;
        background: url('http://www.jrsoft.cz/images/bodybg2.jpg') top repeat-x #2B4E69;
        line-height: 1.33;
}

h1 {
	color: #877963;
	font-size:140%;
}

h2 {
    margin-top: 0;
	color: #877963;
	font-size:125%;
}

h3 {
	color:#877963;
	font-size:110%;
}

h4 {
        color: #DEDCC3;
        font-size: 12px;

}

a{
	color: #314800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.shadow {
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}


#bannertape {
    width: 100%;
    text-align: center;
}
#logotape {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    margin-top: 10px;
}
#logotape img {
    margin-left: 8px;
    border: 0;
}
#searching {
    float: right;
}

#banner{
    margin: 0 auto;
    width: 960px;
}
#bannerslider{
    margin: 0 10px;
    float: left;
    width: 940px;
    height: 300px;
}
#bannerheadline{
    float: left;
    width: 220px;
    margin: 0 10px;
    height:245px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    background: url('http://www.jrsoft.cz/images/headlinebg.jpg') bottom repeat-x #ffffff;
    color: #314800;
}
#headline-scrollup {
    position: relative;
    overflow: hidden;
    height: 240px;
    width: 220px;
 }
.headline {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 240px;
    left: 10px;
    height: 240px;
    width:200px;
    background: url('http://www.jrsoft.cz/images/headlinebg.jpg') bottom repeat-x #ffffff;
 }
.headline a{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    color: #314800;
    font-weight: bold;
    font-size: 145%;
    line-height: 1.33;
    width:200px;
 }
#holiday{
    height: 28px;
    border: 1px solid #41434A;
    background-color: green;
    background-image: url('http://www.jrsoft.cz/images/box220topbg.jpg');
    margin: 10px 10px 0 0;
    float: right;
}
#holiday p{
    font-size: 11px;
    margin: 6px 10px  10px;
    padding: 0;
    color: #F3FFCA;
}
/* Horni Menu */
#topmenu{
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 960px;
    height: 38px;
    border: 1px solid #224055;
}
#topmenu ul, #topmenu li  {
	margin: 0;
	padding: 0;
        margin-top: 4px;
	list-style-type: none;
	float: left;
}

#topmenu ul li {
	float: left;
}

#topmenu ul li a{
	display: block;
	width: auto;
        margin: 0 0;
	height: 30px;
	padding: 3px 0.75em 0 0.75em;
	color: #799aa5;
	text-align:center;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: normal;
}

#topmenu ul li a:hover, #topmenu ul li a:active{
	color: #fffff0;
}

#middletape{
    margin: 0 auto;
    width: 960px;
    height: 48px;
}
#center{
    margin: 0 auto;
    width: 960px;
    min-height: 100px;
}
/* mapa */
#mapa {
    float: left;
    height: 250px;
    width: 250px;
    margin: 2em;
}

/* Galerie */
#center div.gallery {
    float: left;
    width: 100px;
    margin: 12px;
}

#center div.gallery img{
    border: none;
    width: 100px;
}

#center div.gallery p{
    text-align: center;
    font-size: 10px;
}

/* Definice boxu */

.box{
    float: left;
}
.boxright{
    float: right;
    clear: right;
}
/* Definice boxu 220px */
.box220 {
    width: 300px;
    margin: 10px;
    text-align: left;
}
.box220header {
    width: 300px;
    height: 50px;
    border: 1px solid #224055;
}
.box220header h3{
    margin: 0.5em 0.25em;
    font-size: 1.8em;
    font-weight: 100;
    color: #799aa5;
}
.box220header a:hover {
    text-decoration: none;
}
.box220body {
    width: 300px;
    min-height: 30px;
    border: 1px solid #224055;
}
.box220body ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
.box220body a{
    display: block;
    padding: 0.25em 0.25em 0.5em 0.5em;
    font-size: 1.6em;
    font-weight: normal;
    font-style: italic;
    color: #fffff0;
    background: none;
}
.box220body a span{
    display: block;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #799aa5;
    margin-top: 0.5em;
}
.box220body a:hover{
    background-color: #152737;
    text-decoration: none;
}

.no-border{
    border: none;
}

#wheregonow ul, #wheregonow li  {
	margin: 0;
	padding: 0;
        margin-top: 5px;
	list-style-type: none;
}

#wheregonow ul li {
    border: 1px solid #224055;
}

#wheregonow ul li a{
	display: block;
	width: 290px;
	height: 2em;
	padding: 0.6em 0.25em 0 0.25em;
	color: #799AA5;
	text-align:left;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: normal;
        font-style: italic;
        background: none;
}

#wheregonow ul li a:hover, #wheregonow ul li a:active{
	color: #2b4e69;
}


.boxmiddle{
    margin: 0;
    /*background: #fffff0;*/
    width: 960px;
}
.boxarticles{
    float: left;
    width: 620px;
    min-height: 30px;
    margin: 10px;
    background: #fffff0;
    min-height: 400px;
}
.articlesheader{
    width: 620px;
    height: 50px;
}
.articlesheader h1{
    margin: 1em;
    color: #682321;
    font-size: 2em;
    font-weight: bold;
}
.articles{
    text-align: left;
}
.articles p {
    font-size: 12px;
}

.articles table{
    font-size: 12px;
}
.articles table.linka{
    border-collapse: collapse;
    font-size: 12px;
    background-color: white;
    border: 2px solid #ccc;
}
.articles table.linka td{
    border: 1px solid #ccc;
}
.articles table.linka th{
    border: 1px solid #ccc;
}
.articles table.linka tr.odd{
    background-color: #EEE;
}
.articles table.linka th{
    border: 0px;
}
.articles table tr th{
    padding: 10px 10px;
}
.articles table tr td{
    padding: 6px 10px;
}
.articles table.stoprocent{
    width: 100%;
}


#reklama {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 20px;
    left: 100px;
    background-color: yellow;
}
.clearall {
	font-size: 0;
	clear: both;
}

/* Paticka stranky */
#bottom-side-header{
    margin: 0 auto;
    width: 960px;
    height: 50px;
    margin-top: 50px;
    border: 1px solid #2e2f34;
    background: url('http://www.jrsoft.cz/images/topmenubg.jpg') #575964 bottom repeat-x;
    text-align: left;
}
#bottom-side-header ul {
    font-size: 13px;
    list-style-type: none;
    margin: 16px 0 0 0;
    padding: 0;
}
#bottom-side-header ul li{
   display: inline;
   margin: 1em;
}
#bottom-side-header a{
   color: #DEDCC3;
   text-decoration: none;
}
#bottom-side-header a:hover{
   color: white;
   text-decoration: underline;
}
/*
#bottom-side{
    margin: 0 auto;
    width: 960px;
    height: 400px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #575964;
    border: 1px solid #2e2f34;
    background: url('http://www.jrsoft.cz/images/footbg.jpg') #575964 bottom repeat-x;
}
#bottom-side ul {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#bottom-side ul li{
   display: inline;
   margin: 1em;
}
#bottom-side a{
   color: #DEDCC3 ;
   text-decoration: none;
}
#bottom-side a:hover{
   color: yellow;
   text-decoration: underline;
}*/

#bottom-side{
    margin: 0 auto;
    width: 960px;
    min-height: 200px;
    height: available;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #2e2f34;
    background: url('http://www.jrsoft.cz/images/footbg.jpg') #575964 bottom repeat-x;
}

.downn {
    width: available;
    max-width: 300px;
    min-width: 100px;
    margin: 5px;
    text-align: left;
    float: left;
}
.downnheader {
    height: 20px;

}
.downnheader h4{
    margin: 1em;

}
.downnheader h4:hover {
    text-decoration: underline;
    color: yellow;
}
.downnbody {

}
.downnbody ul {
     list-style-type: none;
     margin: 0px 0px 0px 0px;
     padding: 0;
}
.downnbody a{
    display: block;
    padding: 1em 0 0 1em;
    font-size: 12px;
    color: #DEDCC3;
}

.downnbody a:hover {
    color: yellow;
    text-decoration: underline;
}

#down_info {
    float: left;
    margin-left: 20px;
    text-align: left;
    color: #DEDCC3;
    font-size: 12px;
}

#down_info a {
    color: #DEDCC3;
}

#down_info a:hover {
    color: yellow;
}


#down_map {
    float: right;
    margin: 10px 15px 0 0;

}

/* Clanek */
div.article {
    width: 580px;
    float: left;
    margin: 10px 0 10px 0 ;
    padding: 0 20px 0 20px;
    line-height: 1.4;
}
div.article h2{
    font-size: 150%;
    color: #2b4e69;
}
div.article h3{
    font-size: 125%;
    color: #2b4e69;
    text-decoration: underline;
}
div.article .intro p{
    font-weight: bold;
}
div.article p{
    font-size: 1.2em;
    color:#333;
}
div.article a{
    text-decoration: underline;
    color: #679800;
}
div.article a:hover{
    font-style: italic;
    text-decoration: underline;
    color: #679800;
}
div.article ul {
    color:#333;
    font-size: 14px;
    margin: 1em 2em 1em 2em;
}
div.article ol {
    color:#333;
    font-size: 14px;
    margin: 1em 2em 1em 2em;
}
div.article ul li{
    list-style-type: square;
    margin: 5px 0 5px 0;
}
div.article img.text {
    float:left;
    margin: 0 2em 0.5em 0;
}
div.article hr{
    border-top: 1px dashed #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 100%;
}
div.article table{
    font-size: 1.2em;
}

/* footer *****/
div.article-footer{
    min-height: 30px;
}
div.article-footer ul{
    display: block;
    float:left;
    font-size: 10px;
    color: #666;
    margin: 10px 10px 20px 0;
    padding: 0;
}
div.article-footer ul li{
    display: inline;
}
div.article-footer img{
    border: 0;
    float: right;
    width: 80px;
    margin: 0 0 10px 0;
}
.fb_edge_widget_with_comment {
    margin: 7px 0 0 0;
}

/* article preview */
div.article-preview {
    width: 600px;
    float: left;
    margin: 10px 10px 10px 10px ;
    padding: 0;
    border: 1px solid #799aa5;
    line-height: 1.5;
}
div.article-preview img.nahled {
    width: 130px;
    float: right;
    margin: 10px;
    border: 0;
}
div.article-preview h2{
    color: #2b4e69;
    text-decoration: underline;
    margin: 10px;
    font-size: 133%;
}
div.article-preview p{
    margin: 0 10px 10px 10px;
    font-size: 117%;
}
div.article-preview a{
    color: #2b4e69;
    text-decoration: none;
}
div.article-preview a:hover{
    text-decoration: underline;
}
div.article-preview ul {
    color:#333;
    font-size: 100%;
    margin: 0 10px 10px 0;
}
div.article-preview ul li{
    list-style-type: square;
}
div.article-preview .bigarrow{
    float: right;
    margin: 10px 0 0 0;
}
div.article-preview .bigarrow img{
    border: none ;
}

a.detail {
    font-size: 10px;
    text-decoration: none;
}

/* rozvrhy */
div.scheduler{
    width: 440px;
    float: left;
    background: url('http://www.jrsoft.cz/images/box220bodybg.jpg') bottom repeat-x #ffffff;
    margin: 10px 0 10px 0 ;
    padding: 10px 10px 0 10px;
    border: 1px solid #bdbcbd;
}
div.scheduler table{
    margin: 0 0 10px 0;
}
div.scheduler table tr.evenrow{
    background-color:#F3FFCA;
}
div.scheduler table th{
    font-size: 10px;
    text-align: center;
    color: #679800;
    border-bottom: 1px solid #9ece00;
}
div.scheduler table td{
    font-size: 9px;
    text-align: center;
    color: #679800;
}
div.scheduler table td.day{
    width: 49px;
}

div.scheduler table td.hour{
    width: 25px;
}

div.scheduler table td.obalka{
    border: 1px solid #679800;
    background-color: #deff68 ;
    color: black;
}
div.scheduler table td.obalka .popis{
    color: #328ADC ;
}
div.scheduler table td.obalka .jmeno{
    color: #551700 ;
}


/* drobeckova navigace */

#drobecek{
    float: left;
    margin: 15px 0 0 0;
    color: #799aa5;
    font-size: 12px;
}
#drobecek a{
    display: block;
    float: left;
    height: 19px;
    margin: 0 0 0 0;
    padding: 4px 10px 0 10px;
    color: #799aa5;
    text-decoration: none;
}
#drobecek a:hover{
    color: #fffff0;
}

/* Login */
#login {
    margin:0 auto;
    width:300px;
    margin-top: 20px;
    margin-bottom:20px;
    font-size: 12px;
}
#login table tr td{
    padding: 10px;
}

/* Videogalerie */
div.videogallery {
    margin: 10px 15px;
    float: left;
    width: 120px;
}
div.videogallery img{
    border: none;
}
div.videogallery p {
    display: block;
    margin: 0;
    padding: 0;
    width: 120px;
    font-size: 10px;
    text-align: center;
}

div.videogallerydetail {
    margin: 10px;
    float: left;
    width: 440px;
}
div.videogallerydetail object {
    height: 268px;
    width: 440px
}

div.videogallerydetail p {
    display: block;
    width: 440px;
    text-align: center;
}

/*paticka stranky*/

div.footer ul{
    display: block;
    float:left;
    font-size: 10px;
    color: #666;
    margin: 0;
    padding: 0;
}
div.footer ul li{
    display: inline;
    margin: 0 1em 0 0;
}
div.footer img{
    border: 0;
    float: right;
    width: 80px;
    margin-top: 0px;
}

/* Accordion FAQ */

.accfaq h4 {
    font-size: 100%;
}
.accfaq .ui-icon-triangle-1-s, .accfaq .ui-icon-triangle-1-e {
    float: left;
}
.accfaq .ui-accordion-content p, .accfaq .ui-accordion-content ul{
    font-size: 12px;
}

/* Other */

.error li{
    list-style-type: disc;
    color: red;
}
div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

div.objedit {
    height: 20px;
    width: 200px;
    position: absolute;
    margin-left: 400px;
    background: url('http://www.jrsoft.cz/images/admin_button.png') repeat-x #E2C822;
}
div.objedit a  {
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 1em;
    color: #bdbcbd ;
}
div.objedit a:hover  {
    color: white;
}
#copyrgt a {
    font-size: 11px;
    color: #F3FFCA;
    margin: 0 auto;
}
#gopl {
    margin: 0px 0px 10px 0px;
}
.fixedpos {
  position: fixed;
  top: 0;
}
#fixwrapper {
    float: left;
    position: relative;
    width: 300px;
    margin-top: 0.5em;
}
.highlight {
    font-weight: bold;
}#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url('http://www.jrsoft.cz/images/adialogs_title.gif') top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url('http://www.jrsoft.cz/images/adialogs_info.gif');
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url('http://www.jrsoft.cz/images/adialogs_info.gif');
}

#popup_content.confirm {
	background-image: url('http://www.jrsoft.cz/images/adialogs_important.gif');
}

#popup_content.prompt {
	background-image: url('http://www.jrsoft.cz/images/adialogs_help.gif');
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.jrsoft.cz/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.jrsoft.cz/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.jrsoft.cz/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.jrsoft.cz/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('http://www.jrsoft.cz/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('http://www.jrsoft.cz/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height: 300px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url('http://www.jrsoft.cz/images/nivo-slider/themes/default/loading.gif') no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	/* bottom:-42px; */
    margin-left:-53px; /* Tweak this to center bullets */
    margin-top: -40px
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	/* background:url('http://www.jrsoft.cz/images/nivo-slider/themes/default/bullets.png') no-repeat;*/
	text-indent: -9999x;
	border:0;
	margin-right:3px;
	float:left;
	color: #DEDCC3 ;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('http://www.jrsoft.cz/images/nivo-slider/themes/default/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    opacity: 0.7;
    background-color:#328ADC;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}