/*frog splash gallery*/
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:660px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog_frog {
max-width: 800px;
}

.dialog .content4,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/css-images/dialog2-dark-800x1200-alpha-drip.png) no-repeat top right;
 _background-image:url(../images/css-images/dialog2-dark-alpha-drip.gif);
}

.dialog .content4 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;

}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:2000px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:60px; /* height of bottom cap/shade CHANGE THIS*/
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 position:static;
 max-height:2000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}


.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:5px;
}







/*frog gallery*/

.dialog1 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:860px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-top: 10px;
 margin-left:10px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog1 .content1,
.dialog1 .t,
.dialog1 .b,
.dialog1 .b div {
 background:transparent url(../images/css-images/dialog2-dark-800x1200-alpha-drip.png) no-repeat top right;
 _background-image:url(../images/css-images/dialog2-dark-alpha-drip.gif);
}

.dialog1 .content1 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;

}

.dialog1 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:2600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog1 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog1 .b,
.dialog1 .b div {
 height:45px; /* height of bottom cap/shade CHANGE THIS*/
 font-size:1px;
}

.dialog1 .b {
 background-position:bottom right;
}

.dialog1 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog1 .hd,
.dialog1 .bd,
.dialog1 .ft {
 position:relative;
}

.dialog1 .wrapper {
 
 position:static;
 max-height:2000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}


.dialog1 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
font-size: 24px;
margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
padding: 0.5em;
padding-bottom: 0;
color: #D2F9D5;
}


.dialog1 h2 {
padding-top: 12px;
padding-bottom: 7px;
padding-left: 10px;
margin: 0px;
font-size:18px;
color:#FF9900;
font-weight:bold;
}









.long_frog_box{
width: 820px;
height: 150px;
margin: 0;
padding: 0;
}
.short_frog_box{
float: left;
width: 190px;
height: 150px;
background: url(../images/css-images/frog_gallery_pureblack.png);
background-repeat: no-repeat;
margin: 0;
margin-left: 10px;
padding-top: 11px;
padding-bottom: 11px;
text-align: center;
font-size:9px;
}

.short_frog_box img
{
	border-color: #E4E4E4;
	border-style:solid;
	border-width:1px;
	
}
.slide{
padding: 10px;
}

/*white links for gallery */
.content4 a:link {text-decoration: underline; color:#FFFFFF;}
.content4 a:visited {text-decoration: underline; color:#FFFFFF;}
.content4 a:active {text-decoration: underline; color:#FFFFFF;}
.content4 a:hover {text-decoration: underline; color:#FFFFFF;}

/*fix for two columns*/
#nav_menu
{
height: auto;
width: 160px;
float: left;
}

#img_gallery{
height: auto;
width: 700px;
float: left;
}