/* default styles for extension "tx_odphotogallery_pi1" */
	
/* Velky obrazek */
#big_img { width: 500px; text-align: center; border: 1px solid #ccc; padding: 10px 15px; clear: both; }

/* Predchozi a dalsi*/ 
.prev_next { width: 532px; float:left; margin: 0 0 10px 0 }
#prev { display: block; float: left; }
#next { display: block; float: right; }
#prev a, #prev a:link, #prev a:visited, #next a, #next a:link, #next a:visited { font-weight:bold }
#prev a:hover, #next a:hover { text-decoration: none;}
#prev a.begin, #prev a.begin:link a, #prev a.begin:visited, 
#next a.end, #next a.end:link a, #next a.end:visited { display:none }

/* Nahledy */
#thumb { margin-top: 15px; }
#thumb a, #thumb a:link, #thumb a:visited { padding: 2px; text-decoration: none; border: 2px solid #ccc; display: block; float: left; margin: 0px 5px 5px 0;  }
#thumb a:hover { border: 2px solid #818181;  }
#thumb a.selected { border: 2px solid #818181;  }
#thumb a img { border: none }

/* Strankovani */
#pager { clear: both; margin-top: 7px; float: left; }
#pager a { display: block; float: left; padding: 3px 7px; background-color: #fff; margin-right: 3px; border: 1px solid #cccccc  }
#pager a.inactive:hover, #pager a.prev:hover, #pager a.next:hover {  }
#pager a.active { text-decoration: none; font-weight: bold; color: #000; cursor: text; }
#pager a.begin, #pager a.end, #pager a.begin:hover, #pager a.end:hover { text-decoration: none; cursor: text; color: #000; }



.jcarousel-list li,
.jcarousel-item {
    width: 80px;
    height: 70px;
}


 .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

 .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

 .jcarousel-clip-horizontal {
    width:  240px;
    height: 75px;
}

 .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

 .jcarousel-item {
    width: 75px;
    height: 75px;
}

 .jcarousel-item-horizontal {
    margin-right: 10px;
}

 .jcarousel-item-vertical {
    margin-bottom: 10px;
}

 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/* Horizontal Buttons */

 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../typo3conf/ext/od_photogallery/view/carousel/next-horizontal.png') no-repeat 0 0;
}

 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../typo3conf/ext/od_photogallery/view/carousel/prev-horizontal.png') no-repeat 0 0;
}

 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/* Vertical Buttons */
 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../typo3conf/ext/od_photogallery/view/carousel/next-horizontal.png') no-repeat 0 0;
}

 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

 .jcarousel-next-disabled-vertical,
 .jcarousel-next-disabled-vertical:hover,
 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../typo3conf/ext/od_photogallery/view/carousel/prev-vertical.png') no-repeat 0 0;
}

 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

 .jcarousel-prev-disabled-vertical,
 .jcarousel-prev-disabled-vertical:hover,
 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}




.jcarousel-control {
    margin-bottom: 10px;
}

.jcarousel-control a, .jcarousel-control a:link, .jcarousel-control a:visited {
    font-size: 75%;
    text-decoration: none;
    padding: 2px 8px;
    margin: 0 0 8px 0;
    border: 1px solid #fff;
    color: #fff;
    background-color: #4088b8;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}



/* default styles for extension "tx_odtestforms_pi1" */
  .tx-odtestforms-pi1 h2 { margin-top: 0px; margin-bottom: 0px; }