/* CSS Document */
/*===OBECNÉ========================================================*/
.alb_h1	{	font-size : 190% ;
			    text-align : center ;
          border : 0px ridge ;
          font-family : Forte ;
          padding : 0px ;
          margin : 0px 0px 5px 0px}
.alb_p	{	font-size : 70% ;
			    text-align : right ;
          border : 0px ridge ;
          padding : 0px 30px 0px 30px ;
          margin : 0px 0px 0px 0px}
/*..........................................*/
.alb_table
      {font-family : Verdana, Arial CE, Arial, Helvetica, sans-serif;
       font-size : 10px;
       border : 0px ridge;
       border-collapse : collapse ;
       margin : auto ;
       table-layout : fixed}
.alb_thumb
      {padding : 10px 5px 0px 5px ;
       border-width : 0px 0px 0px 0px ;
       border-style : solid ;
       text-align : center}
.alb_thumb a img
      {border : 10px outset #D2B48C /*Tan*/ }
.alb_text
      {padding : 0px 0px 0px 0px ;
       text-align : center;
       border : 0px solid }      
#Tl_Prev
      {position: absolute ;
       top  : 5px ;
       left : 5px }             
#Tl_Close1
      {position: absolute ;
       top  : 5px ;
       left : 34px }
#Tl_Next
      {position: absolute ;
       top  : 5px ;
       left : 63px }

/*----Tlačítka zavírání oken a naviagační-------------------*/
.closed { display : block ;
          font-size : 100% ;
          font-weight : bold ;
          background : url('../obrazky/tlacitka/close.gif') no-repeat right ;
          border : 0px ;
          width : 28px ;
          height : 28px ;
          vertical-align : middle }
.closed:hover {  background : url('../obrazky/tlacitka/close_mouse.gif') no-repeat right }
.closed:active { background : url('../obrazky/tlacitka/close_click.gif') no-repeat right }
/*.closed img
        { width : 25px ;
          height : 25px ;
          vertical-align : middle ;
          border : none }*/
.next   { display : block ;
          font-size : 100% ;
          font-weight : bold ;
          background : url('../obrazky/tlacitka/next.gif') no-repeat right ;
          border : 0px ;
          width : 28px ;
          height : 28px ;
          vertical-align : middle }
.next:hover {  background : url('../obrazky/tlacitka/next_mouse.gif') no-repeat right }
.next:active { background : url('../obrazky/tlacitka/next_click.gif') no-repeat right }
/*.next img
        { width : 25px ;
          height : 25px ;
          vertical-align : middle ;
          border : none }*/
.prev   { display : block ;
          font-size : 100% ;
          font-weight : bold ;
          background : url('../obrazky/tlacitka/prev.gif') no-repeat right ;
          border : 0px ;
          width : 28px ;
          height : 28px ;
          vertical-align : middle }
.prev:hover  { background : url('../obrazky/tlacitka/prev_mouse.gif') no-repeat right }
.prev:active { background : url('../obrazky/tlacitka/prev_click.gif') no-repeat right }



/*.prev img
        { width : 25px ;
          height : 25px ;
          vertical-align : middle ;
          border : none }*/
/*
.closed a
  { background : url('close.gif') no-repeat center}
.closed a:hover
  { background : url('close_mouse.gif') no-repeat center}
.closed a:active
  { background : url('close_click.gif') no-repeat center}
.closed a img
  { border : 0px ;
    vertical-align : middle ;
    visibility : hidden }

.next a
  { background : url('next.gif') no-repeat center}
.next a:hover
  { background : url('next_mouse.gif') no-repeat center}
.next a:active
  { background : url('next_click.gif') no-repeat center}
.next a img
  { border : 0px ;
    vertical-align : middle ;
    visibility : hidden }

.prev a
  { background : url('prev.gif') no-repeat center}
.prev a:hover
  { background : url('prev_mouse.gif') no-repeat center}
.prev a:active
  { background : url('prev_click.gif') no-repeat center}
.prev a img
  { border : 0px ;
    vertical-align : middle ;
    visibility : hidden }

*/

