


div.gallery{
    position: absolute;
    top:190px;
    width: 450px !important;
    background-color:#97B998;
    padding-left: 20px;
    padding-top:10px;
}

/* Thumbnails */

div#irgallery_thumbnails ul {
    float: left;
}

div#irgallery_thumbnails ul li a {
    display:block;
    /*border:1px solid #333;*/
    padding:1px 0;
    margin:.2em;
    float:left;
}

div#irgallery_header {
    width: 415px !important;
    border-bottom: 1px solid #333;
    margin-left: 14px;
}

div#irgallery_header {
    width: 410px !important;
}

/* title of the current album */
div#irgallery_header h2 {
    color:#333;
    font: 14px Tahoma, Arial, Verdana, Sans-Serif;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left;
    float:left;
    padding-left: 20px;
    background-image:url(../../../_rtimages/ir/modules/irgallery/bg_gallerytitle.png);
    background-repeat:no-repeat;
}

div#irgallery_body {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 450px;
    margin-left: 0;
    margin-bottom: 5px;
}

html>body div#irgallery_body {
    margin-top: 0;
}

/* irgallery_detail refers to the big image */

/* positioning of the large image - including it's title, the image, caption, and slide show navigation */
div#irgallery_detail {
    position: absolute;
    top: 84px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 350px;
    vertical-align: top;
    padding: .5em;
    border: solid 1px #BCCBB4;
    text-align: center;
    height: 310px;
}



/* the caption underneath the large image; comes from description of image file */
 div#irgallery_detail h4 {
    text-align: center;
    padding: 0;
    height: 15px;
    color: #1C5E8C;
    font: 11px Tahoma, Arial, Verdana, Sans-Serif;
}

/* the slideshow link under the caption */
  h5 {
    position: relative;
    top: 376px;
    left: 0;
    height: 25px;
    width: 366px;
    background-color: #A1D0A6;

}

 h5 img {
    text-align: center;
    padding: 5px;
    border: 0;
}

/* used in "gallery_paging_code.jsp" */
a.registerlinkunderline, span.paginglinks{
    display:block;
    background-color:#333;
    width:15px;
    height:14px;
    margin:2px;
    color:#333;
    text-align:center;
    border-left:1px solid #628A64;
    border-bottom:1px solid #628A64;
    float:left;
    padding-bottom:2px;
    font-family:Tahoma,Verdana,Arial,"Sans Serif";
}

span.paginglinks{
    color:#82858C;
}


/* the paging links */
 div#irgallery_thumbnails div#paging {

    position:relative;
    width:auto;
    float:right;
    margin-right: -1px;
    clear: both;

}
html>body  div#irgallery_thumbnails div#paging {
margin-right:25px;
}


/* <a> tag on hover */
 div#irgallery_thumbnails a.registerlinkunderline:hover {

}

/* an active <a> tag */
 div#irgallery_thumnails a.registerlinkunderline:active {

}

/* a visited <a> tag */
 div#irgallery_thumnails a.registerlinkunderline:visited {

}

/* the "unordered list" of the thumbnails */


 div#irgallery_thumbnails ul {
    margin: 3px;
    padding: 0;
    background-color: transparent;
    list-style-type: none;
}

html>body  div#irgallery_thumbnails ul {
    margin: 7px;
}

/* list item for the thumbnails */
 div#irgallery_thumbnails ul li {
    display: inline;
    margin: 0;
    padding-bottom: 1em;
}

 div#irgallery_thumbnails ul li .thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 58px;
    width: 75px;
    float: left;
    margin: .1em;
}

html>body  div#irgallery_thumbnails ul li .thumb {
    margin: .2em;
}

/*
 div#irgallery_thumbnails ul li a:hover {
    text-decoration: none;
}
*/
/* the thumbnail image */
 div#irgallery_thumbnails ul li img {
    border: 0;
    text-decoration: none;
}

/* overrides the main.css; RT regions: "right" and "right2"; in this context: gallery albums

(Commented out 2006-03-27, no selector was described in front of this block - AC

 {
    position: absolute;
    top: 450px;
    left: 540px;
    width: 225px;
}             `
*/

/* the album menu; contains the list of albums  */
 div#irgallery_menu {
    background-color: #fff;
    padding: .5em;
}


/* the "unordered list" container of album names */
 div#irgallery_menu ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

/* the album names */
 div#irgallery_menu ul li {
    background-image:url(../../../_rtimages/ir/modules/irgallery/album_list_inactive.png);
    background-repeat:no-repeat;
    background-position:0px 5px;
    padding:2px 0px 2px 16px;
}

 div#irgallery_menu ul li.active{
    background-image:url(../../../_rtimages/ir/modules/irgallery/album_list_active.png);
}


 div#irgallery_menu ul li a:link,
 div#irgallery_menu ul li a:hover,
 div#irgallery_menu ul li a:active,
 div#irgallery_menu ul li a:visited {
    color: #003161;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-color:transparent;
    border:none;
}

/* Override li hover happening somewhere else up the chain */
 div#irgallery_menu ul li:hover{
    background-color:transparent;
    border:none;
}

 div#irgallery_menu ul li.active a:link,
 div#irgallery_menu ul li.active a:hover,
 div#irgallery_menu ul li.active a:active,
 div#irgallery_menu ul li.active a:visited {
    color: #B07504;
}

div#mkapagetitle h3.l3{
    width: 360px;
}

a:hover {
    text-decoration: none;
}


 div#irgallery_header{
    display:block;
    height:30px;
    width:100%;
}



h3.iralbumlist{
  background-image:url(../../../_rtimages/ir/modules/irgallery/album_list_icon.png);
  background-repeat:no-repeat;
  background-position:5px 3px;
  padding:5px 5px 5px 35px;
  font-size:13px;
    font-weight:normal;
    color:#333;
    font-family:Tahoma,Arial,Verdana,Sans-Serif;
    margin:0;
    background-color:#ccc;
}

div#mkapagetitle h3, div#mkapagetitle h3.l3{
    display:none;

}

div#irgallerymanage{
    clear:both;
}

/* SLIDE SHOW */

div.irslideshowheader {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    background-color: #AECBAE;
}

div.irslideshowtitle {
    position: relative;
    display: block;
    background-image:url(../../../_rtimages/ir/modules/irgallery/detail_icon.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 11px;
    font-size:14px;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-weight: bold;
    color: #345F45;
    padding-left: 20px;
    margin-left: 10px;
    padding-top: 10px;

}


div.irslideshownav {
    position: relative;
    display: block;
    background-color: #003151;
    width: 100%;
    height: 23px;
    clear: both;
}

div.irslideshowprev {
    position: relative;
    float: left;
    color: #333;
    padding-left: 10px;
    margin-top: 5px;
}

div.irslideshownext {
    position: relative;
    float: right;
    color: #333;
    padding-right: 10px;
    margin-top: 5px;
}

img.galleryDetailPrev {
    background-color: transparent;
    width: 92px;
    height: 13px;
}

img.galleryDetailNext {
    background-color: transparent;
    width: 73px;
    height: 13px;
}

div#irslideshowwrapper{
    top: 2em;
    width: 100%;
    text-align: center;
        position:relative;
    display:table;
    height:85%;
    position:static;
}


div.irslideshowimage {
    margin:auto auto;
    width: 380px;
    height: auto;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    position:static;
}


div.irslideshowinner{
    border: 1px solid #96BA9A;
    padding:10px;
    width:380px;
    display:block;
    margin:20px auto;

}

img.detailImg {
    width: 350px;
    margin:0px auto;
}

div.irslideshowinfo {
   width: 380px;
   font: 10px Tahoma, Arial, Verdana, Sans-Serif;
   color: #333;
   width: 350px;
   margin: 0 auto;
}

div.irslideshowbutton {
    width:115px;
    position: relative;
    top: 25px;
    left: 255px;
    display: block;
    background-repeat: no-repeat;
    padding:0px 0px 0px 75px;

    height: 30px;
    background-image:url(../../../_rtimages/ir/modules/irgallery/label_slideshow.png);
}

select {
    font: 10px Tahoma, Arial, Verdana, Sans-Serif;
    color: #333;
}

/* END SLIDE SHOW CSS */