/* vypis fotoalb */
div.galerie { margin:5px 0px 25px 0px; padding:8px; background-color:white; border:1px solid #FFB595; }
div.galerie small { color:#FE6019; position:relative; top:-0.3em; margin-top:-10px; font-weight:bold; }
div.galerie small a { color:#FE6019; text-decoration:none; border-bottom:1px dotted #FE6019; }
div.galerie small a:hover { border-bottom-style:solid; }
div.galerie p { margin:0; padding:0; }
div.galerie img { margin:2px 10px 0px 0px; }

a.fotoramecek { width:211px; height:157px; margin:0 8px 8px 0; overflow:hidden; vertical-align:top; }

/* pozadi na plochu */
div.gvypis { margin:2em 0em 1.5em 0em; }
div.gvypis h5 { font-size:1.2em; color:#FF7D01; margin-bottom:0.2em; padding-bottom:0em; line-height:1.1em; }
div.gvypis h5 em { color:#FFB269; }
div.gvypis a.obr { display:block; width:259px; height:195px; overflow:hidden; float:left; margin-right:10px; }
div.gvypis a.obr:hover span { display:block; width:46px; height:46px; background:url('../img/play.gif') center center no-repeat; position:relative; top:-57px; left:205px }
div.gvypis a img { border:1px solid #0265FF; }
div.gvypis a:hover img { border-color:#FF7D01; }
div.gvypis div.box200pxR { line-height:1.5em; }
div.gvypis span { display:block; width:85px; float:left; clear:left; color:#555555; text-align:right; margin-right:3px; }




/* ADMINISTRACE */
.sortable { list-style-type: none; margin: 0; padding: 0; width: 650px; }
.sortable li { margin: 3px 3px 3px 0; padding: 0px; display:block; float: left; width:210px; height:157px; text-align: center; border:1px solid #CCCCCC; background:#FFF; overflow:hidden; }
.sortable li img { cursor:move; }
.sortable li:hover .operace { opacity:1; filter:alpha (opacity=100); }
.operace { background:#FFF; position:absolute; width:210px; opacity:0.0; filter:alpha (opacity=0); padding-top:2px; }
.operace a { display:inline-block; width:16px; height:16px; margin-right:2px; background:transparent url('../new/ico_all_chytej.png') scroll no-repeat 0 0; text-indent:100px; overflow:hidden; }
.operace .edit { background-position:-32px 0; }
.operace .delete { background-position:-48px 0; }
.operace .show { background-position:-80px 0; }
.operace .category { background-position:-64px 0; }
.operace .rotate-left { background-position:0 0; }
.operace .rotate-right { background-position:-16px 0; }
.operace .primary { background-position:-96px 0; }

.sortable li.primary-photo { border:1px solid red; }